Home | History | Annotate | Download | only in test

Lines Matching refs:RowMajor

15 using Eigen::RowMajor;
21 TensorFixedSize<float, Sizes<>, RowMajor> scalar2;
38 TensorFixedSize<float, Sizes<>, RowMajor> scalar4 = scalar2.sqrt();
50 TensorFixedSize<float, Sizes<6>, RowMajor> vec2;
76 TensorFixedSize<float, Sizes<6>, RowMajor> vec4 = vec2.sqrt();
109 TensorFixedSize<float, Sizes<6>, RowMajor> vec2;
135 TensorMap<TensorFixedSize<float, Sizes<2, 3>, RowMajor> > mat2(data2,2,3);
157 TensorFixedSize<float, Sizes<2, 3>, RowMajor> mat4;
183 TensorFixedSize<float, Sizes<2, 3, 7>, RowMajor> mat2;
204 TensorFixedSize<float, Sizes<2, 3, 7>, RowMajor> mat4;