|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.colt.matrix.tfloat.algo.solver.FloatGivensRotation
public class FloatGivensRotation
Givens plane rotation
Constructor Summary | |
---|---|
FloatGivensRotation(float x,
float y)
Constructs a Givens plane rotation for a given 2-vector |
Method Summary | |
---|---|
void |
apply(FloatMatrix1D x,
int i1,
int i2)
Applies the Givens rotation to two elements of a vector |
void |
apply(FloatMatrix2D H,
int column,
int i1,
int i2)
Applies the Givens rotation to two elements in a matrix column |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FloatGivensRotation(float x, float y)
x
- First component of the vectory
- Second component of the vectorMethod Detail |
---|
public void apply(FloatMatrix2D H, int column, int i1, int i2)
H
- Matrix to apply tocolumn
- Column indexi1
- Row index of first elementi2
- Row index of second elementpublic void apply(FloatMatrix1D x, int i1, int i2)
x
- Vector to apply toi1
- Index of first elementi2
- Index of second element
|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |