我要评分
获取效率
正确性
完整性
易理解

BlasGetParallel

Interface Definition

int BlasGetParallel(void)

Return Value

  • If 0 is returned, KML_BLAS is a single-thread math library.
  • If 1 is returned, KML_BLAS is a common multi-thread math library.
  • If 2 is returned, KML_BLAS is an OpenMP multi-thread math library.

Dependency

#include "kblas.h"