home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / science / mathematics / MathArray.0.40.README < prev    next >
Encoding:
Text File  |  1997-09-11  |  2.1 KB  |  40 lines

  1. MathArray: Class library for mathematical manipulation of matrices
  2.  
  3. MathArray is a general library of classes for performing mathematical 
  4. operations on arrays (vectors, matrices, etc) of values. It can operate on 
  5. any standard 'C' number type plus numbers of complex type. MathArray is
  6. implemented using a "class cluster" concept, allowing one to perform 
  7. mathematical calculations on a number without necessarily being aware of what 
  8. type (class) of number is being operated on.  MathArray knows implicitly what 
  9. types of operations can be performed on what types of numbers and will 
  10. automatically cast itself to the correct number type representation to handle 
  11. the specific operation. Standard operations include addition, scalar and matrix 
  12. multiplication and logical operations. Mathematical operations in the standard 
  13. C math library are also supported, as well as user-defined functions.
  14.  
  15. MathArray also supports the NSDecimal type on systems that have this Foundation extension.
  16.  
  17. MathArray also does much more.  Arrays can be manipulated, transposed and 
  18. concatenated. One can extract subarrays or include subarrays within larger 
  19. arrays.
  20.  
  21. What would you expect to pay for all this?  Nothing, you say? Well wait, 
  22. there's more.  If you ftp now, you get the following extra classes at no extra charge:
  23.  
  24. MaskedException        - extends NSException to allow for special processing    
  25.               for debugging, exception handler objects, and
  26.               other deviant behavior.
  27. MANumber,NSNumber(extras) - Adds complex number capability, protocols.
  28. MAValueData        - Like NSData only it knows what type of data it stores
  29.               and can access values appropriately.
  30.             
  31. libMathArray is distributed absolutely free. It requires an OpenStep(TM) 
  32. compliant Foundation kit (such as NeXT's OPENSTEP, Rhapsody, or GNUs 
  33. gstep-base) or the NeXT Foundation kit (with EOF or NeXT release 3.3). Get 
  34. it from:
  35.  
  36. ftp://next-ftp.peak.org/pub/next/sourcelibrary/classes/MathArray-0.40.s.tar.gz
  37. ftp://ftp.informatik.uni-muenchen.de/pub/comp/platforms/next/Science/mathematics/MathArray.0.40.s.tar.gz
  38.  
  39. More info, contact: Adam Fedor <fedor@doc.com>
  40.