Visual Computing Library
devel
|
A concept representing an Eigen Matrix. More...
#include <vclib/space/core/matrix/matrix.h>
A concept representing an Eigen Matrix.
The concept is satisfied when T
is a class that instantiates or derives from an Eigen matrix class having any scalar type and any number of rows and columns.
T | The type to be tested for conformity to the EigenMatrixConcept. |