CSR_SparseMatrix_dp Interface

public interface CSR_SparseMatrix_dp

Module Procedures

private function new_csr_matrix_dp(n_rows, n_columns, nnz) result(mat)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n_rows
integer, intent(in) :: n_columns
integer, intent(in) :: nnz

Return Value type(CSR_SparseMatrix_dp)