Home
last modified time | relevance | path

Searched refs:a3x (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/math/tmv/tmv-0.75/tests/
H A DTMV_TestTriArith_A2.cpp43 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_A2() local
44 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_A2()
45 a3x.diag().addToAll(30); in TestTriMatrixArith_A2()
46 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_A2()
49 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_A2()
63 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_A2()
76 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_A2()
89 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_A2()
H A DTMV_TestTriArith_A3.cpp44 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_A3() local
45 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_A3()
46 a3x.diag().addToAll(30); in TestTriMatrixArith_A3()
47 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_A3()
50 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_A3()
64 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_A3()
77 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_A3()
90 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_A3()
H A DTMV_TestTriArith_B4b.cpp63 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_B4b() local
64 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_B4b()
65 a3x.diag().addToAll(30); in TestTriMatrixArith_B4b()
66 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_B4b()
69 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_B4b()
71 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_B4b()
73 tmv::MatrixView<T> a3 = a3x.view(); in TestTriMatrixArith_B4b()
107 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_B4b()
109 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_B4b()
H A DTMV_TestTriArith_B4a.cpp62 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_B4a() local
63 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_B4a()
64 a3x.diag().addToAll(30); in TestTriMatrixArith_B4a()
65 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_B4a()
68 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_B4a()
70 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_B4a()
72 tmv::MatrixView<T> a3 = a3x.view(); in TestTriMatrixArith_B4a()
106 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_B4a()
108 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_B4a()
H A DTMV_TestTriArith_C5a.cpp53 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_C5a() local
54 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_C5a()
55 a3x.diag().addToAll(30); in TestTriMatrixArith_C5a()
56 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_C5a()
61 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_C5a()
63 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_C5a()
89 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_C5a()
91 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_C5a()
H A DTMV_TestTriArith_C4a.cpp56 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_C4a() local
57 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_C4a()
58 a3x.diag().addToAll(30); in TestTriMatrixArith_C4a()
59 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_C4a()
64 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_C4a()
66 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_C4a()
93 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_C4a()
95 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_C4a()
H A DTMV_TestTriArith_A1a.cpp64 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_A1a() local
65 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_A1a()
66 a3x.diag().addToAll(30); in TestTriMatrixArith_A1a()
67 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_A1a()
70 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_A1a()
84 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_A1a()
H A DTMV_TestTriArith_C4b.cpp64 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_C4b() local
65 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_C4b()
66 a3x.diag().addToAll(30); in TestTriMatrixArith_C4b()
67 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_C4b()
72 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_C4b()
74 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_C4b()
101 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_C4b()
103 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_C4b()
H A DTMV_TestTriArith_C5b.cpp66 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_C5b() local
67 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_C5b()
68 a3x.diag().addToAll(30); in TestTriMatrixArith_C5b()
69 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_C5b()
74 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_C5b()
76 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_C5b()
102 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_C5b()
104 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_C5b()
H A DTMV_TestTriArith_A5a.cpp47 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_A5a() local
48 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_A5a()
49 a3x.diag().addToAll(30); in TestTriMatrixArith_A5a()
50 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_A5a()
53 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_A5a()
72 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_A5a()
90 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_A5a()
109 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_A5a()
H A DTMV_TestTriArith_A1b.cpp89 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_A1b() local
90 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_A1b()
91 a3x.diag().addToAll(30); in TestTriMatrixArith_A1b()
92 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_A1b()
95 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_A1b()
109 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_A1b()
H A DTMV_TestTriArith_A4a.cpp67 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_A4a() local
68 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_A4a()
69 a3x.diag().addToAll(30); in TestTriMatrixArith_A4a()
70 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_A4a()
73 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_A4a()
92 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_A4a()
110 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_A4a()
129 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_A4a()
H A DTMV_TestMatrixArith_1.cpp43 tmv::Matrix<T> a3x(12,16); in TestMatrixArith_1() local
44 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestMatrixArith_1()
45 a3x.diag().addToAll(30); in TestMatrixArith_1()
46 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestMatrixArith_1()
49 tmv::MatrixView<T> a3 = a3x.subMatrix(0,12,0,16,3,4); in TestMatrixArith_1()
H A DTMV_TestTriArith_C6a.cpp52 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_C6a() local
53 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_C6a()
54 a3x.diag().addToAll(30); in TestTriMatrixArith_C6a()
55 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_C6a()
60 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_C6a()
90 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_C6a()
118 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_C6a()
146 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_C6a()
H A DTMV_TestTriArith_C6b.cpp52 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_C6b() local
53 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_C6b()
54 a3x.diag().addToAll(30); in TestTriMatrixArith_C6b()
55 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_C6b()
58 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_C6b()
90 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_C6b()
118 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_C6b()
146 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_C6b()
H A DTMV_TestTriArith_A6c.cpp64 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_A6c() local
65 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_A6c()
66 a3x.diag().addToAll(30); in TestTriMatrixArith_A6c()
67 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_A6c()
70 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_A6c()
72 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_A6c()
74 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_A6c()
76 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_A6c()
H A DTMV_TestTriArith_B5a.cpp60 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_B5a() local
61 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_B5a()
62 a3x.diag().addToAll(30); in TestTriMatrixArith_B5a()
63 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_B5a()
66 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_B5a()
68 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_B5a()
70 tmv::MatrixView<T> a3 = a3x.view(); in TestTriMatrixArith_B5a()
104 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_B5a()
106 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_B5a()
H A DTMV_TestTriArith_B6b.cpp62 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_B6b() local
63 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_B6b()
64 a3x.diag().addToAll(30); in TestTriMatrixArith_B6b()
65 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_B6b()
68 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_B6b()
70 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_B6b()
72 tmv::MatrixView<T> a3 = a3x.view(); in TestTriMatrixArith_B6b()
106 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_B6b()
108 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_B6b()
H A DTMV_TestTriArith_B5b.cpp61 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_B5b() local
62 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_B5b()
63 a3x.diag().addToAll(30); in TestTriMatrixArith_B5b()
64 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_B5b()
67 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_B5b()
69 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_B5b()
71 tmv::MatrixView<T> a3 = a3x.view(); in TestTriMatrixArith_B5b()
105 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_B5b()
107 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_B5b()
H A DTMV_TestTriArith_B6a.cpp62 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_B6a() local
63 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_B6a()
64 a3x.diag().addToAll(30); in TestTriMatrixArith_B6a()
65 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_B6a()
68 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_B6a()
70 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_B6a()
72 tmv::MatrixView<T> a3 = a3x.view(); in TestTriMatrixArith_B6a()
106 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_B6a()
108 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_B6a()
H A DTMV_TestTriArith_A5b.cpp54 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_A5b() local
55 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_A5b()
56 a3x.diag().addToAll(30); in TestTriMatrixArith_A5b()
57 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_A5b()
60 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_A5b()
62 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_A5b()
94 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_A5b()
113 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_A5b()
H A DTMV_TestTriArith_A4b.cpp56 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_A4b() local
57 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_A4b()
58 a3x.diag().addToAll(30); in TestTriMatrixArith_A4b()
59 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_A4b()
62 tmv::UpperTriMatrixView<T> u3 = a3x.subMatrix(0,12,0,16,3,4).upperTri(); in TestTriMatrixArith_A4b()
64 tmv::LowerTriMatrixView<T> l3 = a3x.subMatrix(0,12,0,16,3,4).lowerTri(); in TestTriMatrixArith_A4b()
96 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_A4b()
115 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_A4b()
H A DTMV_TestTriArith_A6b.cpp92 tmv::Matrix<T> a3x(12,16); in TestTriMatrixArith_A6b() local
93 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestTriMatrixArith_A6b()
94 a3x.diag().addToAll(30); in TestTriMatrixArith_A6b()
95 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestTriMatrixArith_A6b()
98 tmv::UpperTriMatrixView<T> u6 = a3x.subMatrix(0,12,0,16,3,4).unitUpperTri(); in TestTriMatrixArith_A6b()
126 tmv::LowerTriMatrixView<T> l6 = a3x.subMatrix(0,12,0,16,3,4).unitLowerTri(); in TestTriMatrixArith_A6b()
H A DTMV_TestMatrixArith_3.cpp46 tmv::Matrix<T> a3x(12,16); in TestMatrixArith_3() local
47 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestMatrixArith_3()
48 tmv::MatrixView<T> a3 = a3x.subMatrix(0,12,0,16,3,4); in TestMatrixArith_3()
50 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestMatrixArith_3()
H A DTMV_TestMatrixArith_2.cpp43 tmv::Matrix<T> a3x(12,16); in TestMatrixArith_2() local
44 for(int i=0;i<12;++i) for(int j=0;j<16;++j) a3x(i,j) = T(1-2*i+3*j); in TestMatrixArith_2()
45 tmv::MatrixView<T> a3 = a3x.subMatrix(0,12,0,16,3,4); in TestMatrixArith_2()
47 tmv::Matrix<CT> ca3x = a3x*CT(1,-2); in TestMatrixArith_2()

1234567