Uses of Class
org.ojalgo.matrix.store.R064CSR
-
Packages that use R064CSR Package Description org.ojalgo.matrix.store -
-
Uses of R064CSR in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as R064CSR Modifier and Type Field Description private R064CSRR064CSR.NonZeroView. myMatrixMethods in org.ojalgo.matrix.store that return R064CSR Modifier and Type Method Description R064CSRR064CSR.Builder. build()R064CSRR064CSR. copyCSR()Creates a deep copy of this CSR matrix store.R064CSRColumnsSupplier. toCSR()R064CSRR064CSC. toCSR()R064CSRR064CSR. toCSR()R064CSRRowsSupplier. toCSR()(package private) R064CSRRowsSupplier. toCSR(int nbRows, int nbCols, int nbNz)R064CSRSparseStore. toCSR()R064CSRSparseStructure2D. toCSR()R064CSRR064CSC. transpose()Constructors in org.ojalgo.matrix.store with parameters of type R064CSR Constructor Description NonZeroView(R064CSR matrix)NonZeroView(R064CSR matrix, int cursor)
-