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