Spectral Integral Suite in C++
sis::MatGen< T > Class Template Reference

This class sets up integration Matrices. This class must be intiated by the highest order of based on which integration matrices will be made. More...

#include <sis.hpp>

Inheritance diagram for sis::MatGen< T >:

Public Member Functions

 MatGen ()
 Null Constructor. More...
 
 MatGen (int n_)
 Constructor. More...
 
void compute (int n_)
 Call this to generate integration matrices for highest order n. More...
 
void clear ()
 

Public Attributes

std::vector< Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > > mats
 
std::vector< Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > > mats2
 
std::vector< Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > > con_mats
 

Detailed Description

template<class T>
class sis::MatGen< T >

This class sets up integration Matrices. This class must be intiated by the highest order of based on which integration matrices will be made.

Definition at line 530 of file sis.hpp.

Constructor & Destructor Documentation

◆ MatGen() [1/2]

template<class T>
sis::MatGen< T >::MatGen ( )
inline

Null Constructor.

Definition at line 7966 of file sis.hpp.

◆ MatGen() [2/2]

template<class T>
sis::MatGen< T >::MatGen ( int  n_)
inline

Constructor.

Definition at line 7968 of file sis.hpp.

References sis::MatGen< T >::compute().

Member Function Documentation

◆ clear()

template<class T>
void sis::MatGen< T >::clear ( )
inline

◆ compute()

Member Data Documentation

◆ con_mats

◆ mats

◆ mats2


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