• Home
  • Raw
  • Download

Lines Matching refs:trsolve

30 template<typename Scalar,int Size, int Cols> void trsolve(int size=Size,int cols=Cols)  in trsolve()  function
81 …CALL_SUBTEST_1((trsolve<float,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),intern… in test_product_trsolve()
82 …CALL_SUBTEST_2((trsolve<double,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),inter… in test_product_trsolve()
83 …CALL_SUBTEST_3((trsolve<std::complex<float>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MA… in test_product_trsolve()
84 …CALL_SUBTEST_4((trsolve<std::complex<double>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_M… in test_product_trsolve()
87 CALL_SUBTEST_5((trsolve<float,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE)))); in test_product_trsolve()
88 CALL_SUBTEST_6((trsolve<double,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE)))); in test_product_trsolve()
89 …CALL_SUBTEST_7((trsolve<std::complex<float>,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE… in test_product_trsolve()
90 …CALL_SUBTEST_8((trsolve<std::complex<double>,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZ… in test_product_trsolve()
93 CALL_SUBTEST_9((trsolve<float,4,1>())); in test_product_trsolve()
94 CALL_SUBTEST_10((trsolve<double,4,1>())); in test_product_trsolve()
95 CALL_SUBTEST_11((trsolve<std::complex<float>,4,1>())); in test_product_trsolve()
96 CALL_SUBTEST_12((trsolve<float,1,1>())); in test_product_trsolve()
97 CALL_SUBTEST_13((trsolve<float,1,2>())); in test_product_trsolve()
98 CALL_SUBTEST_14((trsolve<float,3,1>())); in test_product_trsolve()