OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
VandermondeRowBuilder< dim, T, MonomialBasis_type > Class Template Reference

Detailed Description

template<unsigned int dim, typename T, typename MonomialBasis_type = MonomialBasis<dim>>
class VandermondeRowBuilder< dim, T, MonomialBasis_type >

Definition at line 12 of file VandermondeRowBuilder.hpp.

Public Member Functions

 VandermondeRowBuilder (const MonomialBasis_type &monomialBasis)
 
template<typename MatrixType >
void buildRow (MatrixType &M, unsigned int row, Point< dim, T > x, T eps)
 

Private Attributes

const MonomialBasis_type & monomialBasis
 

Constructor & Destructor Documentation

◆ VandermondeRowBuilder()

template<unsigned int dim, typename T , typename MonomialBasis_type = MonomialBasis<dim>>
VandermondeRowBuilder< dim, T, MonomialBasis_type >::VandermondeRowBuilder ( const MonomialBasis_type &  monomialBasis)
inline

Definition at line 18 of file VandermondeRowBuilder.hpp.

Member Function Documentation

◆ buildRow()

template<unsigned int dim, typename T , typename MonomialBasis_type >
template<typename MatrixType >
void VandermondeRowBuilder< dim, T, MonomialBasis_type >::buildRow ( MatrixType &  M,
unsigned int  row,
Point< dim, T >  x,
eps 
)

Definition at line 26 of file VandermondeRowBuilder.hpp.

Field Documentation

◆ monomialBasis

template<unsigned int dim, typename T , typename MonomialBasis_type = MonomialBasis<dim>>
const MonomialBasis_type& VandermondeRowBuilder< dim, T, MonomialBasis_type >::monomialBasis
private

Definition at line 15 of file VandermondeRowBuilder.hpp.


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