libigl v2.5.0
Loading...
Searching...
No Matches
cr_vector_laplacian.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "cr_vector_laplacian.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedE , typename DerivedOE , typename ScalarL >
void igl::cr_vector_laplacian (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedOE > &oE, Eigen::SparseMatrix< ScalarL > &L)
 Computes the CR vector Laplacian matrix.
 
template<typename DerivedV , typename DerivedF , typename DerivedE , typename DerivedOE , typename ScalarL >
void igl::cr_vector_laplacian (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedOE > &oE, Eigen::SparseMatrix< ScalarL > &L)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename DerivedF , typename DerivedL_sq , typename DeriveddA , typename DerivedE , typename DerivedOE , typename ScalarL >
void igl::cr_vector_laplacian_intrinsic (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedL_sq > &l_sq, const Eigen::MatrixBase< DeriveddA > &dA, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedOE > &oE, Eigen::SparseMatrix< ScalarL > &L)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename DerivedF , typename DerivedL_sq , typename DerivedE , typename DerivedOE , typename ScalarL >
void igl::cr_vector_laplacian_intrinsic (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedL_sq > &l_sq, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedOE > &oE, Eigen::SparseMatrix< ScalarL > &L)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. include/igl/cr_vector_laplacian.h.