pzlatrs(3) debian man page | unix.com

Man Page: pzlatrs

Operating Environment: debian

Section: 3

PZLATRS(l)					      LAPACK auxiliary routine (version 1.5)						PZLATRS(l)

NAME
PZLATRS - solve a triangular system
SYNOPSIS
SUBROUTINE PZLATRS( 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 CNORM( * ) COMPLEX*16 A( * ), X( * ), WORK( * )
PURPOSE
PZLATRS 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 PZLATRS(l)
Related Man Pages
dlatps(l) - redhat
zlatbs(l) - redhat
zlatrs(l) - redhat
dlatps(3) - centos
dlatps.f(3) - centos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results