LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
lf::base::Scalar Concept Reference

Concept which is fulfilled if a type T is a scalar type, i.e. if it is a "field" in the mathematical sense. More...

#include <lf/base/scalar_concept.h>

Concept definition

template<class T>
Concept which is fulfilled if a type T is a scalar type, i.e. if it is a "field" in the mathematical ...
static constexpr bool value

Detailed Description

Concept which is fulfilled if a type T is a scalar type, i.e. if it is a "field" in the mathematical sense.

Template Parameters
TThe type that should be tested.
Note
This method is e.g. used to determine if a given type can be multiplied to a Eigen::Matrix.

Definition at line 57 of file scalar_concept.h.