FTDSS
Read Me
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
abst_set
Interface
48 statements
Source File
matrix_interface.F90
core_types_matrix
abst_set
Contents
None
interface
private subroutine abst_set(self, row, col, value)
Arguments
Type
Intent
Optional
Attributes
Name
class(
abst_matrix
),
intent(inout)
::
self
integer(kind=int32),
intent(in)
::
row
integer(kind=int32),
intent(in)
::
col
real(kind=real64),
intent(in)
::
value