Uses of Class
org.ojalgo.structure.Access2D.ColumnView
Packages that use Access2D.ColumnView
-
Uses of Access2D.ColumnView in org.ojalgo.matrix.store
Subclasses of Access2D.ColumnView in org.ojalgo.matrix.storeModifier and TypeClassDescriptionstatic final classColumnsSupplier.SingleView<N extends Comparable<N>>Methods in org.ojalgo.matrix.store that return Access2D.ColumnView -
Uses of Access2D.ColumnView in org.ojalgo.matrix.transformation
Subclasses of Access2D.ColumnView in org.ojalgo.matrix.transformationModifier and TypeClassDescription(package private) final classHouseholderColumn<N extends Comparable<N>> -
Uses of Access2D.ColumnView in org.ojalgo.structure
Classes in org.ojalgo.structure that implement interfaces with type arguments of type Access2D.ColumnViewModifier and TypeClassDescriptionstatic classAccess2D.ColumnView<N extends Comparable<N>>static classAccess2D.ColumnView<N extends Comparable<N>>static classAccess2D.ColumnView<N extends Comparable<N>>static classAccess2D.ColumnView<N extends Comparable<N>>Methods in org.ojalgo.structure that return Access2D.ColumnViewModifier and TypeMethodDescriptiondefault Access2D.ColumnView<N> Access2D.columns()Access2D.ColumnView.iterator()Access2D.ColumnView.next()Access2D.ColumnView.previous()Methods in org.ojalgo.structure that return types with arguments of type Access2D.ColumnViewMethods in org.ojalgo.structure with parameters of type Access2D.ColumnViewModifier and TypeMethodDescriptionintAccess2D.ColumnView.compareTo(Access2D.ColumnView<N> other) Method parameters in org.ojalgo.structure with type arguments of type Access2D.ColumnViewModifier and TypeMethodDescriptionvoidAccess2D.ColumnView.forEachRemaining(Consumer<? super Access2D.ColumnView<N>> action) booleanAccess2D.ColumnView.tryAdvance(Consumer<? super Access2D.ColumnView<N>> action)