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