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

Go to the source code of this file.

Namespaces

namespace  igl
 

Macros

#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
 

Functions

template<class IndexVector , class ValueVector , typename T >
IGL_INLINE void igl::sparse (const IndexVector &I, const IndexVector &J, const ValueVector &V, Eigen::SparseMatrix< T > &X)
 
template<class IndexVectorI , class IndexVectorJ , class ValueVector , typename T >
IGL_INLINE void igl::sparse (const IndexVectorI &I, const IndexVectorJ &J, const ValueVector &V, const size_t m, const size_t n, Eigen::SparseMatrix< T > &X)
 
template<typename DerivedD , typename T >
IGL_INLINE void igl::sparse (const Eigen::PlainObjectBase< DerivedD > &D, Eigen::SparseMatrix< T > &X)
 
template<typename DerivedD >
IGL_INLINE Eigen::SparseMatrix< typename DerivedD::Scalar > igl::sparse (const Eigen::PlainObjectBase< DerivedD > &D)
 

Macro Definition Documentation

◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET

#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET