This is the complete list of members for sofa::testing::SparseMatrixTest< TReal >, including all inherited members.
BaseTest() | sofa::testing::BaseTest | |
compareEigenSparseMatrix(const Eigen::SparseMatrix< _AScalar, _AOptions, _AStorageIndex > &A, const Eigen::SparseMatrix< _BScalar, _BOptions, _BStorageIndex > &B) | sofa::testing::SparseMatrixTest< TReal > | inlinestatic |
compareSparseMatrix(const Eigen::SparseMatrix< _AScalar, _AOptions, _AStorageIndex > &A, const Eigen::SparseMatrix< _BScalar, _BOptions, _BStorageIndex > &B) | sofa::testing::SparseMatrixTest< TReal > | inlinestatic |
copyFromEigen(Eigen::SparseMatrix< _DstScalar, _DstOptions, _DstStorageIndex > &dst, const Eigen::SparseMatrix< _SrcScalar, _SrcOptions, _SrcStorageIndex > &src) | sofa::testing::SparseMatrixTest< TReal > | inlinestatic |
copyFromEigen(linearalgebra::BaseMatrix &dst, const Eigen::SparseMatrix< TReal > &src) | sofa::testing::SparseMatrixTest< TReal > | inlinestatic |
epsilon() | sofa::testing::NumericTest< SReal > | inlinestatic |
generateFromTriplets(Eigen::SparseMatrix< TReal > &eigenMatrix, InputIt first, InputIt last, Eigen::Index nbRows, Eigen::Index nbCols) | sofa::testing::SparseMatrixTest< TReal > | inlinestatic |
generateRandomSparseMatrix(Eigen::SparseMatrix< TReal, EigenSparseMatrixOptions > &eigenMatrix, Eigen::Index nbRows, Eigen::Index nbCols, TReal sparsity) | sofa::testing::SparseMatrixTest< TReal > | inlinestatic |
infinity() | sofa::testing::NumericTest< SReal > | inlinestatic |
isSmall(Real r, Real ratio=1.) | sofa::testing::NumericTest< SReal > | inlinestatic |
m_error | sofa::testing::BaseTest | |
m_fatal | sofa::testing::BaseTest | |
matrixMaxDiff(const Matrix1 &m1, const Matrix2 &m2) | sofa::testing::NumericTest< SReal > | inlinestatic |
matrixMaxDiff(const sofa::type::Mat< M, N, Real > &m1, const Matrix2 &m2) | sofa::testing::NumericTest< SReal > | inlinestatic |
norm(float a) | sofa::testing::NumericTest< SReal > | inlineprotectedstatic |
norm(double a) | sofa::testing::NumericTest< SReal > | inlineprotectedstatic |
norm(T a) | sofa::testing::NumericTest< SReal > | inlineprotectedstatic |
NumericTest() | sofa::testing::NumericTest< SReal > | inline |
onSetUp() | sofa::testing::BaseTest | inlinevirtual |
onTearDown() | sofa::testing::BaseTest | inlinevirtual |
Real typedef | sofa::testing::NumericTest< SReal > | |
seed | sofa::testing::BaseTest | static |
vectorMaxAbs(const Container &c) | sofa::testing::NumericTest< SReal > | inline |
vectorMaxDiff(const sofa::type::Vec< N, Real > &m1, const Vector2 &m2) | sofa::testing::NumericTest< SReal > | inlinestatic |
vectorMaxDiff(const sofa::type::Vec< N, Real > &m1, const sofa::type::Vec< N, Real > &m2) | sofa::testing::NumericTest< SReal > | inlinestatic |
vectorMaxDiff(const Container1 &c1, const Container2 &c2) | sofa::testing::NumericTest< SReal > | inline |
~BaseTest() override | sofa::testing::BaseTest |