Uses of Class
org.ojalgo.matrix.store.R064CSC
-
Packages that use R064CSC Package Description org.ojalgo.matrix.store -
-
Uses of R064CSC in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as R064CSC Modifier and Type Field Description private R064CSCR064CSC.NonZeroView. myMatrixMethods in org.ojalgo.matrix.store that return R064CSC Modifier and Type Method Description R064CSCColumnsSupplier. toCSC()R064CSCR064CSC. toCSC()R064CSCR064CSR. toCSC()R064CSCRowsSupplier. toCSC()R064CSCSparseStore. toCSC()R064CSCSparseStructure2D. toCSC()Methods in org.ojalgo.matrix.store with parameters of type R064CSC Modifier and Type Method Description static voidR064CSC. btran(R064CSC mtrxL, int r, PhysicalStore<java.lang.Double> arg)Assumes mtrxL is unit lower/left triangular, with the unit diagonal not stored.static voidR064CSC. ftran(R064CSC mtrxL, int r, PhysicalStore<java.lang.Double> arg)Assumes mtrxL is unit lower/left triangular, with the unit diagonal not stored.Constructors in org.ojalgo.matrix.store with parameters of type R064CSC Constructor Description NonZeroView(R064CSC matrix)NonZeroView(R064CSC matrix, int cursor)
-