PDF version (NAG web site
, 64-bit version, 64-bit version)
NAG Toolbox: nag_info_impl_details (a00aa)
Purpose
nag_info_impl_details (a00aa) prints information about the version of the NAG Toolbox in use.
Syntax
a00aa
nag_info_impl_details
Description
The NAG Toolbox is available for use on a number of different computer systems. For each distinct system an implementation of the library is prepared. This includes tested compiled libraries and any necessary system-specific support material. nag_info_impl_details (a00aa) may be called to print the implementation details and Mark (i.e., maintenance level) of the NAG Toolbox implementation that is being used.
References
None.
Parameters
Compulsory Input Parameters
None.
Optional Input Parameters
None.
Output Parameters
None.
Error Indicators and Warnings
None.
Accuracy
Not applicable.
Further Comments
None.
Example
This example makes a call of nag_info_impl_details (a00aa) sending output to the current advisory message unit.
Open in the MATLAB editor:
a00aa_example
function a00aa_example
fprintf('a00aa example results\n\n');
a00aa;
a00aa example results
*** Start of NAG Toolbox for MATLAB implementation details ***
Implementation title: Linux/gfortran 64-bit (64-bit integers)
Precision: Fortran double precision
Product Code: MBL6A25DJ
Mark: 25.0
*** End of NAG Toolbox for MATLAB implementation details ***
PDF version (NAG web site
, 64-bit version, 64-bit version)
© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015