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
DataTypeAvailable for Float and Double.

Member Function Documentation

◆ Zero()

template<class DataType >
static const Matrix<DataType>& Murl::Math::StaticMatrix< DataType >::Zero ( )
inlinestatic

Get a constant static matrix with zeros.

Returns
The constant static matrix with zeros.

◆ Identity()

template<class DataType >
static const Matrix<DataType>& Murl::Math::StaticMatrix< DataType >::Identity ( )
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


Copyright © 2011-2024 Spraylight GmbH.