DESCR 567 B

1234567891011
  1. Math::MatrixReal implements the data type "matrix of reals" (and
  2. consequently also "vector of reals") which can be used almost like any
  3. other basic Perl type thanks to OPERATOR OVERLOADING.
  4. Also features many important operations and methods: matrix norm, matrix
  5. transposition, matrix inverse, determinant of a matrix, order and
  6. numerical condition of a matrix, scalar product of vectors, vector
  7. product of vectors, vector length, projection of row and column vectors,
  8. a comfortable way for reading in a matrix from a file, the keyboard or
  9. your code, and many more.