The static matrix class.
More...
#include <murl_math.h>
template<class DataType>
class Murl::Math::StaticMatrix< DataType >
The static matrix class.
- Template Parameters
-
DataType | Available for Float and Double. |
|
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...
|
|
◆ Zero()
template<class DataType >
Get a constant static matrix with zeros.
- Returns
- The constant static matrix with zeros.
◆ Identity()
template<class DataType >
Get a constant static matrix with the identity matrix.
- Returns
- The constant static matrix with the identity matrix.
The documentation for this class was generated from the following file: