Searched refs:RowMajorAdapter3x3 (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/include/ceres/
H A Drotation.h77 MatrixAdapter<T, 3, 1> RowMajorAdapter3x3(T* pointer);
218 MatrixAdapter<T, 3, 1> RowMajorAdapter3x3(T* pointer) { function in namespace:ceres
438 EulerAnglesToRotationMatrix(euler, RowMajorAdapter3x3(R));
474 QuaternionToScaledRotation(q, RowMajorAdapter3x3(R));
506 QuaternionToRotation(q, RowMajorAdapter3x3(R));
/external/ceres-solver/internal/ceres/
H A Drotation_test.cc1007 MatrixAdapter<double, 3, 1> A = RowMajorAdapter3x3(array);
1008 MatrixAdapter<const float, 3, 1> B = RowMajorAdapter3x3(const_array);

Completed in 344 milliseconds