hide long namesshow long names
hide short namesshow short names
Integer type:  int32  int64  nag_int  show int32  show int32  show int64  show int64  show nag_int  show nag_int

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

NAG Toolbox: nag_info_impl_details (a00aa)

 Contents

    1  Purpose
    2  Syntax
    7  Accuracy
    9  Example

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.
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)
Chapter Contents
Chapter Introduction
NAG Toolbox

© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015