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

Go to the source code of this file.

Classes

class  MATH_ElementaryMultiLevelsPolynomialToeplitzMatrix
 This class is a multi level toeplitz matrix whose leaf block are packed or full matrix of dimension D and whose size is either $ D^2 $ or $ \frac{D.(D-1)}{2} $. The multi-levels toeplitz matrix is considered as a one level indexing by the index value $ index=\displaystyle i_0+N_0-1 + (2.N_0+1).\left (i_1+N_1-1+(2.N_1+1).\left(i_2+N_2-1+.. \right ) \right ) $ where $ i_l \in ]-N_l,N_l[$ is the index of the block at level l and $ N_l$ the number of block by rows in level l. This work is based on the article of by D. Lee More...
 

Functions

 DEFINE_SPTR (MATH_ElementaryMultiLevelsPolynomialToeplitzMatrix)
 

Function Documentation

◆ DEFINE_SPTR()