277 |
** |
** |
278 |
** cur_row, |
** cur_row, |
279 |
** cur_col, or |
** cur_col, or |
280 |
** row,col: a int32 denoting the ith(jth) row(column) as the |
** row,col: an int32 denoting the ith(jth) row(column) as the |
281 |
** the matrix is currently permuted. |
** matrix is currently permuted (range 0..order-1). |
282 |
** org_row, org_col: |
** org_row, org_col: |
283 |
** an int32 denoting the ith(jth) row(col) as the |
** an int32 denoting the ith(jth) row(col) as the matrix |
284 |
** matrix is ordered in the unpermuted state. |
** is ordered in the unpermuted state (range 0..order-1). |
285 |
** |
** |
286 |
** vec: an array of real64, generally of size |
** vec: an array of real64, generally of size |
287 |
** mtx->order or larger. Indexing scheme is indeterminate. |
** mtx->order or larger. Indexing scheme is indeterminate. |