Spectral Integral Suite in C++
sis::MatGen< std::complex< 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< std::complex< 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< std::complex< T >, Eigen::Dynamic, Eigen::Dynamic > > mats
 
std::vector< Eigen::Matrix< std::complex< T >, Eigen::Dynamic, Eigen::Dynamic > > mats2
 
std::vector< Eigen::Matrix< std::complex< T >, Eigen::Dynamic, Eigen::Dynamic > > con_mats
 

Detailed Description

template<class T>
class sis::MatGen< std::complex< 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 8029 of file sis.hpp.

Constructor & Destructor Documentation

◆ MatGen() [1/2]

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

Null Constructor.

Definition at line 8042 of file sis.hpp.

◆ MatGen() [2/2]

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

Constructor.

Definition at line 8044 of file sis.hpp.

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

Member Function Documentation

◆ clear()

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

◆ compute()

template<class T >
void sis::MatGen< std::complex< T > >::compute ( int  n_)
inline

Call this to generate integration matrices for highest order n.

Definition at line 8047 of file sis.hpp.

References sis::MatGen< T >::clear(), sis::MatGen< T >::con_mats, sis::MatGen< T >::mats, sis::MatGen< T >::mats2, and sis::N.

Member Data Documentation

◆ con_mats

template<class T >
std::vector<Eigen::Matrix<std::complex<T>, Eigen::Dynamic, Eigen::Dynamic> > sis::MatGen< std::complex< T > >::con_mats

Definition at line 8039 of file sis.hpp.

◆ mats

template<class T >
std::vector<Eigen::Matrix<std::complex<T>, Eigen::Dynamic, Eigen::Dynamic> > sis::MatGen< std::complex< T > >::mats

Definition at line 8035 of file sis.hpp.

◆ mats2

template<class T >
std::vector<Eigen::Matrix<std::complex<T>, Eigen::Dynamic, Eigen::Dynamic> > sis::MatGen< std::complex< T > >::mats2

Definition at line 8037 of file sis.hpp.


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