PARALLAX
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
create_copy
Subroutine
18 statements
Source File
csrmat_m.f90
csrmat_m
create_copy
Contents
public subroutine create_copy(self, res)
Creates a copy of the matrix
Type Bound
csrmat_t
Arguments
Type
Intent
Optional
Attributes
Name
class(
csrmat_t
),
intent(in)
::
self
Matrix
type(
csrmat_t
),
intent(out)
::
res
Copy of matrix