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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename Derivedl , typename DerivedF , typename Gtype >
void igl::grad_intrinsic (const Eigen::MatrixBase< Derivedl > &l, const Eigen::MatrixBase< DerivedF > &F, Eigen::SparseMatrix< Gtype > &G)
 Construct an intrinsic gradient operator.