Murl::Math::StaticMatrix< DataType > Class Template Reference
The static matrix class. More...
#include "murl_math.h"
Static Public Member Functions | |
static const Matrix< DataType > & | Zero () |
Get a constant static matrix with zeros. More... | |
static const Matrix< DataType > & | Identity () |
Get a constant static matrix with the identity matrix. More... | |
Detailed Description
template<class DataType>
class Murl::Math::StaticMatrix< DataType >
The static matrix class.
- Template Parameters
-
DataType Available for Float and Double.
Member Function Documentation
◆ Zero()
template<class DataType >
|
inlinestatic |
Get a constant static matrix with zeros.
- Returns
- The constant static matrix with zeros.
◆ Identity()
template<class DataType >
|
inlinestatic |
Get a constant static matrix with the identity matrix.
- Returns
- The constant static matrix with the identity matrix.
Referenced by Murl::Math::Matrix< DataType >::IsIdentity().
The documentation for this class was generated from the following file:
- murl_math.h