plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
spmv_as_subroutine_CRS
Subroutine
MIT
10 statements
Source File
SparseClass.f90
SparseClass
spmv_as_subroutine_CRS
Contents
public subroutine spmv_as_subroutine_CRS(this, old_vector, new_vector)
Type Bound
CRS_
Arguments
Type
Intent
Optional
Attributes
Name
class(
CRS_
),
intent(in)
::
this
real(kind=real64),
intent(in)
::
old_vector
(:)
real(kind=real64),
intent(out)
::
new_vector
(:)