Uses of Class
org.ojalgo.matrix.store.R064CSC
Packages that use R064CSC
-
Uses of R064CSC in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as R064CSCMethods in org.ojalgo.matrix.store that return R064CSCModifier and TypeMethodDescriptionColumnsSupplier.toCSC()R064CSC.toCSC()R064CSR.toCSC()RowsSupplier.toCSC()SparseStore.toCSC()SparseStructure2D.toCSC()Methods in org.ojalgo.matrix.store with parameters of type R064CSCModifier and TypeMethodDescriptionstatic voidR064CSC.btran(R064CSC mtrxL, int r, PhysicalStore<Double> arg) Assumes mtrxL is unit lower/left triangular, with the unit diagonal not stored.static voidR064CSC.ftran(R064CSC mtrxL, int r, PhysicalStore<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 R064CSCModifierConstructorDescription(package private)NonZeroView(R064CSC matrix) (package private)NonZeroView(R064CSC matrix, int cursor)