|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.matrix.doubles.operation.Householder.Context
public static class Householder.Context
Context information about a Householder transformation.
It tells
v, the defining vector which is perpendicular to the Householder hyperplane;
v with the sign chosen to be the opposite of the first coordinate of v
| Field Summary | |
|---|---|
Vector |
generator
the defining vector which is perpendicular to the Householder hyperplane |
double |
lambda
the norm of generator with the sign chosen to be the opposite of the first coordinate of generator |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Vector generator
public final double lambda
generator with the sign chosen to be the opposite of the first coordinate of generator
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||