operator(*) Interface

public interface operator(*)

Module Procedures

private function left_product_dmatrix_i_csc(C, A) result(B)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: C
type(sparse_dmatrix_csc), intent(in) :: A

Return Value type(sparse_dmatrix_csc)

private function left_product_dmatrix_d_csc(C, A) result(B)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in) :: C
type(sparse_dmatrix_csc), intent(in) :: A

Return Value type(sparse_dmatrix_csc)

private function left_product_zmatrix_i_csc(C, A) result(B)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: C
type(sparse_zmatrix_csc), intent(in) :: A

Return Value type(sparse_zmatrix_csc)

private function left_product_zmatrix_d_csc(C, A) result(B)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in) :: C
type(sparse_zmatrix_csc), intent(in) :: A

Return Value type(sparse_zmatrix_csc)

private function left_product_zmatrix_z_csc(C, A) result(B)

Arguments

Type IntentOptional Attributes Name
complex(kind=8), intent(in) :: C
type(sparse_zmatrix_csc), intent(in) :: A

Return Value type(sparse_zmatrix_csc)

private function right_product_dmatrix_i_csc(A, C) result(B)

Arguments

Type IntentOptional Attributes Name
type(sparse_dmatrix_csc), intent(in) :: A
integer, intent(in) :: C

Return Value type(sparse_dmatrix_csc)

private function right_product_dmatrix_d_csc(A, C) result(B)

Arguments

Type IntentOptional Attributes Name
type(sparse_dmatrix_csc), intent(in) :: A
real(kind=8), intent(in) :: C

Return Value type(sparse_dmatrix_csc)

private function right_product_zmatrix_i_csc(A, C) result(B)

Arguments

Type IntentOptional Attributes Name
type(sparse_zmatrix_csc), intent(in) :: A
integer, intent(in) :: C

Return Value type(sparse_zmatrix_csc)

private function right_product_zmatrix_d_csc(A, C) result(B)

Arguments

Type IntentOptional Attributes Name
type(sparse_zmatrix_csc), intent(in) :: A
real(kind=8), intent(in) :: C

Return Value type(sparse_zmatrix_csc)

private function right_product_zmatrix_z_csc(A, C) result(B)

Arguments

Type IntentOptional Attributes Name
type(sparse_zmatrix_csc), intent(in) :: A
complex(kind=8), intent(in) :: C

Return Value type(sparse_zmatrix_csc)