Loading...
numericallyEqual
SimTK::Test::numericallyEqual(float v1, float v2, int n, double tol=defTol< float >())
SimTK::Test::numericallyEqual(double v1, double v2, int n, double tol=defTol< double >())
SimTK::Test::numericallyEqual(long double v1, long double v2, int n, double tol=defTol< long double >())
SimTK::Test::numericallyEqual(int i1, int i2, int n, double tol=0)
SimTK::Test::numericallyEqual(unsigned u1, unsigned u2, int n, double tol=0)
SimTK::Test::numericallyEqual(float v1, double v2, int n, double tol=defTol< float >())
SimTK::Test::numericallyEqual(double v1, float v2, int n, double tol=defTol< float >())
SimTK::Test::numericallyEqual(float v1, long double v2, int n, double tol=defTol< float >())
SimTK::Test::numericallyEqual(long double v1, float v2, int n, double tol=defTol< float >())
SimTK::Test::numericallyEqual(double v1, long double v2, int n, double tol=defTol< double >())
SimTK::Test::numericallyEqual(long double v1, double v2, int n, double tol=defTol< double >())
SimTK::Test::numericallyEqual(int i1, float f2, int n, double tol=defTol< float >())
SimTK::Test::numericallyEqual(float f1, int i2, int n, double tol=defTol< float >())
SimTK::Test::numericallyEqual(unsigned i1, float f2, int n, double tol=defTol< float >())
SimTK::Test::numericallyEqual(float f1, unsigned i2, int n, double tol=defTol< float >())
SimTK::Test::numericallyEqual(int i1, double f2, int n, double tol=defTol< double >())
SimTK::Test::numericallyEqual(double f1, int i2, int n, double tol=defTol< double >())
SimTK::Test::numericallyEqual(unsigned i1, double f2, int n, double tol=defTol< double >())
SimTK::Test::numericallyEqual(double f1, unsigned i2, int n, double tol=defTol< double >())
SimTK::Test::numericallyEqual(int i1, long double f2, int n, double tol=defTol< long double >())
SimTK::Test::numericallyEqual(long double f1, int i2, int n, double tol=defTol< long double >())
SimTK::Test::numericallyEqual(unsigned i1, long double f2, int n, double tol=defTol< long double >())
SimTK::Test::numericallyEqual(long double f1, unsigned i2, int n, double tol=defTol< long double >())
SimTK::Test::numericallyEqual(const std::complex< P > &v1, const std::complex< P > &v2, int n, double tol=defTol< P >())
SimTK::Test::numericallyEqual(const conjugate< P > &v1, const conjugate< P > &v2, int n, double tol=defTol< P >())
SimTK::Test::numericallyEqual(const std::complex< P > &v1, const conjugate< P > &v2, int n, double tol=defTol< P >())
SimTK::Test::numericallyEqual(const conjugate< P > &v1, const std::complex< P > &v2, int n, double tol=defTol< P >())
SimTK::Test::numericallyEqual(const negator< P > &v1, const negator< P > &v2, int n, double tol=defTol< P >())
SimTK::Test::numericallyEqual(const P &v1, const negator< P > &v2, int n, double tol=defTol< P >())
SimTK::Test::numericallyEqual(const negator< P > &v1, const P &v2, int n, double tol=defTol< P >())
SimTK::Test::numericallyEqual(const negator< std::complex< P > > &v1, const conjugate< P > &v2, int n, double tol=defTol< P >())
SimTK::Test::numericallyEqual(const negator< conjugate< P > > &v1, const std::complex< P > &v2, int n, double tol=defTol< P >())
SimTK::Test::numericallyEqual(const std::complex< P > &v1, const negator< conjugate< P > > &v2, int n, double tol=defTol< P >())
SimTK::Test::numericallyEqual(const conjugate< P > &v1, const negator< std::complex< P > > &v2, int n, double tol=defTol< P >())
SimTK::Test::numericallyEqual(const Vec< M, E1, S1 > &v1, const Vec< M, E2, S2 > &v2, int n, double tol=(defTol2< E1, E2 >()))
SimTK::Test::numericallyEqual(const Row< N, E1, S1 > &v1, const Row< N, E2, S2 > &v2, int n, double tol=(defTol2< E1, E2 >()))
SimTK::Test::numericallyEqual(const Mat< M, N, E1, CS1, RS1 > &v1, const Mat< M, N, E2, CS2, RS2 > &v2, int n, double tol=(defTol2< E1, E2 >()))
SimTK::Test::numericallyEqual(const SymMat< N, E1, S1 > &v1, const SymMat< N, E2, S2 > &v2, int n, double tol=(defTol2< E1, E2 >()))
SimTK::Test::numericallyEqual(const VectorView_< E1 > &v1, const VectorView_< E2 > &v2, int n, double tol=(defTol2< E1, E2 >()))
SimTK::Test::numericallyEqual(const Vector_< E1 > &v1, const Vector_< E2 > &v2, int n, double tol=(defTol2< E1, E2 >()))
SimTK::Test::numericallyEqual(const RowVectorView_< E1 > &v1, const RowVectorView_< E2 > &v2, int n, double tol=(defTol2< E1, E2 >()))
SimTK::Test::numericallyEqual(const RowVector_< E1 > &v1, const RowVector_< E2 > &v2, int n, double tol=(defTol2< E1, E2 >()))
SimTK::Test::numericallyEqual(const MatrixView_< E1 > &v1, const MatrixView_< E2 > &v2, int n, double tol=(defTol2< E1, E2 >()))
SimTK::Test::numericallyEqual(const Matrix_< E1 > &m1, const Matrix_< E2 > &m2, int n, double tol=(defTol2< E1, E2 >()))
SimTK::Test::numericallyEqual(const Rotation &R1, const Rotation &R2, int n, double tol=defTol< Real >())
SimTK::Test::numericallyEqual(const Transform &T1, const Transform &T2, int n, double tol=defTol< Real >())
Searching...
No Matches