HomeSort by relevance Sort by last modified time
    Searched refs:RowMajorAdapter3x3 (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/include/ceres/
rotation.h 77 MatrixAdapter<T, 3, 1> RowMajorAdapter3x3(T* pointer);
218 MatrixAdapter<T, 3, 1> RowMajorAdapter3x3(T* pointer) {
438 EulerAnglesToRotationMatrix(euler, RowMajorAdapter3x3(R));
474 QuaternionToScaledRotation(q, RowMajorAdapter3x3(R));
506 QuaternionToRotation(q, RowMajorAdapter3x3(R));
  /external/ceres-solver/internal/ceres/
rotation_test.cc 1007 MatrixAdapter<double, 3, 1> A = RowMajorAdapter3x3(array);
1008 MatrixAdapter<const float, 3, 1> B = RowMajorAdapter3x3(const_array);
    [all...]

Completed in 102 milliseconds