(git:b77b4be)
Loading...
Searching...
No Matches
arnoldi_types Module Reference

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)
 ...
 

Detailed Description

collection of types used in arnoldi

History
2014.09 created [Florian Schiffmann] 2023.12 Removed support for single-precision [Ole Schuett] 2024.12 Removed support for complex input matrices [Ole Schuett]
Author
Florian Schiffmann

Function/Subroutine Documentation

◆ set_control()

subroutine, public arnoldi_types::set_control ( type(arnoldi_env_type), intent(inout)  arnoldi_env,
type(arnoldi_control_type), intent(in), pointer  control 
)

...

Parameters
arnoldi_env...
control...

Definition at line 80 of file arnoldi_types.F.

Here is the caller graph for this function:

◆ get_sel_ind()

integer function, dimension(:), pointer, public arnoldi_types::get_sel_ind ( type(arnoldi_env_type), intent(in)  arnoldi_env)

...

Parameters
arnoldi_env...
Returns
...

Definition at line 92 of file arnoldi_types.F.

Here is the caller graph for this function:

◆ get_data()

type(arnoldi_data_type) function, pointer, public arnoldi_types::get_data ( type(arnoldi_env_type), intent(in)  arnoldi_env)

...

Parameters
arnoldi_env...
Returns
...

Definition at line 105 of file arnoldi_types.F.

Here is the caller graph for this function:

◆ set_data()

subroutine, public arnoldi_types::set_data ( type(arnoldi_env_type), intent(inout)  arnoldi_env,
type(arnoldi_data_type), intent(in), pointer  ar_data 
)

...

Parameters
arnoldi_env...
ar_data...

Definition at line 118 of file arnoldi_types.F.

Here is the caller graph for this function:

◆ get_control()

type(arnoldi_control_type) function, pointer, public arnoldi_types::get_control ( type(arnoldi_env_type), intent(inout)  arnoldi_env)

...

Parameters
arnoldi_env...
Returns
...

Definition at line 131 of file arnoldi_types.F.

Here is the caller graph for this function:

◆ get_evals()

complex(dp) function, dimension(:), pointer, public arnoldi_types::get_evals ( type(arnoldi_env_type), intent(in)  arnoldi_env)

...

Parameters
arnoldi_env...
Returns
...

Definition at line 144 of file arnoldi_types.F.

Here is the caller graph for this function: