MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / isColwise

Method isColwise

highs/util/HighsSparseMatrix.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool HighsSparseMatrix::isColwise() const {
88 return this->format_ == MatrixFormat::kColwise;
89}
90
91HighsInt HighsSparseMatrix::numNz() const {
92 assert(this->formatOk());

Callers 15

equivalentMethod · 0.95
exactResizeMethod · 0.95
numNzMethod · 0.95
ensureColwiseMethod · 0.95
addVecMethod · 0.95
addColsMethod · 0.95
addRowsMethod · 0.95
getColMethod · 0.95
assessStartMethod · 0.95
assessIndexBoundsMethod · 0.95
assessMethod · 0.95
considerColScalingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected