Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 3/22/2024
Public
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.