Searched refs:mat9 (Results 1 – 1 of 1) sorted by relevance
138 Tensor<float, 3, RowMajor> mat9(2,3,7); in test_3d() local139 mat9 = mat2 + 3.14f; in test_3d()155 VERIFY_IS_APPROX(mat9(i,j,k), val + 3.14f); in test_3d()