Searched defs:Mat3 (Results 1 - 6 of 6) sorted by relevance

/external/ceres-solver/examples/
H A Dlibmv_homography.cc70 typedef Eigen::Matrix<double, 3, 3> Mat3; typedef
135 double SymmetricGeometricDistance(const Mat3 &H,
200 Mat3 *H,
253 typedef Eigen::Matrix<T, 3, 3> Mat3; typedef
256 Mat3 H(homography_parameters);
283 Mat3 *H)
313 Mat3 *H_;
320 Mat3 *H) {
383 Mat3 homography_matrix;
401 Mat3 estimated_matri
[all...]
H A Dlibmv_bundle_adjuster.cc115 typedef Eigen::Matrix<double, 3, 3> Mat3; typedef
139 Mat3 R;
335 Mat3 *matrix) {
/external/deqp/framework/common/
H A DtcuMatrix.hpp512 typedef Matrix3f Mat3; typedef in namespace:tcu
/external/deqp/modules/gles2/scripts/
H A Dgenutil.py409 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z));
639 class Mat3(Mat): class in inherits:Mat
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py495 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z));
780 class Mat3(Mat): class in inherits:Mat
/external/deqp/modules/gles31/scripts/
H A Dgenutil.py497 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z));
782 class Mat3(Mat): class in inherits:Mat

Completed in 308 milliseconds