HomeSort by relevance Sort by last modified time
    Searched refs:Matrix2f (Results 1 - 25 of 44) sorted by null

1 2

  /external/eigen/doc/snippets/
MatrixBase_cast.cpp 2 Matrix2f mf = Matrix2f::Identity();
MatrixBase_eval.cpp 0 Matrix2f M = Matrix2f::Random();
2 Matrix2f m;
FullPivLU_solve.cpp 2 Matrix2f y = Matrix2f::Random();
Jacobi_makeJacobi.cpp 0 Matrix2f m = Matrix2f::Random();
  /frameworks/base/rs/java/android/renderscript/
Matrix2f.java 24 public class Matrix2f {
29 public Matrix2f() {
41 public Matrix2f(float[] dataArray) {
94 public void load(Matrix2f src) {
133 public void loadMultiply(Matrix2f lhs, Matrix2f rhs) {
152 public void multiply(Matrix2f rhs) {
153 Matrix2f tmp = new Matrix2f();
164 Matrix2f tmp = new Matrix2f()
    [all...]
FieldPacker.java 591 public void addMatrix(Matrix2f v) {
597 public Matrix2f subMatrix2f() {
598 Matrix2f v = new Matrix2f();
756 if (obj instanceof Matrix2f) {
757 addMatrix((Matrix2f)obj);
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Matrix2f.java 27 public class Matrix2f {
32 public Matrix2f() {
44 public Matrix2f(float[] dataArray) {
97 public void load(Matrix2f src) {
136 public void loadMultiply(Matrix2f lhs, Matrix2f rhs) {
155 public void multiply(Matrix2f rhs) {
156 Matrix2f tmp = new Matrix2f();
167 Matrix2f tmp = new Matrix2f()
    [all...]
FieldPacker.java 592 public void addMatrix(Matrix2f v) {
598 public Matrix2f subMatrix2f() {
599 Matrix2f v = new Matrix2f();
757 if (obj instanceof Matrix2f) {
758 fp.addMatrix((Matrix2f)obj);
879 if (obj instanceof Matrix2f) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Matrix2fTest.java 18 import android.renderscript.Matrix2f;
28 void checkIdentity(Matrix2f m, float delta) {
53 void checkData(Matrix2f m, float[] data, float delta) {
59 void checkData(Matrix2f m, float[] data) {
66 Matrix2f m = new Matrix2f();
70 m = new Matrix2f(setData);
76 Matrix2f m = new Matrix2f(setData);
86 Matrix2f m = new Matrix2f()
    [all...]
FieldPackerTest.java 35 import android.renderscript.Matrix2f;
74 fp.addMatrix(new Matrix2f());
  /external/eigen/doc/examples/
TutorialLinAlgExSolveLDLT.cpp 9 Matrix2f A, b;
14 Matrix2f x = A.ldlt().solve(b);
TutorialLinAlgSelfAdjointEigenSolver.cpp 9 Matrix2f A;
12 SelfAdjointEigenSolver<Matrix2f> eigensolver(A);
TutorialLinAlgComputeTwice.cpp 9 Matrix2f A, b;
10 LLT<Matrix2f> llt;
  /frameworks/compile/slang/tests/P_reflection3264_divergent/
ScriptC_reflection3264_divergent.java.expect 99 private Matrix2f mExportVar_matVar;
100 public synchronized void set_matVar(Matrix2f v) {
107 public Matrix2f get_matVar() {
116 private Matrix2f[] mExportVar_matArray;
117 public synchronized void set_matArray(Matrix2f[] v) {
129 public Matrix2f[] get_matArray() {
482 public void forEach_matFe(Allocation ain, Allocation aout, Matrix2f data) {
486 public void forEach_matFe(Allocation ain, Allocation aout, Matrix2f data, Script.LaunchOptions sc) {
  /frameworks/compile/slang/tests/P_reflection3264_divergent_support/
ScriptC_reflection3264_divergent.java.expect 96 private Matrix2f mExportVar_matVar;
97 public synchronized void set_matVar(Matrix2f v) {
104 public Matrix2f get_matVar() {
113 private Matrix2f[] mExportVar_matArray;
114 public synchronized void set_matArray(Matrix2f[] v) {
126 public Matrix2f[] get_matArray() {
479 public void forEach_matFe(Allocation ain, Allocation aout, Matrix2f data) {
483 public void forEach_matFe(Allocation ain, Allocation aout, Matrix2f data, Script.LaunchOptions sc) {
  /external/eigen/unsupported/test/
matrix_power.cpp 170 CALL_SUBTEST_1(testGeneral(Matrix2f(), 1e-4));
183 CALL_SUBTEST_1(testSingular(Matrix2f(), 1e-4));
196 CALL_SUBTEST_1(testLogThenExp(Matrix2f(), 1e-4));
  /external/eigen/test/
stddeque_overload.cpp 18 EIGEN_DEFINE_STL_DEQUE_SPECIALIZATION(Matrix2f)
139 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f()));
stdlist_overload.cpp 18 EIGEN_DEFINE_STL_LIST_SPECIALIZATION(Matrix2f)
173 CALL_SUBTEST_1(check_stdlist_matrix(Matrix2f()));
stdvector_overload.cpp 18 EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Matrix2f)
142 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f()));
unalignedassert.cpp 115 construct_at_boundary<Matrix2f>(16);
array_for_matrix.cpp 267 CALL_SUBTEST_2( array_for_matrix(Matrix2f()) );
275 CALL_SUBTEST_2( comparisons(Matrix2f()) );
282 CALL_SUBTEST_2( cwise_min_max(Matrix2f()) );
array_reverse.cpp 131 CALL_SUBTEST_2( reverse(Matrix2f()) );
linearstructure.cpp 120 CALL_SUBTEST_2( linearStructure(Matrix2f()) );
qtvector.cpp 138 CALL_SUBTEST(check_qtvector_matrix(Matrix2f()));
stddeque.cpp 113 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f()));

Completed in 323 milliseconds

1 2