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