|
subroutine | _qrm_c_interface::_qrm_spmat_init_c (qrm_spmat_c) |
| C equivalent of the _qrm_spmat_mod::_qrm_spmat_init routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_spmat_destroy_c (qrm_spmat_c) |
| C equivalent of the _qrm_spmat_mod::_qrm_spmat_destroy routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_analyse_c (qrm_spmat_c, transp) |
| C equivalent of the ::_qrm_analyse routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_factorize_c (qrm_spmat_c, transp) |
| C equivalent of the ::_qrm_factorize routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_get_r_c (qrm_spmat_c, r_c) |
| C equivalent of the ::_qrm_factorize routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_solve_c (qrm_spmat_c, transp, b, x, nrhs) |
| C equivalent of the ::_qrm_solve routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_apply_c (qrm_spmat_c, transp, b, nrhs) |
| C equivalent of the ::_qrm_apply routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_matmul_c (qrm_spmat_c, transp, alpha, x, beta, y, nrhs) |
| C equivalent of the ::_qrm_matmul routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_matnrm_c (qrm_spmat_c, ntype, nrm) |
| C equivalent of the ::_qrm_matnrm routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_vecnrm_c (x, n, nrhs, ntype, nrm) |
| C equivalent of the ::_qrm_vecnrm routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_least_squares_c (qrm_spmat_c, b, x, nrhs) |
| C equivalent of the ::_qrm_least_squares routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_min_norm_c (qrm_spmat_c, b, x, nrhs) |
| C equivalent of the ::_qrm_min_norm routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_residual_norm_c (qrm_spmat_c, b, x, nrhs, nrm) |
| C equivalent of the ::_qrm_residual_norm routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_residual_orth_c (qrm_spmat_c, r, nrhs, nrm) |
| C equivalent of the ::_qrm_residual_orth routine. More...
|
|
subroutine | _qrm_c_interface::_qrm_pseti_c (qrm_spmat_c, string, val) |
| C equivalent of the _qrm_spmat_mod::_qrm_pseti routine (only for global, integer type) More...
|
|
subroutine | _qrm_c_interface::_qrm_pgeti_c (qrm_spmat_c, string, val) |
| C equivalent of the _qrm_spmat_mod::_qrm_pgeti routine (only for global, integer type) More...
|
|
subroutine | _qrm_c_interface::_qrm_pgetii_c (qrm_spmat_c, string, val) |
| C equivalent of the _qrm_spmat_mod::_qrm_pgetii routine (only for global, integer type) More...
|
|