template<class ScalarType>
SpatialMatrix class
Spatial matrix with bounded maximum dimensions.
| Template parameters | |
|---|---|
| ScalarType | The element type |
A dynamic-size matrix with maximum dimensions bounded by RODIN_MAXIMAL_SPACE_DIMENSION. Used for geometric transformations, Jacobians, and other spatial operators to optimize memory allocation.
Typical uses:
- Jacobian matrices:
- Metric tensors
- Local coordinate transformations