HomeSort by relevance Sort by last modified time
    Searched full:orthogonal (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /external/eigen/doc/snippets/
HessenbergDecomposition_matrixH.cpp 7 cout << "The orthogonal matrix Q is:" << endl << Q << endl;
RealSchur_RealSchur_MatrixType.cpp 5 cout << "The orthogonal matrix U is:" << endl << schur.matrixU() << endl;
Tridiagonalization_Tridiagonalization_MatrixType.cpp 6 cout << "The orthogonal matrix Q is:" << endl << Q << endl;
Tridiagonalization_decomposeInPlace.cpp 8 cout << "The orthogonal matrix Q is:" << endl << A << endl;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btPolarDecomposition.h 12 * be an orthogonal matrix and H with be a positive-definite, symmetric matrix.
32 * Decomposes a matrix into orthogonal and symmetric, positive-definite
37 * @param u - the resulting orthogonal matrix
58 * This functions decomposes the matrix 'a' into two parts: an orthogonal matrix
65 * @param u - the resulting orthogonal matrix
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SingularValueDecomposition.java 28 * a m &times; n matrix, then U is a m &times; p orthogonal matrix, &Sigma; is a
30 * n orthogonal matrix (hence V<sup>T</sup> is also orthogonal) where
57 * <p>U is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
65 * <p>U is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
89 * <p>V is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
97 * <p>V is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
QRDecomposition.java 50 * <p>Q is an orthogonal matrix</p>
57 * <p>Q is an orthogonal matrix</p>
EigenDecomposition.java 48 * <p>V is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
70 * <p>V is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
SingularValueDecompositionImpl.java 29 * a m &times; n matrix, then U is a m &times; p orthogonal matrix, &Sigma; is a
31 * n orthogonal matrix (hence V<sup>T</sup> is also orthogonal) where
TriDiagonalTransformer.java 28 * A = Q &times; T &times; Q<sup>T</sup> with Q an orthogonal matrix and T a symmetrical
88 * <p>Q is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
100 * <p>Q is an orthogonal matrix, i.e. its transpose is also its inverse.</p>
  /external/libgdx/tests/gdx-tests-android/assets/data/maps/tiled-atlas-processed/
test.tmx 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?><map height="10" orientation="orthogonal" tileheight="16" tilewidth="16" version="1.0" width="20"><properties><property name="atlas" value="tileset/packed.atlas"/></properties>
  /external/libgdx/tests/gdx-tests-android/assets/data/maps/tiled-atlas-src/
test.tmx 2 <map version="1.0" orientation="orthogonal" width="20" height="10" tilewidth="16" tileheight="16">
  /external/libgdx/tests/gdx-tests-android/assets/data/maps/tiled/super-koalio/
level1.tmx 2 <map version="1.0" orientation="orthogonal" renderorder="right-down" width="212" height="20" tilewidth="16" tileheight="16" nextobjectid="1">
    [all...]
  /external/libgdx/tests/gdx-tests-android/assets/data/maps/tiled-objects/
test-load-mapobjects.tmx 2 <map version="1.0" orientation="orthogonal" renderorder="right-down" width="16" height="16" tilewidth="32" tileheight="32" nextobjectid="17">
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
cv_util.py 14 """Returns true if lines are within tolerance radians of being orthogonal."""
24 # lines are not orthogonal.
  /external/eigen/unsupported/Eigen/
NumericalDiff 35 * using such software, and the purpose is quite orthogonal to what we
  /external/opencv3/modules/core/misc/java/test/
RotatedRectTest.java 108 assertTrue("Orthogonal vectors 01 and 12",
112 assertTrue("Orthogonal vectors 12 and 23",
116 assertTrue("Orthogonal vectors 23 and 30",
120 assertTrue("Orthogonal vectors 30 and 01",
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialsUtils.java 85 * polynomials of the first kind</a> are orthogonal polynomials.
109 * polynomials</a> are orthogonal polynomials.
136 * polynomials</a> are orthogonal polynomials.
163 * polynomials</a> are orthogonal polynomials.
  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 40 /// The file to write header include output to. This is orthogonal to
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btHinge2Constraint.h 43 // axis1 must be orthogonal to axis2
btUniversalConstraint.h 46 // axis1 must be orthogonal to axis2
  /external/libgdx/tests/gdx-tests-android/assets/data/maps/tiled/
tiles.tmx 2 <map version="1.0" orientation="orthogonal" width="15" height="10" tilewidth="32" tileheight="32">
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_params.h 78 // X means gesture's direction. Y means gesture's orthogonal direction.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AvdManagerAction.java 52 // Although orthogonal to the avd manager action, this is a good time
  /external/ImageMagick/config/
thresholds.xml 178 <description>Halftone 4x4 (orthogonal)</description>
188 <description>Halftone 6x6 (orthogonal)</description>
200 <description>Halftone 8x8 (orthogonal)</description>
219 <description>Halftone 16x16 (orthogonal)</description>

Completed in 449 milliseconds

1 2 3 4 5 6 7 8 9