dmatmul_csc_csr_2csc Function

public function dmatmul_csc_csr_2csc(A, B)

Arguments

Type IntentOptional Attributes Name
type(sparse_dmatrix_csc), intent(in) :: A
type(sparse_dmatrix_csr) :: B

Return Value real


Calls

proc~~dmatmul_csc_csr_2csc~~CallsGraph proc~dmatmul_csc_csr_2csc dmatmul_csc_csr_2csc none~init~3 sparse_dmatrix_csc%init proc~dmatmul_csc_csr_2csc->none~init~3 none~insert~3 sparse_dmatrix_csc%insert proc~dmatmul_csc_csr_2csc->none~insert~3 interface~append append none~insert~3->interface~append proc~binary_search binary_search none~insert~3->proc~binary_search proc~append_d append_D interface~append->proc~append_d proc~append_i append_I interface~append->proc~append_i proc~append_z append_Z interface~append->proc~append_z proc~binary_search->proc~binary_search proc~sort_array sort_array proc~binary_search->proc~sort_array

Called by

proc~~dmatmul_csc_csr_2csc~~CalledByGraph proc~dmatmul_csc_csr_2csc dmatmul_csc_csr_2csc interface~matmul~2 matmul interface~matmul~2->proc~dmatmul_csc_csr_2csc