|
MyraMath
|
Container class for a sparse nonzero pattern, used in reordering/symbolic analysis. More...
#include <myramath/MYRAMATH_EXPORT.h>#include <myramath/sparse/PatternRange.h>#include <vector>#include <iosfwd>#include <utility>Go to the source code of this file.
Classes | |
| class | myra::SparseMatrix< Number > |
| Stores an IxJ matrix A in compressed sparse column format. More... | |
| class | myra::Array1< T > |
| Container of values, allows random (i) access. More... | |
| class | myra::Array2< T > |
| Container of values, allows random (i,j) access. More... | |
| class | myra::Pattern |
| Holds the nonzero pattern of a sparse matrix. More... | |
Functions | |
| Pattern | myra::detail::stencil1 (int X) |
| Pattern | myra::detail::stencil2 (int X, int Y) |
| Pattern | myra::detail::stencil3 (int X, int Y, int Z) |
Container class for a sparse nonzero pattern, used in reordering/symbolic analysis.
1.8.13