Query: pdlatrs
OS: debian
Section: 3
Links: debian man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PDLATRS(l) LAPACK auxiliary routine (version 1.5) PDLATRS(l)NAMEPDLATRS - solve a triangular systemSYNOPSISSUBROUTINE 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( * )PURPOSEPDLATRS 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)