Go to the source code of this file.
Namespaces | |
test_return_by_ref | |
Functions | |
def | test_return_by_ref.test_not_shared (mat) |
def | test_return_by_ref.test_shared (mat) |
Variables | |
int | test_return_by_ref.cols = 30 |
test_return_by_ref.mat = Matrix(rows, cols) | |
test_return_by_ref.row_mat = RowMatrix(rows, cols) | |
int | test_return_by_ref.rows = 10 |
test_return_by_ref.vec = Vector(rows, 1) | |