public class GeneralMatrix
extends javax.vecmath.GMatrix
| Constructor and Description |
|---|
GeneralMatrix(GeneralMatrix matrix) |
GeneralMatrix(int numRow,
int numCol) |
| Modifier and Type | Method and Description |
|---|---|
GeneralMatrix |
clone() |
boolean |
equals(GeneralMatrix matrix,
double tolerance) |
double[][] |
getElements() |
boolean |
isAffine() |
boolean |
isIdentity() |
boolean |
isIdentity(double tolerance) |
void |
multiply(GeneralMatrix matrix) |
void |
setRowValues(int i,
double... row) |
AffineTransform |
toAffineTransform2D() |
String |
toString() |
add, add, copySubMatrix, epsilonEquals, epsilonEquals, equals, equals, get, get, get, get, get, getColumn, getColumn, getElement, getNumCol, getNumRow, getRow, getRow, hashCode, identityMinus, invert, invert, LUD, mul, mul, mul, mulTransposeBoth, mulTransposeLeft, mulTransposeRight, negate, negate, set, set, set, set, set, set, setColumn, setColumn, setElement, setIdentity, setRow, setRow, setScale, setSize, setZero, sub, sub, SVD, trace, transpose, transposepublic GeneralMatrix(GeneralMatrix matrix)
public GeneralMatrix(int numRow,
int numCol)
public GeneralMatrix clone()
clone in class javax.vecmath.GMatrixpublic boolean equals(GeneralMatrix matrix, double tolerance)
public final double[][] getElements()
public final boolean isAffine()
public final boolean isIdentity()
public final boolean isIdentity(double tolerance)
public final void multiply(GeneralMatrix matrix)
public void setRowValues(int i,
double... row)
public final AffineTransform toAffineTransform2D() throws IllegalStateException
IllegalStateExceptionpublic String toString()
toString in class javax.vecmath.GMatrixCopyright © 2015 Revolution Systems Inc.. All rights reserved.