Home
last modified time | relevance | path

Searched refs:expected_rcond (Results 1 – 3 of 3) sorted by relevance

/dports/math/gsl/gsl-2.7/linalg/
H A Dtest_cholesky.c129 if (expected_rcond > 0 && !scale) in test_cholesky_decomp_eps()
136 gsl_test_rel(rcond, expected_rcond, 1.0e-6, in test_cholesky_decomp_eps()
169 double expected_rcond = -1.0; in test_cholesky_decomp() local
172 expected_rcond = hilb_rcond[N - 1]; in test_cholesky_decomp()
379 if (expected_rcond > 0 && !scale) in test_mcholesky_decomp_eps()
386 gsl_test_rel(rcond, expected_rcond, 1.0e-6, in test_mcholesky_decomp_eps()
424 double expected_rcond = -1.0; in test_mcholesky_decomp() local
427 expected_rcond = hilb_rcond[N - 1]; in test_mcholesky_decomp()
688 if (expected_rcond > 0 && !scale) in test_pcholesky_decomp_eps()
730 double expected_rcond = -1.0; in test_pcholesky_decomp() local
[all …]
H A Dtest_ldlt.c47 test_ldlt_decomp_eps(const gsl_matrix * m, const double expected_rcond, in test_ldlt_decomp_eps() argument
94 if (expected_rcond > 0) in test_ldlt_decomp_eps()
101 gsl_test_rel(rcond, expected_rcond, 1.0e-6, in test_ldlt_decomp_eps()
103 desc, N, N, rcond, expected_rcond); in test_ldlt_decomp_eps()
133 double expected_rcond = -1.0; in test_ldlt_decomp() local
136 expected_rcond = hilb_rcond[N - 1]; in test_ldlt_decomp()
139 test_ldlt_decomp_eps(m, expected_rcond, N * GSL_DBL_EPSILON, "ldlt_decomp hilbert"); in test_ldlt_decomp()
H A Dtest.c59 int test_QRPT_decomp_dim(const gsl_matrix * m, const double expected_rcond, double eps);
1036 test_QRPT_decomp_dim(const gsl_matrix * m, const double expected_rcond, double eps) in test_QRPT_decomp_dim() argument
1078 if (expected_rcond > 0.0) in test_QRPT_decomp_dim()
1085 foo = check(rcond, expected_rcond, 1.0e-10); in test_QRPT_decomp_dim()
1087 printf("QRPT_rcond (%3lu,%3lu): %22.18g %22.18g\n", M, N, rcond, expected_rcond); in test_QRPT_decomp_dim()