Function dtbmv

  • matrix-vector operation defined as x := A * x or x := A' * x where A is a unit or non-unit upper or lower triangular band matrix, with k + 1 diagonals

    Parameters

    • uplo: MatrixUpperLower
    • trans: MatrixTrans
    • diag: MatrixUnit
    • n: number
    • k: number
    • a: Float64Array
    • lda: number
    • x: Float64Array
    • incx: number

    Returns void

Generated using TypeDoc