Lines Matching refs:col_stride
67 template <typename T, int row_stride, int col_stride>
103 template <typename T, int row_stride, int col_stride>
105 const MatrixAdapter<const T, row_stride, col_stride>& R,
111 template <typename T, int row_stride, int col_stride>
114 const MatrixAdapter<T, row_stride, col_stride>& R);
125 template <typename T, int row_stride, int col_stride>
128 const MatrixAdapter<T, row_stride, col_stride>& R);
152 template <typename T, int row_stride, int col_stride> inline
155 const MatrixAdapter<T, row_stride, col_stride>& R);
162 template <typename T, int row_stride, int col_stride> inline
165 const MatrixAdapter<T, row_stride, col_stride>& R);
200 template<typename T, int row_stride, int col_stride>
208 return pointer_[r * row_stride + c * col_stride]; in operator()
307 template <typename T, int row_stride, int col_stride>
309 const MatrixAdapter<const T, row_stride, col_stride>& R, in RotationMatrixToAngleAxis()
392 template <typename T, int row_stride, int col_stride>
395 const MatrixAdapter<T, row_stride, col_stride>& R) { in AngleAxisToRotationMatrix()
441 template <typename T, int row_stride, int col_stride>
444 const MatrixAdapter<T, row_stride, col_stride>& R) { in EulerAnglesToRotationMatrix()
477 template <typename T, int row_stride, int col_stride> inline
480 const MatrixAdapter<T, row_stride, col_stride>& R) { in QuaternionToScaledRotation()
509 template <typename T, int row_stride, int col_stride> inline
511 const MatrixAdapter<T, row_stride, col_stride>& R) { in QuaternionToRotation()