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