library.info Submodule

Module Summary

Interfaces for the NAG Mark 30.0 info Chapter.

info - Library Identification

The functions in this module provide information about the NAG Library.

Information about the precise implementation of the NAG Library in use will be needed when communicating with the NAG Technical Support Service (see Support from NAG).

For full information please refer to the NAG Library document

https://support.nag.com/numeric/nl/nagdoc_30/flhtml/a00/a00intro.html

See Also

naginterfaces.library.examples.info :

This subpackage contains examples for the info module. See also the Examples subsection.

Notes

The function impl_details_separate is not supported in this product. Please use impl_details instead.

Examples

naginterfaces.library.examples.info.impl_details_ex.main()[source]

Example for naginterfaces.library.info.impl_details().

Details about the underlying implementation of the NAG Library Engine.

>>> main()
naginterfaces.library.info.impl_details Python Example Results.
dict of details about the underlying implementation of the
NAG Library Engine:
{'build_id': ...,
 'compilers': {'C': {'flags': ...,
                     'title': ...,
               'C++': {'flags': ...,
                       'title': ...,
               'Fortran': {'flags': ...,
                           'title': ...}},
 'hardware': ...,
 'integer_bits': ...,
 'mark': ...,
 'os': ...,
 'precision': ...,
 'product_code': ...,
 'title': ...,
 'vendor_lib': ...}