Visual Computing Library
|
Concept for 2D arrays (matrices). It is satisfied when T
is a matrix, no matter its sizes.
More...
#include <vclib/concepts/space/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.