Uses of Class
org.ojalgo.matrix.store.ComposingStore
-
Packages that use ComposingStore Package Description org.ojalgo.matrix.store -
-
Uses of ComposingStore in org.ojalgo.matrix.store
Subclasses of ComposingStore in org.ojalgo.matrix.store Modifier and Type Class Description (package private) class
AboveBelowStore<N extends java.lang.Comparable<N>>
A merger of two MatrixStore instances by placing one store below the other.(package private) class
LeftRightStore<N extends java.lang.Comparable<N>>
A merger of two MatrixStore instances by placing one store to the right of the other.(package private) class
RepeatedColumnsStore<N extends java.lang.Comparable<N>>
(package private) class
RepeatedRowsStore<N extends java.lang.Comparable<N>>
(package private) class
SuperimposedStore<N extends java.lang.Comparable<N>>
SuperimposedStore
-