QML
1.3.1
  • Introduction to BLAS
  • Introduction to LAPACK
  • Using QML
  • QML API Reference
    • BLAS 1 Functions
      • (IS|ID|IC|IZ)AMAX
      • (IS|ID|IC|IZ)AMIN
      • (S|D|SC|DZ)ASUM
      • (S|D|C|Z)AXPBY
      • (S|D|C|Z)AXPY
      • (S|D)CABS1
      • (S|D|C|Z)COPY
      • (S|D)DOT
      • (C|Z)DOTC
      • (C|Z)DOTU
      • (S|D|SC|DZ)NRM2
      • (S|D|C|CS|Z|ZD)ROT
      • (S|D|C|Z)ROTG
      • (S|D)ROTM
      • (S|D)ROTMG
      • (S|D|C|Z|CS|ZD)SCAL
      • (D)SDOT
      • (SD)SDOT
      • (S|D|C|Z)SWAP
    • BLAS 2 Functions
    • BLAS 3 Functions
    • LAPACK Functions
    • QML Extensions
    • QML Utility Functions
QML
  • Docs »
  • QML API Reference »
  • BLAS 1 Functions

BLAS 1 FunctionsΒΆ

The BLAS 1 consists of vector-vector operations. Below are the BLAS 1 functions supported by QML.

  • (IS|ID|IC|IZ)AMAX
  • (IS|ID|IC|IZ)AMIN
  • (S|D|SC|DZ)ASUM
  • (S|D|C|Z)AXPBY
  • (S|D|C|Z)AXPY
  • (S|D)CABS1
  • (S|D|C|Z)COPY
  • (S|D)DOT
  • (C|Z)DOTC
  • (C|Z)DOTU
  • (S|D|SC|DZ)NRM2
  • (S|D|C|CS|Z|ZD)ROT
  • (S|D|C|Z)ROTG
  • (S|D)ROTM
  • (S|D)ROTMG
  • (S|D|C|Z|CS|ZD)SCAL
  • (D)SDOT
  • (SD)SDOT
  • (S|D|C|Z)SWAP
Next Previous

© Copyright 2018, Qualcomm Technologies, Inc.