Uses of Interface
org.hipparchus.linear.FieldMatrixChangingVisitor
-
Uses of FieldMatrixChangingVisitor in org.hipparchus.linear
Modifier and TypeClassDescriptionclass
DefaultFieldMatrixChangingVisitor<T extends FieldElement<T>>
Default implementation of theFieldMatrixChangingVisitor
interface.Modifier and TypeMethodDescriptionAbstractFieldMatrix.walkInColumnOrder
(FieldMatrixChangingVisitor<T> visitor) Visit (and possibly change) all matrix entries in column order.AbstractFieldMatrix.walkInColumnOrder
(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in column order.Array2DRowFieldMatrix.walkInColumnOrder
(FieldMatrixChangingVisitor<T> visitor) Visit (and possibly change) all matrix entries in column order.Array2DRowFieldMatrix.walkInColumnOrder
(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in column order.FieldMatrix.walkInColumnOrder
(FieldMatrixChangingVisitor<T> visitor) Visit (and possibly change) all matrix entries in column order.FieldMatrix.walkInColumnOrder
(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in column order.AbstractFieldMatrix.walkInOptimizedOrder
(FieldMatrixChangingVisitor<T> visitor) Visit (and possibly change) all matrix entries using the fastest possible order.AbstractFieldMatrix.walkInOptimizedOrder
(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries using the fastest possible order.BlockFieldMatrix.walkInOptimizedOrder
(FieldMatrixChangingVisitor<T> visitor) Visit (and possibly change) all matrix entries using the fastest possible order.BlockFieldMatrix.walkInOptimizedOrder
(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries using the fastest possible order.FieldMatrix.walkInOptimizedOrder
(FieldMatrixChangingVisitor<T> visitor) Visit (and possibly change) all matrix entries using the fastest possible order.FieldMatrix.walkInOptimizedOrder
(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries using the fastest possible order.AbstractFieldMatrix.walkInRowOrder
(FieldMatrixChangingVisitor<T> visitor) Visit (and possibly change) all matrix entries in row order.AbstractFieldMatrix.walkInRowOrder
(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in row order.Array2DRowFieldMatrix.walkInRowOrder
(FieldMatrixChangingVisitor<T> visitor) Visit (and possibly change) all matrix entries in row order.Array2DRowFieldMatrix.walkInRowOrder
(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in row order.BlockFieldMatrix.walkInRowOrder
(FieldMatrixChangingVisitor<T> visitor) Visit (and possibly change) all matrix entries in row order.BlockFieldMatrix.walkInRowOrder
(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in row order.FieldMatrix.walkInRowOrder
(FieldMatrixChangingVisitor<T> visitor) Visit (and possibly change) all matrix entries in row order.FieldMatrix.walkInRowOrder
(FieldMatrixChangingVisitor<T> visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in row order.