Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

LAPACKE_set_nancheck

Turns NaN checking off or on

LAPACKE_set_nancheck(int flag);

Description

The routine sets a value for the LAPACKE NaN checking flag, which indicates whether or not LAPACKE routines check input matrices for NaNs.

Input Parameters

flag

If flag= 0, NaN checking is turned OFF. Otherwise, it is turned ON.