T - public class GramSchmidt<T extends FieldElement<T>> extends Object implements Verify
| Constructor and Description |
|---|
GramSchmidt(FieldMatrix<T> matrix)
Initialize the GramSchmidt process over the given matrix.
|
| Modifier and Type | Method and Description |
|---|---|
FieldMatrix<T> |
getBasis()
An orthogonal basis spanning the same space as the original matrix.
|
FieldMatrix<T> |
getDual()
Continues the GramSchmidt process to compute a dual basis too.
|
void |
verify()
Check invariants of the object.
|
public GramSchmidt(FieldMatrix<T> matrix)
matrix - A matrix with more columns than rows.public FieldMatrix<T> getBasis()
public FieldMatrix<T> getDual()
public void verify()
throws AxiomViolation
Verifyverify in interface VerifyAxiomViolation - If an invariant did not hold.