Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
harmonic.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "harmonic.cpp"
+ Include dependency graph for harmonic.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 Derivedb , typename Derivedbc , typename DerivedW >
IGL_INLINE bool igl::harmonic (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, const int k, Eigen::PlainObjectBase< DerivedW > &W)
 
template<typename DerivedF , typename Derivedb , typename Derivedbc , typename DerivedW >
IGL_INLINE bool igl::harmonic (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, const int k, Eigen::PlainObjectBase< DerivedW > &W)
 
template<typename DerivedL , typename DerivedM , typename Derivedb , typename Derivedbc , typename DerivedW >
IGL_INLINE bool igl::harmonic (const Eigen::SparseMatrix< DerivedL > &L, const Eigen::SparseMatrix< DerivedM > &M, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, const int k, Eigen::PlainObjectBase< DerivedW > &W)
 
template<typename DerivedL , typename DerivedM , typename DerivedQ >
IGL_INLINE void igl::harmonic (const Eigen::SparseMatrix< DerivedL > &L, const Eigen::SparseMatrix< DerivedM > &M, const int k, Eigen::SparseMatrix< DerivedQ > &Q)
 
template<typename DerivedV , typename DerivedF , typename DerivedQ >
IGL_INLINE void igl::harmonic (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const int k, Eigen::SparseMatrix< DerivedQ > &Q)