![]() |
(git:936074a)
|
collection of types used in arnoldi More...
Data Types | |
| type | arnoldi_control_type |
| type | arnoldi_data_type |
| type | arnoldi_env_type |
| type | m_x_v_vectors_type |
Functions/Subroutines | |
| subroutine, public | set_control (arnoldi_env, control) |
| ... | |
| integer function, dimension(:), pointer, public | get_sel_ind (arnoldi_env) |
| ... | |
| type(arnoldi_data_type) function, pointer, public | get_data (arnoldi_env) |
| ... | |
| subroutine, public | set_data (arnoldi_env, ar_data) |
| ... | |
| type(arnoldi_control_type) function, pointer, public | get_control (arnoldi_env) |
| ... | |
| complex(dp) function, dimension(:), pointer, public | get_evals (arnoldi_env) |
| ... | |
collection of types used in arnoldi
| subroutine, public arnoldi_types::set_control | ( | type(arnoldi_env_type), intent(inout) | arnoldi_env, |
| type(arnoldi_control_type), intent(in), pointer | control | ||
| ) |
...
| arnoldi_env | ... |
| control | ... |
Definition at line 80 of file arnoldi_types.F.
| integer function, dimension(:), pointer, public arnoldi_types::get_sel_ind | ( | type(arnoldi_env_type), intent(in) | arnoldi_env | ) |
...
| arnoldi_env | ... |
Definition at line 92 of file arnoldi_types.F.
| type(arnoldi_data_type) function, pointer, public arnoldi_types::get_data | ( | type(arnoldi_env_type), intent(in) | arnoldi_env | ) |
...
| arnoldi_env | ... |
Definition at line 105 of file arnoldi_types.F.
| subroutine, public arnoldi_types::set_data | ( | type(arnoldi_env_type), intent(inout) | arnoldi_env, |
| type(arnoldi_data_type), intent(in), pointer | ar_data | ||
| ) |
...
| arnoldi_env | ... |
| ar_data | ... |
Definition at line 118 of file arnoldi_types.F.
| type(arnoldi_control_type) function, pointer, public arnoldi_types::get_control | ( | type(arnoldi_env_type), intent(inout) | arnoldi_env | ) |
...
| arnoldi_env | ... |
Definition at line 131 of file arnoldi_types.F.
| complex(dp) function, dimension(:), pointer, public arnoldi_types::get_evals | ( | type(arnoldi_env_type), intent(in) | arnoldi_env | ) |
...
| arnoldi_env | ... |
Definition at line 144 of file arnoldi_types.F.