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_vector_of Concept Reference

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

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

Detailed Description

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

Template Parameters
TType.
ScalarType of the scalars.

Definition at line 37 of file dense_vector_of.h.