sparse Interface

public interface sparse

Module Procedures

private function construct_dmatrix_csr(matrix) result(self)

Arguments

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

Return Value type(sparse_dmatrix_csr)

private function construct_zmatrix_csr(matrix) result(self)

Arguments

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

Return Value type(sparse_zmatrix_csr)