Difference between revisions of "MathArray"

From GNUstepWiki
Jump to navigation Jump to search
(create stub)
 
(New release)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{stub}}
 
 
{{Framework|
 
{{Framework|
 
shortdescription = Class library for mathematical manipulation of matrices. |
 
shortdescription = Class library for mathematical manipulation of matrices. |
currentversion = [http://downloads.planetmirror.com/pub/gnustep/gnustep/contrib/MathArray-1.0.tar.gz 1.0] |
+
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/contrib/MathArray-1.3.tar.gz 1.3] |
releasedate = Jun 07, 2005 |
+
releasedate = Aug 22, 2013 |
 
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"> &ndash; From the README file.</font> |
 +
features = <...> |
 
maintainer = Adam Fedor |
 
maintainer = Adam Fedor |
 
relatedlinks =
 
relatedlinks =
* |
+
* [ftp://ftp.gnustep.org/pub/gnustep/contrib/MathArray-1.0.README README]|
 
category = [[Category:Development Frameworks]]
 
category = [[Category:Development Frameworks]]
 
}}
 
}}

Latest revision as of 18:02, 22 August 2013

Class library for mathematical manipulation of matrices.

Current Version: 1.3

  • Released: Aug 22, 2013
  • 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

Related Links