plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getCRS
Function
MIT
15 statements
Source File
SparseClass.f90
SparseClass
getCRS
Contents
public function getCRS(this, row, col) result(val)
Type Bound
CRS_
Arguments
Type
Intent
Optional
Attributes
Name
class(
CRS_
),
intent(in)
::
this
integer(kind=int32),
intent(in)
::
row
integer(kind=int32),
intent(in)
::
col
Return Value
real(kind=real64)