Lines Matching full:matrix

107   // test of Dynamic defined Matrix (42, 42) of float   in test_bdcsvd()
108 CALL_SUBTEST_11(( bdcsvd_verify_assert<Matrix<float,Dynamic,Dynamic> > in test_bdcsvd()
109 (Matrix<float,Dynamic,Dynamic>(42,42)) )); in test_bdcsvd()
110 CALL_SUBTEST_11(( compare_bdc_jacobi<Matrix<float,Dynamic,Dynamic> > in test_bdcsvd()
111 (Matrix<float,Dynamic,Dynamic>(42,42), 0) )); in test_bdcsvd()
112 CALL_SUBTEST_11(( bdcsvd<Matrix<float,Dynamic,Dynamic> > in test_bdcsvd()
113 (Matrix<float,Dynamic,Dynamic>(42,42)) )); in test_bdcsvd()
115 // test of Dynamic defined Matrix (50, 50) of double in test_bdcsvd()
116 CALL_SUBTEST_13(( bdcsvd_verify_assert<Matrix<double,Dynamic,Dynamic> > in test_bdcsvd()
117 (Matrix<double,Dynamic,Dynamic>(50,50)) )); in test_bdcsvd()
118 CALL_SUBTEST_13(( compare_bdc_jacobi<Matrix<double,Dynamic,Dynamic> > in test_bdcsvd()
119 (Matrix<double,Dynamic,Dynamic>(50,50), 0) )); in test_bdcsvd()
120 CALL_SUBTEST_13(( bdcsvd<Matrix<double,Dynamic,Dynamic> > in test_bdcsvd()
121 (Matrix<double,Dynamic,Dynamic>(50, 50)) )); in test_bdcsvd()
123 // test of Dynamic defined Matrix (22, 22) of complex double in test_bdcsvd()
124 CALL_SUBTEST_14(( bdcsvd_verify_assert<Matrix<std::complex<double>,Dynamic,Dynamic> > in test_bdcsvd()
125 (Matrix<std::complex<double>,Dynamic,Dynamic>(22,22)) )); in test_bdcsvd()
126 CALL_SUBTEST_14(( compare_bdc_jacobi<Matrix<std::complex<double>,Dynamic,Dynamic> > in test_bdcsvd()
127 (Matrix<std::complex<double>, Dynamic, Dynamic> (22,22), 0) )); in test_bdcsvd()
128 CALL_SUBTEST_14(( bdcsvd<Matrix<std::complex<double>,Dynamic,Dynamic> > in test_bdcsvd()
129 (Matrix<std::complex<double>,Dynamic,Dynamic>(22, 22)) )); in test_bdcsvd()
131 // test of Dynamic defined Matrix (10, 10) of int in test_bdcsvd()
132 //CALL_SUBTEST_15(( bdcsvd_verify_assert<Matrix<int,Dynamic,Dynamic> > in test_bdcsvd()
133 // (Matrix<int,Dynamic,Dynamic>(10,10)) )); in test_bdcsvd()
134 //CALL_SUBTEST_15(( compare_bdc_jacobi<Matrix<int,Dynamic,Dynamic> > in test_bdcsvd()
135 // (Matrix<int,Dynamic,Dynamic>(10,10), 0) )); in test_bdcsvd()
136 //CALL_SUBTEST_15(( bdcsvd<Matrix<int,Dynamic,Dynamic> > in test_bdcsvd()
137 // (Matrix<int,Dynamic,Dynamic>(10, 10)) )); in test_bdcsvd()
140 // test of Dynamic defined Matrix (8, 6) of double in test_bdcsvd()
142 CALL_SUBTEST_16(( bdcsvd_verify_assert<Matrix<double,Dynamic,Dynamic> > in test_bdcsvd()
143 (Matrix<double,Dynamic,Dynamic>(8,6)) )); in test_bdcsvd()
144 CALL_SUBTEST_16(( compare_bdc_jacobi<Matrix<double,Dynamic,Dynamic> > in test_bdcsvd()
145 (Matrix<double,Dynamic,Dynamic>(8, 6), 0) )); in test_bdcsvd()
146 CALL_SUBTEST_16(( bdcsvd<Matrix<double,Dynamic,Dynamic> > in test_bdcsvd()
147 (Matrix<double,Dynamic,Dynamic>(8, 6)) )); in test_bdcsvd()
151 // test of Dynamic defined Matrix (36, 12) of float in test_bdcsvd()
152 CALL_SUBTEST_17(( compare_bdc_jacobi<Matrix<float,Dynamic,Dynamic> > in test_bdcsvd()
153 (Matrix<float,Dynamic,Dynamic>(36, 12), 0) )); in test_bdcsvd()
154 CALL_SUBTEST_17(( bdcsvd<Matrix<float,Dynamic,Dynamic> > in test_bdcsvd()
155 (Matrix<float,Dynamic,Dynamic>(36, 12)) )); in test_bdcsvd()
157 // test of Dynamic defined Matrix (5, 8) of double in test_bdcsvd()
158 CALL_SUBTEST_18(( compare_bdc_jacobi<Matrix<double,Dynamic,Dynamic> > in test_bdcsvd()
159 (Matrix<double,Dynamic,Dynamic>(5, 8), 0) )); in test_bdcsvd()
160 CALL_SUBTEST_18(( bdcsvd<Matrix<double,Dynamic,Dynamic> > in test_bdcsvd()
161 (Matrix<double,Dynamic,Dynamic>(5, 8)) )); in test_bdcsvd()
170 // SUBTESTS 1 and 2 on specifics matrix in test_bdcsvd()
188 // Statics matrix don't work with BDSVD yet in test_bdcsvd()
189 // bdc algo on a random 3x3 float matrix in test_bdcsvd()
191 // bdc algo on a random 4x4 double matrix in test_bdcsvd()
193 // bdc algo on a random 3x5 float matrix in test_bdcsvd()
194 // CALL_SUBTEST_5(( bdcsvd<Matrix<float,3,5> >() )); in test_bdcsvd()
203 // Test on inf/nan matrix in test_bdcsvd()