Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
is_symmetric.h File Reference
#include "igl_inline.h"
#include <Eigen/Sparse>
#include "is_symmetric.cpp"
+ Include dependency graph for is_symmetric.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<typename AT >
IGL_INLINE bool igl::is_symmetric (const Eigen::SparseMatrix< AT > &A)
 
template<typename AT , typename epsilonT >
IGL_INLINE bool igl::is_symmetric (const Eigen::SparseMatrix< AT > &A, const epsilonT epsilon)
 
template<typename DerivedA >
IGL_INLINE bool igl::is_symmetric (const Eigen::PlainObjectBase< DerivedA > &A)
 

Macro Definition Documentation

◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET

#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET