/external/eigen/test/ |
lu.cpp | 250 CALL_SUBTEST_1( lu_non_invertible<Matrix3f>() ); 251 CALL_SUBTEST_1( lu_invertible<Matrix3f>() ); 252 CALL_SUBTEST_1( lu_verify_assert<Matrix3f>() );
|
inverse.cpp | 102 CALL_SUBTEST_3( inverse(Matrix3f()) );
|
jacobi.cpp | 64 CALL_SUBTEST_1(( jacobi<Matrix3f, float>() ));
|
stddeque.cpp | 109 CALL_SUBTEST_1(check_stddeque_matrix(Matrix3f()));
|
stdlist.cpp | 109 CALL_SUBTEST_1(check_stdlist_matrix(Matrix3f()));
|
svd_common.h | 418 VERIFY_IS_APPROX(svd2.matrixU(), Matrix3f::Identity()); 419 VERIFY_IS_APPROX(svd2.matrixV(), Matrix3f::Identity()); 429 VERIFY_IS_APPROX(svd2.matrixU(), Matrix3f::Identity()); 430 VERIFY_IS_APPROX(svd2.matrixV(), Matrix3f::Identity());
|
swap.cpp | 89 CALL_SUBTEST_1( swap(Matrix3f()) ); // fixed size, no vectorization
|
diagonalmatrices.cpp | 119 CALL_SUBTEST_2( diagonalmatrices(Matrix3f()) );
|
permutationmatrices.cpp | 148 CALL_SUBTEST_2( permutationmatrices(Matrix3f()) );
|
qr.cpp | 123 CALL_SUBTEST_9(qr_verify_assert<Matrix3f>());
|
qr_fullpivoting.cpp | 146 CALL_SUBTEST_5(qr_verify_assert<Matrix3f>());
|
qtvector.cpp | 134 CALL_SUBTEST(check_qtvector_matrix(Matrix3f()));
|
stddeque_overload.cpp | 135 CALL_SUBTEST_1(check_stddeque_matrix(Matrix3f()));
|
stdlist_overload.cpp | 169 CALL_SUBTEST_1(check_stdlist_matrix(Matrix3f()));
|
stdvector.cpp | 124 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f()));
|
stdvector_overload.cpp | 138 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f()));
|
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/ |
RsYuv.java | 26 import android.renderscript.Matrix3f;
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSColorMatrixTest.java | 62 Matrix3f mat = new Matrix3f(coeffs);
|
/frameworks/base/rs/java/android/renderscript/ |
FieldPacker.java | 577 public void addMatrix(Matrix3f v) { 583 public Matrix3f subMatrix3f() { 584 Matrix3f v = new Matrix3f(); 761 if (obj instanceof Matrix3f) { 762 addMatrix((Matrix3f)obj);
|
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/ |
MainActivity.java | 219 Matrix3f mat = new Matrix3f();
|
/external/eigen/doc/ |
TutorialLinearAlgebra.dox | 29 matrix is of type Matrix3f, this line could have been replaced by: 31 ColPivHouseholderQR<Matrix3f> dec(A);
|
StorageOrders.dox | 61 the case if one of the convenience typedefs (\c Matrix3f, \c ArrayXXd, etc.) is used.
|
/external/eigen/unsupported/test/ |
openglsupport.cpp | 130 Matrix3f rot; 245 VERIFY_UNIFORM(fv,m3f, Matrix3f);
|
/external/eigen/Eigen/src/Core/ |
CommaInitializer.h | 113 * quaternion.fromRotationMatrix((Matrix3f() << axis0, axis1, axis2).finished());
|
/external/eigen/demos/opengl/ |
camera.cpp | 107 Matrix3f camAxes;
|