ilaver

Returns the version of the LAPACK library.

Syntax

call ilaver( vers_major, vers_minor, vers_patch )

Include Files

The FORTRAN 77 interfaces are specified in the mkl_lapack.fi include file (to be used in Fortran programs) and in the mkl_lapack.h include file (to be used in C programs).

Description

This routine returns the version of the LAPACK library.

Output Parameters

vers_major

INTEGER.

Returns the major version of the LAPACK library.

vers_minor

INTEGER.

Returns the minor version from the major version of the LAPACK library.

vers_patch

INTEGER.

Returns the patch version from the minor version of the LAPACK library.


Submit feedback on this help topic

Copyright © 1994 - 2011, Intel Corporation. All rights reserved.