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