MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
CSR_SparseMatrix_dp
Derived Type
13 statements
Source File
CSR_SparseMatrix.F90
mapl3g_CSR_SparseMatrix
CSR_SparseMatrix_dp
Contents
Constructor
CSR_SparseMatrix_dp
type, public :: CSR_SparseMatrix_dp
Constructor
public interface
CSR_SparseMatrix_dp
private function new_csr_matrix_dp(n_rows, n_columns, nnz) result(mat)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n_rows
integer,
intent(in)
::
n_columns
integer,
intent(in)
::
nnz
Return Value
type(
CSR_SparseMatrix_dp
)