plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
matmul_CRS_vec
Function
MIT
6 statements
Source File
SparseClass.f90
SparseClass
matmul_CRS_vec
Contents
public function matmul_CRS_vec(A, b) result(vec)
Arguments
Type
Intent
Optional
Attributes
Name
type(
CRS_
),
intent(in)
::
A
real(kind=real64),
intent(in)
::
b
(:)
Return Value
real(kind=real64), allocatable, (:)