Function dswap

  • given two vectors x and y, the vectors y and x swapped, each replacing the other.

    Parameters

    • n: number
    • x: Float64Array
    • incx: number
    • y: Float64Array
    • incy: number

    Returns void

Generated using TypeDoc