Uses of Class
org.ojalgo.matrix.store.R064CSR
Packages that use R064CSR
-
Uses of R064CSR in org.ojalgo.matrix.store
Subclasses with type arguments of type R064CSR in org.ojalgo.matrix.storeModifier and TypeClassDescriptionstatic final classA builder for constructing CSR matrix stores.Fields in org.ojalgo.matrix.store declared as R064CSRMethods in org.ojalgo.matrix.store that return R064CSRModifier and TypeMethodDescriptionR064CSR.Builder.build()R064CSR.copyCSR()Creates a deep copy of this CSR matrix store.ColumnsSupplier.toCSR()R064CSC.toCSR()R064CSR.toCSR()RowsSupplier.toCSR()(package private) R064CSRRowsSupplier.toCSR(int nbRows, int nbCols, int nbNz) SparseStore.toCSR()SparseStructure2D.toCSR()R064CSC.transpose()Constructors in org.ojalgo.matrix.store with parameters of type R064CSRModifierConstructorDescription(package private)NonZeroView(R064CSR matrix) (package private)NonZeroView(R064CSR matrix, int cursor)