create_1Darray_extdouble Subroutine

private subroutine create_1Darray_extdouble(L, thandle, val)

This subroutine takes a one dimensional array, and puts it as a table into the Lua context.

The returned thandle provides the index to access this newly created table.

Arguments

TypeIntentOptionalAttributesName
type(flu_State) :: L
integer, intent(out) :: thandle

Handle to access the newly created table.

real(kind=xdble_k), intent(in) :: val(:)

Values to put into the new table.


Calls

proc~~create_1darray_extdouble~~CallsGraph proc~create_1darray_extdouble create_1Darray_extdouble interface~flu_pushnumber flu_pushnumber proc~create_1darray_extdouble->interface~flu_pushnumber proc~flu_createtable flu_createtable proc~create_1darray_extdouble->proc~flu_createtable proc~flu_settable flu_settable proc~create_1darray_extdouble->proc~flu_settable proc~flu_gettop flu_gettop proc~create_1darray_extdouble->proc~flu_gettop interface~flu_pushinteger flu_pushinteger proc~create_1darray_extdouble->interface~flu_pushinteger proc~flu_pushdouble flu_pushdouble interface~flu_pushnumber->proc~flu_pushdouble proc~flu_pushreal flu_pushreal interface~flu_pushnumber->proc~flu_pushreal interface~lua_createtable lua_createtable proc~flu_createtable->interface~lua_createtable interface~lua_settable lua_settable proc~flu_settable->interface~lua_settable interface~lua_gettop lua_gettop proc~flu_gettop->interface~lua_gettop proc~flu_pushint flu_pushint interface~flu_pushinteger->proc~flu_pushint proc~flu_pushlong flu_pushlong interface~flu_pushinteger->proc~flu_pushlong interface~lua_pushinteger lua_pushinteger proc~flu_pushint->interface~lua_pushinteger proc~flu_pushlong->interface~lua_pushinteger interface~lua_pushnumber lua_pushnumber proc~flu_pushdouble->interface~lua_pushnumber proc~flu_pushreal->interface~lua_pushnumber

Called by

proc~~create_1darray_extdouble~~CalledByGraph proc~create_1darray_extdouble create_1Darray_extdouble interface~aot_table_from_1darray~3 aot_table_from_1Darray interface~aot_table_from_1darray~3->proc~create_1darray_extdouble

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: tab
integer, private :: nvals
integer, private :: i
real(kind=double_k), private, allocatable:: locval(:)