itbl_get_val Function

private function itbl_get_val(this, irow, j) result(res)

Returns the jth element of row irow

Type Bound

itable_t

Arguments

Type IntentOptional Attributes Name
class(itable_t), intent(in) :: this
integer, intent(in) :: irow
integer, intent(in) :: j

Return Value integer


Calls

proc~~itbl_get_val~~CallsGraph proc~itbl_get_val itable_t%itbl_get_val proc~ivector_get_val ivector_t%ivector_get_val proc~itbl_get_val->proc~ivector_get_val