|
DOUG 0.2
|
Functions/Subroutines | |
| subroutine | SpMtx_Ax (y, A, x, dozero, transp) |
| real(kind=rk), dimension(:), pointer | SpMtx_arrangedAx (A, x) |
| real(kind=rk),dimension(:),pointer SpMtx_op_Ax::SpMtx_arrangedAx | ( | type(SpMtx),intent(inout) | A, |
| real(kind=rk),dimension(:),intent(in) | x | ||
| ) |
Definition at line 110 of file SpMtx_op_Ax.f90.
References SpMtx_arrangement::SpMtx_arrange().
| subroutine SpMtx_op_Ax::SpMtx_Ax | ( | real(kind=rk),dimension(:),pointer | y, |
| type(SpMtx),intent(in) | A, | ||
| real(kind=rk),dimension(:),pointer | x, | ||
| logical,intent(in),optional | dozero, | ||
| logical,intent(in),optional | transp | ||
| ) |
Definition at line 44 of file SpMtx_op_Ax.f90.
References SpMtx_class::D_SpMtx_ARRNG_COLS, SpMtx_class::D_SpMtx_ARRNG_NO, SpMtx_class::D_SpMtx_ARRNG_ROWS, and DOUG_utils::DOUG_abort().
Referenced by RobustCoarseMtx_mod::RobustRestrictMtxBuild(), and RobustCoarseMtx_mod::SOISMtx_pmvm().
1.7.3-20110217