Matrix: Added row(A, i) and column(A, j) to extract the i-th row and the j-th...
Matrix: Added row(A, i) and column(A, j) to extract the i-th row and the j-th column of a matrix to a vector. Increases compatibility with uBLAS. Note that A needs to be a dense matrix. only assignment to a vector supported.
Loading
Please register or sign in to comment