Define a type which will convert to the multiplicative identity of any square matrix. More...
Classes | |
| struct | identity_t | 
| struct | converter< mat< T, 1, 1 >, identity_t > | 
| struct | converter< mat< T, 2, 2 >, identity_t > | 
| struct | converter< mat< T, 2, 3 >, identity_t > | 
| struct | converter< mat< T, 3, 3 >, identity_t > | 
| struct | converter< mat< T, 3, 4 >, identity_t > | 
| struct | converter< mat< T, 4, 4 >, identity_t > | 
Variables | |
| constexpr identity_t | identity {1} | 
Define a type which will convert to the multiplicative identity of any square matrix.