G+Smo
24.08.0
Geometry + Simulation Modules
|
Traits classes for mapping types onto MPI_Datatype. More...
Go to the source code of this file.
Classes | |
class | gsMatrix< T, _Rows, _Cols, _Options > |
A matrix with arbitrary coefficient type and fixed or dynamic size. More... | |
class | gsSparseMatrix< T, _Options, _Index > |
Sparse matrix class, based on gsEigen::SparseMatrix. More... | |
class | gsVector< T, _Rows, _Options > |
A vector with arbitrary coefficient type and fixed or dynamic size. More... | |
struct | MPITraits< T > |
A traits class describing the mapping of types onto MPI_Datatypes. More... | |
struct | MPITraits< gsMatrix< T, _Rows, _Cols, _Options > > |
Specialization for fixed-size gsMatrix class. More... | |
struct | MPITraits< gsVector< T, _Rows, _Options > > |
Specialization for fixed-size gsVector class. More... | |
Namespaces | |
gismo | |
The G+Smo namespace, containing all definitions for the library. | |
Traits classes for mapping types onto MPI_Datatype.