Matrix Traits

Collection of trait classes for matrices. More...

Classes

struct  playrho::IsMatrix< typename >
 Trait class for checking if type is a matrix type. More...
 
struct  playrho::IsMatrix< Vector< Vector< T, N >, M > >
 Trait class specialization for checking if type is a matrix type. More...
 
struct  playrho::IsSquareMatrix< typename >
 Trait class for checking if type is a square matrix type. More...
 
struct  playrho::IsSquareMatrix< Vector< Vector< T, M >, M > >
 Trait class specialization for checking if type is a square matrix type. More...
 

Detailed Description

Collection of trait classes for matrices.

See also
Matrix