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) classAboveBelowStore<N extends java.lang.Comparable<N>>A merger of two MatrixStore instances by placing one store below the other.(package private) classLeftRightStore<N extends java.lang.Comparable<N>>A merger of two MatrixStore instances by placing one store to the right of the other.(package private) classRepeatedColumnsStore<N extends java.lang.Comparable<N>>(package private) classRepeatedRowsStore<N extends java.lang.Comparable<N>>(package private) classSuperimposedStore<N extends java.lang.Comparable<N>>SuperimposedStore
-