Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
bool HighsSparseMatrix::isColwise() const {
88
return this->format_ == MatrixFormat::kColwise;
89
}
90
91
HighsInt HighsSparseMatrix::numNz() const {
92
assert(this->formatOk());
Callers
15
equivalent
Method · 0.95
exactResize
Method · 0.95
numNz
Method · 0.95
ensureColwise
Method · 0.95
addVec
Method · 0.95
addCols
Method · 0.95
addRows
Method · 0.95
getCol
Method · 0.95
assessStart
Method · 0.95
assessIndexBounds
Method · 0.95
assess
Method · 0.95
considerColScaling
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected