Visual Computing Library
devel
|
Concept for 2D arrays (matrices). It is satisfied when T
is a matrix, no matter its sizes.
More...
#include <vclib/space/core/matrix.h>
Concept for 2D arrays (matrices). It is satisfied when T
is a matrix, no matter its sizes.
The concept just checks that T
is a resizable Eigen matrix or an Array2, trough their respective concepts.