Uses of Interface
org.hipparchus.linear.RealMatrixChangingVisitor
Packages that use RealMatrixChangingVisitor
-
Uses of RealMatrixChangingVisitor in org.hipparchus.linear
Classes in org.hipparchus.linear that implement RealMatrixChangingVisitorModifier and TypeClassDescriptionclass
Default implementation of theRealMatrixChangingVisitor
interface.Methods in org.hipparchus.linear with parameters of type RealMatrixChangingVisitorModifier and TypeMethodDescriptiondouble
AbstractRealMatrix.walkInColumnOrder
(RealMatrixChangingVisitor visitor) Visit (and possibly change) all matrix entries in column order.double
AbstractRealMatrix.walkInColumnOrder
(RealMatrixChangingVisitor visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in column order.double
Array2DRowRealMatrix.walkInColumnOrder
(RealMatrixChangingVisitor visitor) Visit (and possibly change) all matrix entries in column order.double
Array2DRowRealMatrix.walkInColumnOrder
(RealMatrixChangingVisitor visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in column order.double
RealMatrix.walkInColumnOrder
(RealMatrixChangingVisitor visitor) Visit (and possibly change) all matrix entries in column order.double
RealMatrix.walkInColumnOrder
(RealMatrixChangingVisitor visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in column order.double
AbstractRealMatrix.walkInOptimizedOrder
(RealMatrixChangingVisitor visitor) Visit (and possibly change) all matrix entries using the fastest possible order.double
AbstractRealMatrix.walkInOptimizedOrder
(RealMatrixChangingVisitor visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries using the fastest possible order.double
BlockRealMatrix.walkInOptimizedOrder
(RealMatrixChangingVisitor visitor) Visit (and possibly change) all matrix entries using the fastest possible order.double
BlockRealMatrix.walkInOptimizedOrder
(RealMatrixChangingVisitor visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries using the fastest possible order.double
RealMatrix.walkInOptimizedOrder
(RealMatrixChangingVisitor visitor) Visit (and possibly change) all matrix entries using the fastest possible order.double
RealMatrix.walkInOptimizedOrder
(RealMatrixChangingVisitor visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries using the fastest possible order.double
AbstractRealMatrix.walkInRowOrder
(RealMatrixChangingVisitor visitor) Visit (and possibly change) all matrix entries in row order.double
AbstractRealMatrix.walkInRowOrder
(RealMatrixChangingVisitor visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in row order.double
Array2DRowRealMatrix.walkInRowOrder
(RealMatrixChangingVisitor visitor) Visit (and possibly change) all matrix entries in row order.double
Array2DRowRealMatrix.walkInRowOrder
(RealMatrixChangingVisitor visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in row order.double
BlockRealMatrix.walkInRowOrder
(RealMatrixChangingVisitor visitor) Visit (and possibly change) all matrix entries in row order.double
BlockRealMatrix.walkInRowOrder
(RealMatrixChangingVisitor visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in row order.double
RealMatrix.walkInRowOrder
(RealMatrixChangingVisitor visitor) Visit (and possibly change) all matrix entries in row order.double
RealMatrix.walkInRowOrder
(RealMatrixChangingVisitor visitor, int startRow, int endRow, int startColumn, int endColumn) Visit (and possibly change) some matrix entries in row order.