CSR_SparseMatrix_sp Derived Type

type, public :: CSR_SparseMatrix_sp


Inherited by

type~~csr_sparsematrix_sp~~InheritedByGraph type~csr_sparsematrix_sp CSR_SparseMatrix_sp type~verticalregridaction VerticalRegridAction type~verticalregridaction->type~csr_sparsematrix_sp matrix

Constructor

public interface CSR_SparseMatrix_sp

  • private function new_csr_matrix_sp(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_sp)