Go to the source code of this file.
Functions/Subroutines |
subroutine | SORT01 (ROWCOL, M, N, U, LDU, WORK, LWORK, RESID) |
Function Documentation
subroutine SORT01 |
( |
CHARACTER |
ROWCOL, |
|
|
INTEGER |
M, |
|
|
INTEGER |
N, |
|
|
REAL,dimension( ldu, * ) |
U, |
|
|
INTEGER |
LDU, |
|
|
REAL,dimension( * ) |
WORK, |
|
|
INTEGER |
LWORK, |
|
|
REAL |
RESID |
|
) |
| |