Uses of Package
mathcomp.la

Packages that use mathcomp.la
mathcomp.assemble Contains essential assembler classes. 
mathcomp.assemble.cfd Provides the assembly of Stokes and Navier-Stokes equations using Mini-Elements. 
mathcomp.assemble.convdiff Convection diffusion problems. 
mathcomp.assemble.discontinuousgalerkin Discontinuous galerkin problems. 
mathcomp.assemble.minimalsurface Minimal surface problems. 
mathcomp.gridgeom Contains the geometric architecture and refinement. 
mathcomp.gui GUI-Implementation. 
mathcomp.gui.cfd Provides GUI features for flow problems. 
mathcomp.io Classes for export. 
mathcomp.la Contains Linear Algebra Classes and the Index Infrastructure. 
mathcomp.la.external Linear solvers from other projects, partially native. 
mathcomp.la.solve Linear algebra Solvers. 
mathcomp.run Provides run classes that govern the alogorithms for entire calculation processes. 
mathcomp.util.cfd Provides some utils for flow problems. 
 

Classes in mathcomp.la used by mathcomp.assemble
Matrix
          A quadratic matrix based on an index.
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.assemble.cfd
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.assemble.convdiff
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.assemble.discontinuousgalerkin
GeometricWithNumber
          This class decorates an Geometric with an int.
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.assemble.minimalsurface
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.gridgeom
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.gui
IndexToInteger
          This class is used for exporting our la classes to external tools like JMP, UMFPACK, and SuperLU.
Matrix
          A quadratic matrix based on an index.
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.gui.cfd
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.io
Index
          An Index is a set with an enumeration.
Matrix
          A quadratic matrix based on an index.
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.la
Index
          An Index is a set with an enumeration.
Matrix
          A quadratic matrix based on an index.
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.la.external
IndexToInteger
          This class is used for exporting our la classes to external tools like JMP, UMFPACK, and SuperLU.
Matrix
          A quadratic matrix based on an index.
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.la.solve
Matrix
          A quadratic matrix based on an index.
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.run
Matrix
          A quadratic matrix based on an index.
Vector
          A vector based on an index.
 

Classes in mathcomp.la used by mathcomp.util.cfd
Vector
          A vector based on an index.