MathArray
From GNUstepWiki
(Difference between revisions)
| Revision as of 15:03, 14 December 2006 Dinoex (Talk | contribs) create stub ← Previous diff |
Revision as of 19:05, 21 January 2007 Pingi (Talk | contribs) pasted overview from readme file Next diff → |
||
| Line 5: | Line 5: | ||
| releasedate = Jun 07, 2005 | | releasedate = Jun 07, 2005 | | ||
| license = LGPL 2 | | license = LGPL 2 | | ||
| - | overview = < ... > | | + | overview = MathArray is a general library of classes for performing mathematical |
| - | features = < ... > | | + | operations on arrays (vectors, matrices, etc) of values. It can |
| + | operate on any standard 'C' number type plus numbers of complex | ||
| + | type. [...] MathArray knows implicitly what types of operations can | ||
| + | be performed on what types of numbers and will automatically cast | ||
| + | itself to the correct number type representation to handle the | ||
| + | specific operation. Standard operations include addition, scalar and | ||
| + | matrix multiplication and logical operations. Mathematical operations | ||
| + | in the standard C math library are also supported, as well as | ||
| + | user-defined functions. | ||
| + | <font color="#808080"> – From the README file.</font> | | ||
| + | features = <...> | | ||
| maintainer = Adam Fedor | | maintainer = Adam Fedor | | ||
| relatedlinks = | relatedlinks = | ||
| - | * | | + | * [http://downloads.planetmirror.com/pub/gnustep/gnustep/contrib/MathArray-1.0.README README]| |
| category = [[Category:Development Frameworks]] | category = [[Category:Development Frameworks]] | ||
| }} | }} | ||
Revision as of 19:05, 21 January 2007
| This article or section is a stub (i.e., in need of additional material). You can help us by expanding it |
|---|
Class library for mathematical manipulation of matrices.
Current Version: 1.0
- Released: Jun 07, 2005
- Licensed: LGPL 2
Overview
MathArray is a general library of classes for performing mathematical operations on arrays (vectors, matrices, etc) of values. It can operate on any standard 'C' number type plus numbers of complex type. [...] MathArray knows implicitly what types of operations can be performed on what types of numbers and will automatically cast itself to the correct number type representation to handle the specific operation. Standard operations include addition, scalar and matrix multiplication and logical operations. Mathematical operations in the standard C math library are also supported, as well as user-defined functions. – From the README file.
Features
<...>
Maintainer
Adam Fedor
