public class GramSchmidtProcess extends Object implements Function<double[],no.uib.cipr.matrix.Vector[]>
Constructor and Description |
---|
GramSchmidtProcess()
an unseeded random start
|
GramSchmidtProcess(int seed)
Set the random seed of the purtubations
|
Modifier and Type | Method and Description |
---|---|
no.uib.cipr.matrix.Vector[] |
apply(double[] in)
Apply the function to the input argument and return the result.
|
static void |
main(String[] args) |
static no.uib.cipr.matrix.Vector[] |
perform(double[] dir) |
public GramSchmidtProcess()
public GramSchmidtProcess(int seed)
seed
- public no.uib.cipr.matrix.Vector[] apply(double[] in)
Function
public static no.uib.cipr.matrix.Vector[] perform(double[] dir)
dir
- GramSchmidtProcess