Home
last modified time | relevance | path

Searched refs:mat9 (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_expr.cpp138 Tensor<float, 3, RowMajor> mat9(2,3,7); in test_3d() local
139 mat9 = mat2 + 3.14f; in test_3d()
155 VERIFY_IS_APPROX(mat9(i,j,k), val + 3.14f); in test_3d()