Uses of Interface
org.hipparchus.linear.FieldMatrixChangingVisitor
Packages that use FieldMatrixChangingVisitor
-
Uses of FieldMatrixChangingVisitor in org.hipparchus.linear
Classes in org.hipparchus.linear that implement FieldMatrixChangingVisitorModifier and TypeClassDescriptionclassDefaultFieldMatrixChangingVisitor<T extends FieldElement<T>>Default implementation of theFieldMatrixChangingVisitorinterface.Methods in org.hipparchus.linear with parameters of type FieldMatrixChangingVisitorModifier 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.