sp_kron Interface

public interface sp_kron

Module Procedures

private function restricted_kron_dmatrix_csc(A, B, states) result(AxB)

Arguments

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

Return Value type(sparse_dmatrix_csc)

private function restricted_kron_zmatrix_csc(A, B, states) result(AxB)

Arguments

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

Return Value type(sparse_zmatrix_csc)