|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jcae.mesh.amibe.metrics.Matrix2D
public class Matrix2D
General 2D matrix.
Field Summary | |
---|---|
double[][] |
data
|
Constructor Summary | |
---|---|
Matrix2D()
Create a Matrix2D instance and set it to the identity
matrix. |
|
Matrix2D(double Axx,
double Axy,
double Ayx,
double Ayy)
Create a Matrix2D instance with the given coefficients. |
Method Summary | |
---|---|
double |
det()
Return the determinant of this matrix. |
protected Matrix2D |
intersection(Matrix2D B)
Computes the intersection of 2 metrics. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double[][] data
Constructor Detail |
---|
public Matrix2D()
Matrix2D
instance and set it to the identity
matrix.
public Matrix2D(double Axx, double Axy, double Ayx, double Ayy)
Matrix2D
instance with the given coefficients.
Axx
- Axx coefficientAxy
- Axy coefficientAyx
- Ayx coefficientAyy
- Ayy coefficientMethod Detail |
---|
public double det()
protected Matrix2D intersection(Matrix2D B)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |