Uses of Interface
org.ojalgo.structure.ElementView2D
-
Packages that use ElementView2D Package Description org.ojalgo.matrix.store org.ojalgo.structure -
-
Uses of ElementView2D in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return ElementView2D Modifier and Type Method Description ElementView2D<java.lang.Double,?>
R032Store. elements()
ElementView2D<N,?>
Subregion2D.SynchronizedRegion. elements()
ElementView2D<N,?>
SparseStore. nonzeros()
ElementView2D<N,?>
Subregion2D.SynchronizedRegion. nonzeros()
-
Uses of ElementView2D in org.ojalgo.structure
Classes in org.ojalgo.structure with type parameters of type ElementView2D Modifier and Type Interface Description interface
ElementView2D<N extends java.lang.Comparable<N>,V extends ElementView2D<N,V>>
Classes in org.ojalgo.structure that implement ElementView2D Modifier and Type Class Description static class
Access2D.ElementView<N extends java.lang.Comparable<N>>
Methods in org.ojalgo.structure that return ElementView2D Modifier and Type Method Description default ElementView2D<N,?>
Access2D. elements()
default ElementView2D<N,?>
Access2D. nonzeros()
-