Toggle navigation
KORC-Full Orbit
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
get_diag
Interface
3 statements
Source File
special_fun_modules.f90
nrutil
get_diag
Contents
Module Procedures
get_diag_rv
get_diag_dv
public interface get_diag
Contents
Module Procedures
get_diag_rv
get_diag_dv
Module Procedures
public function
get_diag_rv
(mat)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in),
DIMENSION(:,:)
::
mat
Return Value
real(kind=SP), DIMENSION(size(mat,1))
public function
get_diag_dv
(mat)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=DP),
intent(in),
DIMENSION(:,:)
::
mat
Return Value
real(kind=DP), DIMENSION(size(mat,1))