Uses of Class
org.ojalgo.structure.Access2D.RowView
-
Packages that use Access2D.RowView Package Description org.ojalgo.matrix.store org.ojalgo.matrix.transformation org.ojalgo.optimisation org.ojalgo.optimisation.convex org.ojalgo.structure -
-
Uses of Access2D.RowView in org.ojalgo.matrix.store
Subclasses of Access2D.RowView in org.ojalgo.matrix.store Modifier and Type Class Description static class
RowsSupplier.SingleView<N extends java.lang.Comparable<N>>
Methods in org.ojalgo.matrix.store that return Access2D.RowView Modifier and Type Method Description Access2D.RowView<java.lang.Double>
R032Store. rows()
Access2D.RowView<N>
RowsSupplier. rows()
Access2D.RowView<N>
Subregion2D.SynchronizedRegion. rows()
-
Uses of Access2D.RowView in org.ojalgo.matrix.transformation
Subclasses of Access2D.RowView in org.ojalgo.matrix.transformation Modifier and Type Class Description (package private) class
HouseholderRow<N extends java.lang.Comparable<N>>
-
Uses of Access2D.RowView in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return Access2D.RowView Modifier and Type Method Description protected Access2D.RowView<java.lang.Double>
GenericSolver.Builder. getRowsAE()
protected Access2D.RowView<java.lang.Double>
GenericSolver.Builder. getRowsAI()
-
Uses of Access2D.RowView in org.ojalgo.optimisation.convex
Methods in org.ojalgo.optimisation.convex that return Access2D.RowView Modifier and Type Method Description Access2D.RowView<N>
ConvexData. getRowsAE()
Access2D.RowView<N>
ConvexData. getRowsAI()
-
Uses of Access2D.RowView in org.ojalgo.structure
Methods in org.ojalgo.structure that return Access2D.RowView Modifier and Type Method Description Access2D.RowView<N>
Access2D.RowView. iterator()
Access2D.RowView<N>
Access2D.RowView. next()
Access2D.RowView<N>
Access2D.RowView. previous()
default Access2D.RowView<N>
Access2D. rows()
Methods in org.ojalgo.structure that return types with arguments of type Access2D.RowView Modifier and Type Method Description java.util.stream.Stream<Access2D.RowView<N>>
Access2D.RowView. stream()
java.util.Spliterator<Access2D.RowView<N>>
Access2D.RowView. trySplit()
Methods in org.ojalgo.structure with parameters of type Access2D.RowView Modifier and Type Method Description int
Access2D.RowView. compareTo(Access2D.RowView<N> other)
Method parameters in org.ojalgo.structure with type arguments of type Access2D.RowView Modifier and Type Method Description void
Access2D.RowView. forEachRemaining(java.util.function.Consumer<? super Access2D.RowView<N>> action)
boolean
Access2D.RowView. tryAdvance(java.util.function.Consumer<? super Access2D.RowView<N>> action)
-