Uses of Interface
org.ojalgo.structure.ElementView1D
Packages that use ElementView1D
-
Uses of ElementView1D in org.ojalgo.array
Classes in org.ojalgo.array that implement ElementView1DModifier and TypeClassDescriptionstatic final class
SparseArray.NonzeroView<N extends Comparable<N>>
-
Uses of ElementView1D in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return ElementView1DModifier and TypeMethodDescriptionElementView1D
<N, ?> ColumnsSupplier.SingleView.elements()
ElementView1D
<N, ?> RowsSupplier.SingleView.elements()
ElementView1D
<N, ?> ColumnsSupplier.SingleView.nonzeros()
ElementView1D
<N, ?> RowsSupplier.SingleView.nonzeros()
-
Uses of ElementView1D in org.ojalgo.structure
Classes in org.ojalgo.structure with type parameters of type ElementView1DModifier and TypeInterfaceDescriptioninterface
ElementView1D<N extends Comparable<N>,
V extends ElementView1D<N, V>> Subinterfaces of ElementView1D in org.ojalgo.structureModifier and TypeInterfaceDescriptioninterface
ElementView2D<N extends Comparable<N>,
V extends ElementView2D<N, V>> interface
ElementViewAnyD<N extends Comparable<N>,
V extends ElementViewAnyD<N, V>> Classes in org.ojalgo.structure that implement ElementView1DModifier and TypeClassDescriptionstatic final class
Access1D.ElementView<N extends Comparable<N>>
static class
Access2D.ElementView<N extends Comparable<N>>
static final class
AccessAnyD.ElementView<N extends Comparable<N>>
Fields in org.ojalgo.structure declared as ElementView1DModifier and TypeFieldDescriptionprivate final ElementView1D
<N, ?> Access2D.ElementView.myDelegate1D
private final ElementView1D
<N, ?> AccessAnyD.ElementView.myDelegate1D
Methods in org.ojalgo.structure that return ElementView1DModifier and TypeMethodDescriptiondefault ElementView1D
<N, ?> Access1D.elements()
Returns an Iterable of ElementView1D.default ElementView1D
<N, ?> Access1D.nonzeros()
Similar toAccess1D.elements()
but avoids elements that are structurally known to be zero.Constructors in org.ojalgo.structure with parameters of type ElementView1DModifierConstructorDescriptionElementView
(ElementView1D<N, ?> delegate, long structure) ElementView
(ElementView1D<N, ?> delegate, long[] structure)