|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.quantum.math.la.DiagonalizerType
public final class DiagonalizerType
Specifies the diagonalizer types, like JACOBI etc.
| Field Summary | |
|---|---|
static DiagonalizerType |
JACOBI
The Jacobi method |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
The method to check the equality of two objects of DiagonalizerType class. |
int |
getType()
Getter for property type. |
java.lang.String |
toString()
Returns a description of the diagonalizer type |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DiagonalizerType JACOBI
| Method Detail |
|---|
public int getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||