Contents

BLAS_THREADING

Constants that describe the BLAS and LAPACK threading model.

Declaration

struct BLAS_THREADING

Overview

Use the threading model constants to specify whether BLAS and LAPACK operations run in a single thread or multiple threads. Specify the single-threaded model if your app uses its own threading mechanism.

Topics

Specifying a threading model

See Also

Specifying the threading model