summaryrefslogtreecommitdiff
path: root/math/matharray
Commit message (Collapse)AuthorAgeFilesLines
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - LICENSE LGPL20Dirk Meyer2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263096
* LICENSE LGPL21Dirk Meyer2010-06-051-0/+2
| | | | Notes: svn path=/head/; revision=255744
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-302-13/+12
| | | | Notes: svn path=/head/; revision=255316
* - update to 1.2Dirk Meyer2009-12-252-4/+4
| | | | Notes: svn path=/head/; revision=246607
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226279
* - update to 1.1Dirk Meyer2007-09-092-4/+4
| | | | Notes: svn path=/head/; revision=199209
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-131-3/+1
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* MathArray is a general library of classes for performing mathematicalDirk Meyer2006-10-314-0/+58
operations on arrays (vectors, matrices, etc) of values. It can operate on any standard 'C' number type plus numbers of complex type. MathArray is implemented using a "class cluster" concept, allowing one to perform mathematical calculations on a number without necessarily being aware of what type (class) of number is being operated on. 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. MathArray also does much more. Arrays can be manipulated, transposed and concatenated. One can extract subarrays or include subarrays within larger arrays. Notes: svn path=/head/; revision=175706