#include "igl_inline.h"
#include <Eigen/Sparse>
#include "is_symmetric.cpp"
Go to the source code of this file.
|
| template<typename AT> |
| bool | igl::is_symmetric (const Eigen::SparseMatrix< AT > &A) |
| | Returns true if the given matrix is symmetric.
|
| template<typename AT, typename epsilonT> |
| bool | igl::is_symmetric (const Eigen::SparseMatrix< AT > &A, const epsilonT epsilon) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| template<typename DerivedA> |
| bool | igl::is_symmetric (const Eigen::MatrixBase< 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 |