Manifold 3.0
Robust geometry
 
Loading...
Searching...
No Matches
Mat

linalg::mat<T,M,N> defines a fixed-size matrix containing exactly M rows and N columns of type T, in column-major order. More...

Classes

struct  mat< T, M, 1 >
 
struct  mat< T, M, 2 >
 
struct  mat< T, M, 3 >
 
struct  mat< T, M, 4 >
 

Detailed Description

linalg::mat<T,M,N> defines a fixed-size matrix containing exactly M rows and N columns of type T, in column-major order.

This data structure is supported by a set of algebraic and component-wise functions, as well as a set of standard reductions.

mat<T,M,N>: