Package sage :: Package linalg
[show private | hide private]
[frames | no frames]

Package sage.linalg

Classes for matrix algebra.

The most important classes are matrix and matrix_space.

   matrix_space -- top level definition of MatrixSpace class
   matrix -- definition of Matrix class
   
The other modules define sometimes strange implementations of 
various aspects of matrix arithmetic.  The matrix and matrix_space
modules define a CLEAN UNIFIED interface to all this other 
functionality.

The other modules are as follows:
   dense_matrix_pyx -- dense matrices over Z/pZ and Q in pyrex
   sparse_matrix -- sparse matrices over Z/pZ and Q
   sparse_matrix_pyx -- sparse matrices over Z/pZ and Q in pyrex
   linalg -- legacy code, which should vanish as it is refactored

Submodules

Generated by Epydoc 2.1 on Mon May 9 17:57:03 2005 http://epydoc.sf.net