Function dspr2

  • matrix-vector operation defined as A := alpha * x * y' + alpha * y * x' + A where A is a symmetric matrix, supplied in packed form

    Parameters

    • uplo: MatrixUpperLower
    • n: number
    • alpha: number
    • x: Float64Array
    • incx: number
    • y: Float64Array
    • incy: number
    • ap: Float64Array

    Returns void

Generated using TypeDoc