Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : MPScilab details
Login with GitLab

MPScilab

Arbitrary precision mathematical computing
(5181 downloads for this version - 7653 downloads for all versions)
Details
Version
0.2
Authors
Jonathan Blanchard
Matthew Arsenault
Owner Organization
None
Maintainer
Jonathan BLANCHARD
Category
License
Creation Date
September 6, 2011
Source created on
Scilab 5.3.x
Binaries available on
Scilab 5.3.x:
Linux 32-bit Windows 32-bit Windows 64-bit Linux 64-bit
Install command
--> atomsInstall("MPScilab")
Description
            The MPScilab toolbox provides a datatype and functions to perform
arbitrary precision matrix arithmetic. This release of MPScilab should be
considered a preview and only basic functions are implemented. Bugs and features
requests can be filed in the Scilab forge issue tracker for the project :

http://forge.scilab.org/index.php/p/mpscilab/issues/

Main features :

The toolbox introduce a new arbitrary precision full matrix datatype. By using
GMP and MPFR as the computing backend the toolbox also provides a set of basic
functions to manipulate this new datatype. Most functions are able to mix
multi-precision data with the native Scilab matrix of double.

Overview of available functions :

- Basic element-wise addition, subtraction, multiplication and division
- Element wise exponential, square root etc...
- Matrix transposition, multiplication and inversion
- Trigonometric and hyperbolic functions
- Basic comparisons and min/max

A short tutorial is included in the online help available from within Scilab.

WINDOWS NOTE : On Windows the Microsoft Visual C++ 2010 Runtime may be required
to run the toolbox.

IMPORTANT NOTE : Even if written as such it is not possible to install the
toolbox automatically by running atomsInstall("MPScilab"). To install MPScilab
from the binary distribution one must first download the correct file for the
targeted platform. Then from within Scilab the module can be install by running
atomsInstall with the compressed file as argument.

For example on 64 bit Linux :

atomsInstall("/home/jo/MPScilab_0.2-1.bin.x86_64.linux.tar.gz")


Summary of the changes in version 0.2 :

The full list of changes in version 0.2 is available in the NEWS file of the
source package.

The main change in this version is the possibility of calling mps functions with
the output argument on the left side like this :

rop = mps_sin( op )

Calling mps functions with an explicit output argument like in version 0.1 is
still possible as is the overloaded functions. In addition to this major change
about 20 new functions are available. Finally the argument checking and
validation was revised for most functions to be more complete and consistent.
             
Files (5)
[288.43 kB]
Source code archive
Source package
[783.86 kB]
Linux 32-bit binary for Scilab 5.3.x
32 bit Linux binary package
[1.01 MB]
Windows 32-bit binary for Scilab 5.3.x
32 bit Windows binary package
[866.16 kB]
Windows 64-bit binary for Scilab 5.3.x
64 bit Windows binary package
[799.81 kB]
Linux 64-bit binary for Scilab 5.3.x
64 bit Linux binary package
News (0)
Comments (1)     Leave a comment 
Comment -- September 7, 2011, 12:38:50 PM    
Hi,

If this module cannot be installed with atomsInstall(), then atoms.scilab.org is not the 
right place to put this module. 

The right place for this module is the Scilab File Exchange:

http://fileexchange.scilab.org/

Regards,

Michaël Baudin
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.