operator(.x.) Interface

public interface operator(.x.)

Module Procedures

private function kron_dmatrix_csr(A, B) result(AxB)

Arguments

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

Return Value type(sparse_dmatrix_csr)

private function kron_zmatrix_csr(A, B) result(AxB)

Arguments

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

Return Value type(sparse_zmatrix_csr)