Contents

cblas_dznrm2(_:_:_:)

Computes the unitary norm of a vector (double-precision complex).

Declaration

func cblas_dznrm2(_ N: __LAPACK_int, _ X: OpaquePointer?, _ INCX: __LAPACK_int) -> Double

Parameters

  • N:

    Length of vector X.

  • X:

    Vector X.

  • INCX:

    Stride within X. For example, if incX is 7, every 7th element is used.

Discussion

See Also

Double-precision complex matrix functions