| Seldon::Array3D< T, Allocator > | 3D array |
| Multivac::CCircle< T > | The initial curve is a circle |
| Multivac::CConstantSpeed< T > | The speed rate is constant in time and in space |
| Multivac::CCurvesSaver< T > | This saver stores curves with a given period |
| Multivac::Cell< T > | Cell of a double linked list |
| Multivac::CError | Base class for all exceptions |
| Multivac::CError_FileIO | |
| Multivac::CError_Incompatibility | |
| Multivac::CError_Instability | Exception raised when computations lead to an instability |
| Multivac::CError_OutOfDomain | Exception raised when computing outside the domain |
| Multivac::CError_Undefined | Exception raised when a function is not defined |
| Multivac::CFastMarchingFirstOrderEngquistOsher< T > | This updater uses the first order Engquist Osher scheme |
| Multivac::CFastMarchingNeverInit< T > | |
| Multivac::CFireModel< T > | The speed rate is given by the model proposed Fendell and Wolff |
| Multivac::CInitialCurve< T > | Base class for initial curves |
| Multivac::CInitializer< T > | Base class for initializers |
| Multivac::CIsland< T > | |
| Multivac::CIsland0< T > | |
| Multivac::CLevelSet< T > | Base class for level set functions |
| Multivac::CMesh< T > | Base class for meshes |
| Multivac::CNarrowBandEno2EngquistOsher< T > | |
| Multivac::CNarrowBandExtension< T > | |
| Multivac::CNarrowBandFirstOrderEngquistOsher< T > | |
| Multivac::CNarrowBandFirstOrderLaxFriedrichs< T > | |
| Multivac::CNarrowBandNeverInit< T > | |
| Multivac::CNeverSave< T > | This saver does not do anything |
| Multivac::COrthogonalLevelSet< T > | Level set function defined on an orthogonal mesh |
| Multivac::COrthogonalMesh< T > | Orthogonal mesh |
| Multivac::CPiecewiseConstantSpeed< T > | The speed rate is piecewise constant in time and in space |
| Multivac::CSaveAtTheEnd< T > | |
| Multivac::CSaveLastCurve< T > | |
| Multivac::CSaver< T > | Base class for savers (which save data) |
| Multivac::CSetOfPoints< T > | The initial curve is a circle |
| Multivac::CSimplifiedFireModel< T > | The speed rate is given by the model proposed Fendell and Wolff |
| Multivac::CSpeedFunction< T > | Base class for speed functions |
| Multivac::CThreeCircles< T > | The initial curve is defined by three circles |
| Multivac::CTrack< T > | This saver does not do anything |
| Multivac::CTwoCircles< T > | The initial curve is a circle |
| Multivac::CUpdater< T > | |
| Multivac::List< T > | Double linked list |
| 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 |