init_rand Interface

public interface init_rand

Module Procedures

private subroutine init_rand_vec_rsp(x)

Arguments

Type IntentOptional Attributes Name
type(vector_rsp), intent(inout) :: x

private subroutine init_rand_basis_rsp(X)

Arguments

Type IntentOptional Attributes Name
type(vector_rsp), intent(inout) :: X(:)

private subroutine init_rand_linop_rsp(linop)

Arguments

Type IntentOptional Attributes Name
type(linop_rsp), intent(inout) :: linop

private subroutine init_rand_spd_linop_rsp(linop)

Arguments

Type IntentOptional Attributes Name
type(spd_linop_rsp), intent(inout) :: linop

private subroutine init_rand_vec_rdp(x)

Arguments

Type IntentOptional Attributes Name
type(vector_rdp), intent(inout) :: x

private subroutine init_rand_basis_rdp(X)

Arguments

Type IntentOptional Attributes Name
type(vector_rdp), intent(inout) :: X(:)

private subroutine init_rand_linop_rdp(linop)

Arguments

Type IntentOptional Attributes Name
type(linop_rdp), intent(inout) :: linop

private subroutine init_rand_spd_linop_rdp(linop)

Arguments

Type IntentOptional Attributes Name
type(spd_linop_rdp), intent(inout) :: linop

private subroutine init_rand_vec_csp(x)

Arguments

Type IntentOptional Attributes Name
type(vector_csp), intent(inout) :: x

private subroutine init_rand_basis_csp(X)

Arguments

Type IntentOptional Attributes Name
type(vector_csp), intent(inout) :: X(:)

private subroutine init_rand_linop_csp(linop)

Arguments

Type IntentOptional Attributes Name
type(linop_csp), intent(inout) :: linop

private subroutine init_rand_hermitian_linop_csp(linop)

Arguments

Type IntentOptional Attributes Name
type(hermitian_linop_csp), intent(inout) :: linop

private subroutine init_rand_vec_cdp(x)

Arguments

Type IntentOptional Attributes Name
type(vector_cdp), intent(inout) :: x

private subroutine init_rand_basis_cdp(X)

Arguments

Type IntentOptional Attributes Name
type(vector_cdp), intent(inout) :: X(:)

private subroutine init_rand_linop_cdp(linop)

Arguments

Type IntentOptional Attributes Name
type(linop_cdp), intent(inout) :: linop

private subroutine init_rand_hermitian_linop_cdp(linop)

Arguments

Type IntentOptional Attributes Name
type(hermitian_linop_cdp), intent(inout) :: linop