Observatoire de Paris - Code Fortran
version1.0
|
Data Types | |
type | initvar |
Functions/Subroutines | |||||||
subroutine | inita (n, a) | ||||||
subroutine | setzero (n, a) | ||||||
initB | |||||||
B initialization
| |||||||
subroutine | initb (n, b) | ||||||
subroutine | initx (n, x) | ||||||
X initialization. More... | |||||||
subroutine mod_initialise::inita | ( | integer, intent(in) | n, |
real(kind=kind(1.d0)), dimension(n,n), intent(inout) | a | ||
) |
subroutine mod_initialise::initb | ( | integer, intent(in) | n, |
real(kind=kind(1.d0)), dimension(n,n), intent(inout) | b | ||
) |
subroutine mod_initialise::initx | ( | integer, intent(in) | n, |
real(kind=kind(1.d0)), dimension(n), intent(out) | x | ||
) |
X initialization.
[in] | n | dimension |
[in,out] | x | vector |
subroutine mod_initialise::setzero | ( | integer, intent(in) | n, |
real(kind=kind(1.d0)), dimension(n,n), intent(inout) | a | ||
) |