FTDSS
Read Me
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
abst_find
Interface
48 statements
Source File
matrix_interface.F90
core_types_matrix
abst_find
Contents
None
interface
private pure function abst_find(self, row, col) result(index)
Arguments
Type
Intent
Optional
Attributes
Name
class(
abst_matrix
),
intent(in)
::
self
integer(kind=int32),
intent(in)
::
row
integer(kind=int32),
intent(in)
::
col
Return Value
integer(kind=int32)