| Seldon::Array3D< T, Allocator > | 3D array |
| Seldon::Matrix< T, Prop, ColComplexSparse, Allocator > | Column-major sparse-matrix class |
| Seldon::Matrix< T, Prop, ColHerm, Allocator > | Column-major hermitian full-matrix class |
| Seldon::Matrix< T, Prop, ColHermPacked, Allocator > | Column-major hermitian packed matrix class |
| Seldon::Matrix< T, Prop, ColLoTriang, Allocator > | Column-major lower-triangular full-matrix class |
| Seldon::Matrix< T, Prop, ColLoTriangPacked, Allocator > | Column-major lower-triangular packed matrix class |
| Seldon::Matrix< T, Prop, ColMajor, Allocator > | Column-major full-matrix class |
| Seldon::Matrix< T, Prop, ColSparse, Allocator > | Column-major sparse-matrix class |
| Seldon::Matrix< T, Prop, ColSym, Allocator > | Column-major symmetric full-matrix class |
| Seldon::Matrix< T, Prop, ColSymComplexSparse, Allocator > | Column-major complex sparse-matrix class |
| Seldon::Matrix< T, Prop, ColSymPacked, Allocator > | Column-major symmetric packed matrix class |
| Seldon::Matrix< T, Prop, ColSymSparse, Allocator > | Column-major sparse-matrix class |
| Seldon::Matrix< T, Prop, ColUpTriang, Allocator > | Column-major upper-triangular full-matrix class |
| Seldon::Matrix< T, Prop, ColUpTriangPacked, Allocator > | Column-major upper-triangular packed matrix class |
| Seldon::Matrix< T, Prop, RowComplexSparse, Allocator > | Row-major sparse-matrix class |
| Seldon::Matrix< T, Prop, RowHerm, Allocator > | Row-major hermitian full-matrix class |
| Seldon::Matrix< T, Prop, RowHermPacked, Allocator > | Row-major hermitian packed matrix class |
| Seldon::Matrix< T, Prop, RowLoTriang, Allocator > | Row-major lower-triangular full-matrix class |
| Seldon::Matrix< T, Prop, RowLoTriangPacked, Allocator > | Row-major lower-triangular packed matrix class |
| Seldon::Matrix< T, Prop, RowMajor, Allocator > | Row-major full-matrix class |
| Seldon::Matrix< T, Prop, RowSparse, Allocator > | Row-major sparse-matrix class |
| Seldon::Matrix< T, Prop, RowSym, Allocator > | Row-major symmetric full-matrix class |
| Seldon::Matrix< T, Prop, RowSymComplexSparse, Allocator > | Row-major complex sparse-matrix class |
| Seldon::Matrix< T, Prop, RowSymPacked, Allocator > | Row-major symmetric packed matrix class |
| Seldon::Matrix< T, Prop, RowSymSparse, Allocator > | Row-major sparse-matrix class |
| Seldon::Matrix< T, Prop, RowUpTriang, Allocator > | Row-major upper-triangular full-matrix class |
| Seldon::Matrix< T, Prop, RowUpTriangPacked, Allocator > | Row-major upper-triangular packed matrix class |
| Seldon::Matrix_Base< T, Allocator > | Base class for all matrices |
| Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | Complex sparse-matrix class |
| Seldon::Matrix_Hermitian< T, Prop, Storage, Allocator > | Hermitian matrix stored in a full matrix |
| Seldon::Matrix_HermPacked< T, Prop, Storage, Allocator > | Hermitian packed matrix class |
| Seldon::Matrix_Pointers< T, Prop, Storage, Allocator > | Full matrix class |
| Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > | Sparse-matrix class |
| Seldon::Matrix_SymComplexSparse< T, Prop, Storage, Allocator > | Symmetric complex sparse-matrix class |
| Seldon::Matrix_Symmetric< T, Prop, Storage, Allocator > | Symmetric matrix stored in a full matrix |
| Seldon::Matrix_SymPacked< T, Prop, Storage, Allocator > | Symmetric packed matrix class |
| Seldon::Matrix_SymSparse< T, Prop, Storage, Allocator > | Symmetric sparse-matrix class |
| Seldon::Matrix_TriangPacked< T, Prop, Storage, Allocator > | Triangular packed matrix class |
| Seldon::Matrix_Triangular< T, Prop, Storage, Allocator > | Triangular matrix stored in a full matrix |
| Seldon::Vector< T, Vect_Full, Allocator > | Full vector class |
| Seldon::Vector_Base< T, Allocator > | Base structure for all vectors |