Mantissa icon

Mantissa

2 big stars
Mantissa screenshot
Name: Mantissa
Works on: windowsWindows XP and above
Developer: Luc Maisonobe
Version: 7
Last Updated: 19 Feb 2017
Release: 21 Jul 2007
Category: Science CAD
Rate this software:
1373 downloads
commentsComments
downloadDownload
Liked it? Tell others:
details

Mantissa Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012
SHA1 Hash: 393361389f481466fbcd13983a2bdf9e3aacb6c9
Size: 194.14 KB
File Format: jar
Rating: 2.478260869 out of 5 based on 23 user ratings
Downloads: 1373
License: Free
Mantissa is a free software by Luc Maisonobe and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download Mantissa which is 194.14 KB in size and belongs to the software category Science CAD.
Mantissa was released on 2007-07-21 and last updated on our database on 2017-02-19 and is currently at version 7.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

Mantissa Description

Mantissa (Mathematical Algorithms for Numerical Tasks In Space System Applications) contains various algorithms useful for dynamics simulation and 3D geometry computation.
The library error messages in exceptions are internationalized (only english and french are supported for now).
Mantissa contains a collection of algorithms, among which:
ï¿­ A small set of linear algebra classes
ï¿­ Least squares estimator (one Gauss-Newton based, one Levenberg-Marquardt based, which should even work for over-determined systems)
ï¿­ Some curve fitting classes
ï¿­ Several ordinary differentials equations integrators, either with fixed steps or ï¿­ Adaptive stepsize control (see below)
ï¿­ Vectors and rotations in a three dimensional space
ï¿­ Algebra-related classes like rational and double polynomials
ï¿­ Various orthogonal polynomials:
ï¿­ Chebyshev
ï¿­ Hermite
ï¿­ Laguerre
ï¿­ Legendre
ï¿­ Some random numbers and vectors generation classes:
ï¿­ Robert M. Ziff four tap shift register (contributed by Bill Maier)
ï¿­ Makoto Matsumoto and Takuji Nishimura Mersenne twister
ï¿­ Generators for vectors with correlated components
ï¿­ Some basic (min, max, mean, standard deviation) statistical analysis classes
ï¿­ Some optimization algorithms using direct search methods:
ï¿­ The Nelder-Mead simplex method
ï¿­ Virginia Torczons multi-directional method
Mantissa is devoted to be a general purpose library, however, its most popular feature is an extensive package for Ordinary Differential Equations integration. This package is intended to be very efficient and provide a complete ODE integration framework with many practical controls while still remaining a simple to use tool.
All integrators provide dense output. This means that besides computing the state vector at discrete times, they also provide a cheap mean to get the state between the time steps.
All integrators handle multiple switching functions. This means that the integrator can be driven by discrete events (occurring when the signs of user-supplied switching functions change).
The steps are shortened as needed to ensure the events occur at step boundaries (even if the integrator is a fixed-step integrator).
When the events are triggered, integration can be stopped (this is called a G-stop facility), the state vector can be changed, or integration can simply go on. The latter case is useful to handle discontinuities in the differential equations gracefully and get accurate dense output even close to the discontinuity.
The solution of the integration problem is provided by two means. The first one is aimed towards simple use: the state vector at the end of the integration process is copied in a user-supplied array. The second one should be used when more in-depth information is needed throughout the integration process.
The user can register an object implementing the StepHandler interface into the integrator before performing integration. The user object will be called appropriately during the integration process, allowing the user to process intermediate results.
The default step handler does nothing. Mantissa also provides a special-purpose step handler that is able to store all steps and to provide transparent access to any intermediate result once the integration is over.
This object is serializable, hence a complete continuous model of the integrated function throughout the integration range can be reused later (if stored into a persistent medium like a filesystem or a database) or elsewhere (if sent to another application in a distributed system).
Some integrators (the simple ones) use fixed steps that are set at creation time. The more efficient integrators use variable steps that are handled internally in order to control the integration error with respect to a specified accuracy.
Adaptive stepsize integrators can automatically compute the initial stepsize by themselves, however the user can specify it if he prefers to retain full control over the integration or if the automatic guess is wrong.
similarSimilar Software