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