Rodin/Math/Matrix.h file

Dense matrix type aliases and definitions.

This file provides type aliases for various dense matrix types built on Eigen. Matrices are stored in column-major order by default and support both dynamic and fixed sizes.

Namespaces

namespace Rodin
The Rodin library for finite element methods and shape optimization.
namespace Rodin::Math
Namespace Rodin::Math.
namespace Rodin::FormLanguage
Namespace Rodin::FormLanguage.

Classes

template<class Number>
struct Rodin::FormLanguage::Traits<Math::Matrix<Number>>
Type traits for a dense Math::Matrix: exposes the scalar type.