|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsugr.BiRelationalProperty
sugr.Equal
Contains methods if two elements are equal or not. You can retrieve then a lot of information about this test, for example: chiČ-value used, the testvalue and so on.
Field Summary |
Fields inherited from class sugr.BiRelationalProperty |
first, secondEntityType |
Constructor Summary | |
Equal(Entity e)
Build up an Equal relation between to Entities. |
|
Equal(Line_2D l,
java.lang.Class secondClass)
Build up an Equal-Relation between two Line_2D. |
|
Equal(Line_3D l,
java.lang.Class secondClass)
Build up an Equal-Relation between two Line_3D. |
|
Equal(Plane_3D a,
java.lang.Class secondClass)
Build up an Equal-Relation between two Plane_3D. |
|
Equal(Point_2D x,
java.lang.Class secondClass)
Build up an Equal-Relation between two Point_2D. |
|
Equal(Point_3D x,
java.lang.Class secondClass)
Build up an Equal-Relation between two Point_3D. |
Method Summary | |
Matrix |
getCovarianceOfJacobianRow(int row)
Returns the Covariance Matrix of the row-vector of the Jacobian Matrix A of the first Entity and the relation type. |
int |
getDof()
Compute degrees of freedom of that Relation |
Matrix |
getJacobian()
Return Matrix Jacobian A of the first Entity and the relation type. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Equal(Entity e)
e
- Entitypublic Equal(Point_2D x, java.lang.Class secondClass)
x
- first Point_2DsecondClass
- must be Point_2D.class, only for compatibility reasonspublic Equal(Line_2D l, java.lang.Class secondClass)
l
- first Line_2DsecondClass
- must be Line_2D.class, only for compatibility reasonspublic Equal(Point_3D x, java.lang.Class secondClass)
x
- first Point_3DsecondClass
- must be Point_3D.class, only for compatibility reasonspublic Equal(Line_3D l, java.lang.Class secondClass)
l
- first Line_3DsecondClass
- must be Line_3D.class, only for compatibility reasonspublic Equal(Plane_3D a, java.lang.Class secondClass)
a
- first Plane_3DsecondClass
- must be Plane_3D.class, only for compatibility reasonsMethod Detail |
public Matrix getJacobian()
Return Matrix Jacobian A of the first Entity and the relation type. Be careful: For estimation , the Jacobian must have another sign for Jacobian of observations and unknowns. So deliver (-1)* the Jacobian of the Entity ! (See table 3.6. on page 73 of diss of Stephan Heuel!)
getJacobian
in interface RelationalProperty
getJacobian
in class BiRelationalProperty
public int getDof()
Compute degrees of freedom of that Relation
getDof
in interface RelationalProperty
getDof
in class BiRelationalProperty
public Matrix getCovarianceOfJacobianRow(int row)
Returns the Covariance Matrix of the row-vector of the Jacobian Matrix A of the first Entity and the relation type.
getCovarianceOfJacobianRow
in interface RelationalProperty
getCovarianceOfJacobianRow
in class BiRelationalProperty
row
- Row vector, for which the Covariance matrix is to be returned
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |