aux - Man Page

Name

aux — Auxiliary Routines

— Auxiliary Routines.  

Synopsis

Topics

Library Initialization
Initialize the MEPACK library.
Memory Query Routines
Query memory requirements of the computational routines.
Single Precision Auxiliary Routines
Helper routines for single precision computations.
Double Precision Auxiliary Routines
Helper routines for double precision computations.
Fixed LAPACK routines
Bugfix versions of LAPACK routines.
Error Handling Routines
Error Handling and Error call back routines.

Functions

void mepack_version (int *MAJOR, int *MINOR, int *PATCHLEVEL)
Get the version information of MEPACK.
subroutine mepack_get_version (major, minor, patchlevel)
Get the MEPACK version number.

Detailed Description

Auxiliary Routines.

Function Documentation

subroutine mepack_get_version (integer, intent(out) major, integer, intent(out) minor, integer, intent(out) patchlevel)

Get the MEPACK version number.

Parameters

MAJOR MEPACK major version number
MINOR MEPACK minor version number
PATCHLEVEL MEPACK patch level

The MEPACK_GET_VERSION subroutine returns the MEPACK version number split into its components.

See also

mepack_version

Definition at line 28 of file version.F90.

void mepack_version (int * MAJOR, int * MINOR, int * PATCHLEVEL)

Get the version information of MEPACK.

Parameters

MAJOR Major version number of MEPACK
MINOR Minor version number of MEPACK
PATCHLEVEL Patch level of MEPACK

The mepack_version function returns the version of MEPACK. The version number is returned in its three components MAJOR, MINOR and PATCHLEVEL.

Definition at line 34 of file version.c.

Author

Generated automatically by Doxygen for MEPACK from the source code.

Info

Fri Feb 2 2024 00:00:00 Version 1.1.1 MEPACK