Uses of Interface
org.apache.commons.math4.linear.FieldMatrixChangingVisitor
| Package | Description |
|---|---|
| org.apache.commons.math4.linear |
Linear algebra support.
|
-
Uses of FieldMatrixChangingVisitor in org.apache.commons.math4.linear
Classes in org.apache.commons.math4.linear that implement FieldMatrixChangingVisitor Modifier and Type Class Description classDefaultFieldMatrixChangingVisitor<T extends FieldElement<T>>Default implementation of theFieldMatrixChangingVisitorinterface.Methods in org.apache.commons.math4.linear with parameters of type FieldMatrixChangingVisitor Modifier and Type Method Description TAbstractFieldMatrix. walkInColumnOrder(FieldMatrixChangingVisitor<T> visitor)Visit (and possibly change) all matrix entries in column order.TAbstractFieldMatrix. walkInColumnOrder(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn)Visit (and possibly change) some matrix entries in column order.TArray2DRowFieldMatrix. walkInColumnOrder(FieldMatrixChangingVisitor<T> visitor)Visit (and possibly change) all matrix entries in column order.TArray2DRowFieldMatrix. walkInColumnOrder(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn)Visit (and possibly change) some matrix entries in column order.TFieldMatrix. walkInColumnOrder(FieldMatrixChangingVisitor<T> visitor)Visit (and possibly change) all matrix entries in column order.TFieldMatrix. walkInColumnOrder(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn)Visit (and possibly change) some matrix entries in column order.TAbstractFieldMatrix. walkInOptimizedOrder(FieldMatrixChangingVisitor<T> visitor)Visit (and possibly change) all matrix entries using the fastest possible order.TAbstractFieldMatrix. walkInOptimizedOrder(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn)Visit (and possibly change) some matrix entries using the fastest possible order.TBlockFieldMatrix. walkInOptimizedOrder(FieldMatrixChangingVisitor<T> visitor)Visit (and possibly change) all matrix entries using the fastest possible order.TBlockFieldMatrix. walkInOptimizedOrder(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn)Visit (and possibly change) some matrix entries using the fastest possible order.TFieldMatrix. walkInOptimizedOrder(FieldMatrixChangingVisitor<T> visitor)Visit (and possibly change) all matrix entries using the fastest possible order.TFieldMatrix. walkInOptimizedOrder(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn)Visit (and possibly change) some matrix entries using the fastest possible order.TAbstractFieldMatrix. walkInRowOrder(FieldMatrixChangingVisitor<T> visitor)Visit (and possibly change) all matrix entries in row order.TAbstractFieldMatrix. walkInRowOrder(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn)Visit (and possibly change) some matrix entries in row order.TArray2DRowFieldMatrix. walkInRowOrder(FieldMatrixChangingVisitor<T> visitor)Visit (and possibly change) all matrix entries in row order.TArray2DRowFieldMatrix. walkInRowOrder(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn)Visit (and possibly change) some matrix entries in row order.TBlockFieldMatrix. walkInRowOrder(FieldMatrixChangingVisitor<T> visitor)Visit (and possibly change) all matrix entries in row order.TBlockFieldMatrix. walkInRowOrder(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn)Visit (and possibly change) some matrix entries in row order.TFieldMatrix. walkInRowOrder(FieldMatrixChangingVisitor<T> visitor)Visit (and possibly change) all matrix entries in row order.TFieldMatrix. walkInRowOrder(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn)Visit (and possibly change) some matrix entries in row order.