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 classSparseArray.NonzeroView<N extends Comparable<N>> -
Uses of ElementView1D in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement ElementView1DModifier and TypeClassDescriptionstatic final classstatic final classMethods 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 TypeInterfaceDescriptioninterfaceElementView1D<N extends Comparable<N>, V extends ElementView1D<N,V>> Subinterfaces of ElementView1D in org.ojalgo.structureModifier and TypeInterfaceDescriptioninterfaceElementView2D<N extends Comparable<N>, V extends ElementView2D<N,V>> interfaceElementViewAnyD<N extends Comparable<N>, V extends ElementViewAnyD<N,V>> Classes in org.ojalgo.structure that implement ElementView1DModifier and TypeClassDescriptionstatic final classAccess1D.ElementView<N extends Comparable<N>>static classAccess2D.ElementView<N extends Comparable<N>>static final classAccessAnyD.ElementView<N extends Comparable<N>>Fields in org.ojalgo.structure declared as ElementView1DModifier and TypeFieldDescriptionprivate final ElementView1D<N, ?> Access2D.ElementView.myDelegate1Dprivate final ElementView1D<N, ?> AccessAnyD.ElementView.myDelegate1DMethods 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)