Package mathcomp.la

Contains Linear Algebra Classes and the Index Infrastructure.

See:
          Description

Interface Summary
Index An Index is a set with an enumeration.
 

Class Summary
CollectionIndex An Index using a java.util.Collection.
GeometricWithNumber This class decorates an Geometric with an int.
IndexToInteger This class is used for exporting our la classes to external tools like JMP, UMFPACK, and SuperLU.
MapMatrix  
MapVector  
Matrix A quadratic matrix based on an index.
Vector A vector based on an index.
 

Package mathcomp.la Description

Contains Linear Algebra Classes and the Index Infrastructure.

Index

The mathcomp.la package is based on abstract indices. An Index contains all degree of freedoms which constitute the vector space.

See Also:
mathcomp.la.solve, mathcomp.la.external