Rodin/Math/SpatialVector.h file

Fixed-capacity spatial vector with bounded maximum dimension.

This file provides a spatial vector class with maximum dimensions bounded by RODIN_MAXIMAL_SPACE_DIMENSION. Used for geometric points, normals, and other spatial vectors to optimize memory allocation.

Namespaces

namespace Rodin
The Rodin library for finite element methods and shape optimization.
namespace Rodin::Math
Module for general mathematical operations.
namespace Rodin::FormLanguage
Module for writing high level abstract expressions.

Classes

template<class ScalarType>
class Rodin::Math::SpatialVector
Spatial vector with bounded maximum size.