OpenWareLaboratory
AbstractMatrix< matrix_order > Class Template Reference
Inheritance diagram for AbstractMatrix< matrix_order >:
Collaboration diagram for AbstractMatrix< matrix_order >:

Public Member Functions

 AbstractMatrix ()=default
 
 AbstractMatrix (FloatMatrix matrix)
 
FloatMatrix getMatrix ()
 
void resetMatrix ()
 

Protected Attributes

FloatMatrix matrix
 

Detailed Description

template<size_t matrix_order>
class AbstractMatrix< matrix_order >

Definition at line 9 of file ComplexTransform.h.

Constructor & Destructor Documentation

◆ AbstractMatrix() [1/2]

template<size_t matrix_order>
AbstractMatrix< matrix_order >::AbstractMatrix ( )
default

◆ AbstractMatrix() [2/2]

template<size_t matrix_order>
AbstractMatrix< matrix_order >::AbstractMatrix ( FloatMatrix  matrix)
inline

Member Function Documentation

◆ getMatrix()

◆ resetMatrix()

template<size_t matrix_order>
void AbstractMatrix< matrix_order >::resetMatrix ( )
inline

Field Documentation

◆ matrix


The documentation for this class was generated from the following file: