|
DOUG 0.2
|
Data Types | |
| interface | DenseMtx_print |
Functions/Subroutines | |
| subroutine | DenseMtx_mvm (D, x, y) |
| subroutine, private | DenseDMtx_print (D, noSize) |
| subroutine, private | DenseIMtx_print (D, noSize) |
| subroutine, private | DenseI1Mtx_print (D, noSize) |
| subroutine,private DenseMtx_mod::DenseDMtx_print | ( | float(kind=rk),dimension(:,:),intent(in) | D, |
| integer,intent(in),optional | noSize | ||
| ) | [private] |
Definition at line 91 of file DenseMtx.F90.
References not, and RealKind::rk.
| subroutine,private DenseMtx_mod::DenseI1Mtx_print | ( | integer(kind=1),dimension(:,:),intent(in) | D, |
| integer,intent(in),optional | noSize | ||
| ) | [private] |
Definition at line 141 of file DenseMtx.F90.
References not.
| subroutine,private DenseMtx_mod::DenseIMtx_print | ( | integer,dimension(:,:),intent(in) | D, |
| integer,intent(in),optional | noSize | ||
| ) | [private] |
Definition at line 116 of file DenseMtx.F90.
References not.
| subroutine DenseMtx_mod::DenseMtx_mvm | ( | float(kind=rk),dimension(:,:),intent(inout) | D, |
| float(kind=rk),dimension(:),intent(inout) | x, | ||
| float(kind=rk),dimension(:),intent(inout) | y | ||
| ) |
Definition at line 57 of file DenseMtx.F90.
References DOUG_utils::DOUG_abort(), and RealKind::rk.
1.7.3-20110217