MCPcopy 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
273qmatrix getRandomMatrix(size_t dim) {
274
275 return getRandomNonSquareMatrix(dim, dim);
276}
277
278
279qmatrix getRandomDiagonalMatrix(size_t dim) {

Callers 4

getRandomUnitaryFunction · 0.85
SECTIONFunction · 0.85
SECTIONFunction · 0.85
SECTIONFunction · 0.85

Calls 1

getRandomNonSquareMatrixFunction · 0.85

Tested by

no test coverage detected