logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDLATRS - solve a triangular system

Name

       PDLATRS - solve a triangular system

Purpose

       PDLATRS solves a triangular system. This routine in unfinished at this time, but will be part of the next
       release.

LAPACK version 1.5                                 12 May 1997                                        PDLATRS(l)

Synopsis

       SUBROUTINE PDLATRS( UPLO,  TRANS, DIAG, NORMIN, N, A, IA, JA, DESCA, X, IX, JX, DESCX, SCALE, CNORM, WORK
                           )

           CHARACTER       DIAG, NORMIN, TRANS, UPLO

           INTEGER         IA, IX, JA, JX, N

           DOUBLE          PRECISION SCALE

           INTEGER         DESCA( * ), DESCX( * )

           DOUBLE          PRECISION A( * ), CNORM( * ), X( * ), WORK( * )

See Also