plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
matmulCRS
Function
MIT
14 statements
Source File
SparseClass.f90
SparseClass
matmulCRS
Contents
public function matmulCRS(CRS, Old_vector, run_mode, cache_size) result(new_vector)
Type Bound
CRS_
Arguments
Type
Intent
Optional
Attributes
Name
class(
CRS_
),
intent(in)
::
CRS
real(kind=real64),
intent(in)
::
Old_vector
(:)
integer(kind=int32),
intent(in),
optional
::
run_mode
integer(kind=int32),
intent(in),
optional
::
cache_size
Return Value
real(kind=real64), allocatable, (:)