Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
crouzeix_raviart_cotmatrix.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "crouzeix_raviart_cotmatrix.cpp"
+ Include dependency graph for crouzeix_raviart_cotmatrix.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename LT , typename DerivedE , typename DerivedEMAP >
void igl::crouzeix_raviart_cotmatrix (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::SparseMatrix< LT > &L, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedEMAP > &EMAP)
 
template<typename DerivedV , typename DerivedF , typename DerivedE , typename DerivedEMAP , typename LT >
void igl::crouzeix_raviart_cotmatrix (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedEMAP > &EMAP, Eigen::SparseMatrix< LT > &L)