/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
EigenDecomposition.java | 55 RealMatrix getV();
|
SingularValueDecomposition.java | 93 RealMatrix getV(); 99 * @see #getV()
|
BiDiagonalTransformer.java | 169 public RealMatrix getV() {
|
SingularValueDecompositionImpl.java | 122 cachedV = eigenDecomposition.getV(); 126 cachedU = eigenDecomposition.getV().getSubMatrix(0, m - 1, 0, p - 1); 133 cachedU = eigenDecomposition.getV(); 138 cachedV = eigenDecomposition.getV().getSubMatrix(0,n-1,0,p-1); 193 public RealMatrix getV() throws InvalidMatrixException { 203 cachedVt = getV().transpose(); 268 return new Solver(singularValues, getUT(), getV(), getRank() == Math
|
EigenDecompositionImpl.java | 159 public RealMatrix getV() throws InvalidMatrixException {
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue115/ |
ParameterizedBean.java | 30 public V getV() {
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
MosaicTypes.h | 98 inline ImageType getV() 114 inline int getV(int y, int x)
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
FlingScroller.java | 113 mCurrV = getV(progress); 136 private double getV(float progress) {
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 98 inline ImageType getV() 114 inline int getV(int y, int x)
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
ConvexH.java | 115 public short getV() {
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/ |
Glyph.java | 139 public float getV () {
|
UnicodeFont.java | 352 GL11.glTexCoord2f(glyph.getU(), glyph.getV());
358 GL11.glTexCoord2f(glyph.getU2(), glyph.getV());
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
TextureRegion.java | 139 public float getV () {
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/ |
MeshBuilder.java | 370 setUVRange(region.getU(), region.getV(), region.getU2(), region.getV2());
[all...] |
/external/clang/include/clang/AST/ |
StmtOpenMP.h | [all...] |
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/ |
btSoftBody.java | 1024 public btVector3 getV() { [all...] |