plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
matmulBCRS
Function
MIT
41 statements
Source File
SparseClass.f90
SparseClass
matmulBCRS
Contents
public function matmulBCRS(this, vec) result(ret)
Type Bound
BCRS_
Arguments
Type
Intent
Optional
Attributes
Name
class(
BCRS_
),
intent(in)
::
this
real(kind=real64),
intent(in)
::
vec
(:)
Return Value
real(kind=real64), allocatable, (:)