numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::base::concepts::sparse_matrix_of Concept Reference

Concept of Eigen's sparse matrices with scalars of the given type. More...

#include <num_collect/base/concepts/sparse_matrix_of.h>

Concept definition

template<typename T, typename Scalar>
typename T::Scalar;
requires std::is_same_v<typename T::Scalar, Scalar>;
}
Concept of Eigen's sparse matrices with scalars of the given type.

Detailed Description

Concept of Eigen's sparse matrices with scalars of the given type.

Template Parameters
TType.
ScalarType of the scalars.

Definition at line 37 of file sparse_matrix_of.h.