11#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
13#include <Eigen/Sparse>
25 const Eigen::SparseMatrix<T> & A);
27 template <
typename DerivedA>
29 const Eigen::PlainObjectBase<DerivedA>& A);
32#ifndef IGL_STATIC_LIBRARY
33# include "is_sparse.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
bool is_sparse(const Eigen::SparseMatrix< T > &A)
Determine if a matrix A is sparse.