8#ifndef IGL_IS_SYMMETRIC_H 
    9#define IGL_IS_SYMMETRIC_H 
   11#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET 
   12#include <Eigen/Sparse> 
   18  template <
typename AT>
 
   22  template <
typename AT, 
typename epsilonT>
 
   25  template <
typename DerivedA>
 
   27    const Eigen::PlainObjectBase<DerivedA>& A);
 
   30#ifndef IGL_STATIC_LIBRARY 
   31#  include "is_symmetric.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
bool is_symmetric(const Eigen::SparseMatrix< AT > &A)
Returns true if the given matrix is symmetric.