Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getRandomMatrix
Function
getRandomMatrix
tests/utils/random.cpp:273–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
272
273
qmatrix getRandomMatrix(size_t dim) {
274
275
return getRandomNonSquareMatrix(dim, dim);
276
}
277
278
279
qmatrix getRandomDiagonalMatrix(size_t dim) {
Callers
4
getRandomUnitary
Function · 0.85
SECTION
Function · 0.85
SECTION
Function · 0.85
SECTION
Function · 0.85
Calls
1
getRandomNonSquareMatrix
Function · 0.85
Tested by
no test coverage detected