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

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

#include <num_collect/base/concepts/dense_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 dense matrices with scalars of the given type.
Concept of Eigen's dense matrices.

Detailed Description

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

Template Parameters
TType.
ScalarType of the scalars.

Definition at line 37 of file dense_matrix_of.h.