Blender V4.3
cotmatrix.cpp File Reference
#include "cotmatrix.h"
#include "edge_lengths.h"
#include <vector>

Go to the source code of this file.

Namespaces

namespace  slim
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedC >
static void slim::cotmatrix_entries (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedC > &C)
 
template<typename DerivedV , typename DerivedF , typename Scalar >
void slim::cotmatrix (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::SparseMatrix< Scalar > &L)