Home
last modified time | relevance | path

Searched defs:Vector3 (Results 1 – 10 of 10) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/
Dgeo_eulerangles.cpp20 typedef Matrix<Scalar,3,1> Vector3; in verify_euler() typedef
62 typedef Matrix<Scalar,3,1> Vector3; in eulerangles() typedef
Dgeo_orthomethods.cpp23 typedef Matrix<Scalar,3,1> Vector3; in orthomethods_3() typedef
86 typedef Matrix<Scalar,3,1> Vector3; in orthomethods() typedef
Dgeo_quaternion.cpp51 typedef Matrix<Scalar,3,1> Vector3; in quaternion() typedef
182 typedef Matrix<Scalar,3,1> Vector3; in mapQuaternion() typedef
Dgeo_transformations.cpp31 typedef Matrix<Scalar,3,1> Vector3; in non_projective_only() typedef
96 typedef Matrix<Scalar,3,1> Vector3; in transformations() typedef
Dvectorization_logic.cpp176 typedef Matrix<Scalar,3,1,ColMajor> Vector3; in run() typedef
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/algorithm/
DVector3.h21 Vector3(float x, float y, float z) : dataX(x), dataY(y), dataZ(z) {} in Vector3() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/
DEulerAngles.cpp22 typedef Matrix<Scalar,3,1> Vector3; in verify_euler_ranged() typedef
158 typedef Matrix<Scalar,3,1> Vector3; in eulerangles() typedef
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Geometry/
DQuaternion.h57 typedef Matrix<Scalar,3,1> Vector3; typedef
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/EulerAngles/
DEulerAngles.h121 typedef Matrix<Scalar,3,1> Vector3; /*!< the equivalent 3 dimension vector type */ typedef
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/demos/opengl/
Dquaternion_demo.cpp141 typedef Matrix<Scalar,3,1> Vector3; typedef in EulerAngles