Function dtrsv

  • solves one of the following systems of equations A * x = b or A' * x = b where A is a unit or non-unit upper or lower triangular matrix

    Parameters

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

    Returns void

Generated using TypeDoc