operator(.x.) Interface

public interface operator(.x.)

Module Procedures

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

Arguments

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

Return Value type(sparse_dmatrix_csc)

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

Arguments

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

Return Value type(sparse_zmatrix_csc)