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

Concept of Eigen's dense matrices with real scalars. More...

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

Concept definition

template<typename T>
typename T::Scalar;
}
Concept of Eigen's dense matrices.
Concept of Eigen's dense matrices with real scalars.

Detailed Description

Concept of Eigen's dense matrices with real scalars.

Template Parameters
TType.

Definition at line 35 of file real_scalar_dense_matrix.h.