Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OriginQ/QPanda-2
/ SetRowNum
Method
SetRowNum
Applications/HHL_Algorithm/SparseQMatrix.h:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
void SetRowNum(int size_) {
206
size = size_;
207
nnzcol_ptr = new unsigned long[size_ + 1];
208
}
209
210
void SetNNZ(int nnz) {
211
nnzcol_ind = new unsigned long[nnz];
Callers
1
FastTransfer2SparseQMat
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected