Rodin/Math/SparseMatrix.h file

Sparse matrix type and operations.

This file provides type aliases for sparse matrices and specialized operations for sparse linear algebra. Sparse matrices efficiently store matrices where most elements are zero, which is common in finite element discretizations.

Namespaces

namespace Rodin
The Rodin library for Shape and Topology Optimization.
namespace Rodin::Math
Module for general mathematical operations.
namespace Rodin::FormLanguage
Module for writing high level abstract expressions.