C++ main module for emicrom Package  1.0
Classes | Functions
MATH_ElementaryMultiLevelsToeplitzMatrix.h File Reference
#include "MATH_MultiLevelsFFTToeplitzMatrix.h"
#include "MATH_LeafBlockMatrixPackedStorage.h"
#include "MATH_LeafBlockMatrixFullStorage.h"
Include dependency graph for MATH_ElementaryMultiLevelsToeplitzMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MATH_ElementaryMultiLevelsToeplitzMatrix
 This class is a multi level toeplitz matrix whose leaf block are packed/full matrix of dimension D and whose size is either $ S=D^2 $ or $ s=\frac{D.(D-1)}{2} $. The Matrix.Vector product is done by considering each element of the leaf matrix. More...
 

Functions

 DEFINE_SPTR (MATH_ElementaryMultiLevelsToeplitzMatrix)
 

Function Documentation

◆ DEFINE_SPTR()