sparse Interface

public interface sparse

Module Procedures

private function construct_dmatrix_csc(matrix) result(self)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(:,:) :: matrix

Return Value type(sparse_dmatrix_csc)

private function construct_zmatrix_csc(matrix) result(self)

Arguments

Type IntentOptional Attributes Name
complex(kind=8), intent(in), dimension(:,:) :: matrix

Return Value type(sparse_zmatrix_csc)