2 eigenpy.switchToNumpyArray()
5 import numpy.linalg
as la
8 A = np.random.rand(dim,dim)
11 es = eigenpy.SelfAdjointEigenSolver(A)
EIGEN_DONT_INLINE bool is_approx(const Eigen::MatrixBase< MatrixType1 > &mat1, const Eigen::MatrixBase< MatrixType2 > &mat2)