146 typedef Matrix<Real, Dynamic, Dynamic>
Mat;
150 std::cout <<
"NumTraits<Real>::dummy_precision() = " << NumTraits<Real>::dummy_precision() << std::endl;
151 std::cout <<
"NumTraits<Real>::lowest() = " << NumTraits<Real>::lowest() << std::endl;
152 std::cout <<
"NumTraits<Real>::highest() = " << NumTraits<Real>::highest() << std::endl;
153 std::cout <<
"NumTraits<Real>::digits10() = " << NumTraits<Real>::digits10() << std::endl;
154 std::cout <<
"NumTraits<Real>::max_digits10() = " << NumTraits<Real>::max_digits10() << std::endl;
160 std::stringstream ss;
166 std::stringstream ss;
int i
Definition: BiCGSTAB_step_by_step.cpp:9
HouseholderQR< MatrixXf > qr(A)
void bdcsvd_thin_options(const MatrixType &input=MatrixType())
Definition: bdcsvd.cpp:65
void bdcsvd_full_options(const MatrixType &input=MatrixType())
Definition: bdcsvd.cpp:70
Matrix< SCALARA, Dynamic, Dynamic, opt_A > A
Definition: bench_gemm.cpp:47
#define EIGEN_TEST_MAX_SIZE
Definition: boostmultiprec.cpp:16
void cholesky(const MatrixType &m)
Definition: cholesky.cpp:55
void eigensolver(const MatrixType &m)
Definition: eigensolver_complex.cpp:68
void generalized_eigensolver_real(const MatrixType &m)
Definition: eigensolver_generalized_real.cpp:17
void selfadjointeigensolver(const MatrixType &m)
Definition: eigensolver_selfadjoint.cpp:65
Matrix< Scalar, Dynamic, Dynamic > Mat
Definition: gemm_common.h:15
void jacobisvd_thin_options(const MatrixType &input=MatrixType())
Definition: jacobisvd.cpp:37
void jacobisvd_full_options(const MatrixType &input=MatrixType())
Definition: jacobisvd.cpp:47
RealScalar s
Definition: level1_cplx_impl.h:130
#define TEST_SET_BUT_UNUSED_VARIABLE(X)
Definition: main.h:139
static int g_repeat
Definition: main.h:191
const int Dynamic
Definition: Constants.h:25
double epsilon
Definition: osc_ring_sarah_asymptotics.h:43
#define CALL_SUBTEST_6(FUNC)
Definition: split_test_helper.h:34
#define CALL_SUBTEST_3(FUNC)
Definition: split_test_helper.h:16
#define CALL_SUBTEST_1(FUNC)
Definition: split_test_helper.h:4
#define CALL_SUBTEST_8(FUNC)
Definition: split_test_helper.h:46
#define CALL_SUBTEST_5(FUNC)
Definition: split_test_helper.h:28
#define CALL_SUBTEST_11(FUNC)
Definition: split_test_helper.h:64
#define CALL_SUBTEST_2(FUNC)
Definition: split_test_helper.h:10
#define CALL_SUBTEST_7(FUNC)
Definition: split_test_helper.h:40
#define CALL_SUBTEST_4(FUNC)
Definition: split_test_helper.h:22
#define CALL_SUBTEST_9(FUNC)
Definition: split_test_helper.h:52
#define CALL_SUBTEST_10(FUNC)
Definition: split_test_helper.h:58