#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "is_sparse.cpp"
Go to the source code of this file.
|
| template<typename T > |
| bool | igl::is_sparse (const Eigen::SparseMatrix< T > &A) |
| | Determine if a matrix A is sparse.
|
| |
| template<typename DerivedA > |
| bool | igl::is_sparse (const Eigen::PlainObjectBase< DerivedA > &A) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| |
◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
| #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |