Searched defs:SquareMatrix (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_buffers.cpp118 class SquareMatrix : public Matrix { class in inherits:Matrix
120 SquareMatrix(ssize_t n) : Matrix(n, n) { } function in class:SquareMatrix

Completed in 4 milliseconds