'int32'
or 'int64'
depending on the
implementation of the toolbox in use.
'int32'
or 'int64'
depending on the implementation of the toolbox in use.
This is most useful for use with the MATLAB functions zeros or ones.
The main use of this function is to allow code to be written that is
portable between the 32 and 64 bit versions of the Toolbox.None.
'int32'
or 'int64'
as appropriate for this implementation of the toolbox.s = nag_int_name a = zeros(2,2,nag_int_name)
s = int64 a = 0 0 0 0