Manicore
Library to implement schemes on n-dimensionnal manifolds.
Static Public Member Functions | List of all members
Manicore::ComplBasis< l, d > Class Template Reference

Return a mapping from the basis of l-forms in dimension d to the basis of (d-l)-forms. More...

#include <exterior_algebra.hpp>

Static Public Member Functions

static Eigen::Matrix< double, Dimension::ExtDim(d-l, d), Dimension::ExtDim(l, d)> const & compute ()
 

Detailed Description

template<size_t l, size_t d>
class Manicore::ComplBasis< l, d >

Return a mapping from the basis of l-forms in dimension d to the basis of (d-l)-forms.

Member Function Documentation

◆ compute()

template<size_t l, size_t d>
static Eigen::Matrix<double,Dimension::ExtDim(d-l,d),Dimension::ExtDim(l,d)> const& Manicore::ComplBasis< l, d >::compute ( )
inlinestatic

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