debian man page for pclatrs

Query: pclatrs

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
PCLATRS - solve a triangular system
SYNOPSIS
SUBROUTINE PCLATRS( 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 REAL SCALE INTEGER DESCA( * ), DESCX( * ) REAL CNORM( * ) COMPLEX A( * ), X( * ), WORK( * )
PURPOSE
PCLATRS 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 PCLATRS(l)
Related Man Pages
dlatps(l) - redhat
clatbs(l) - redhat
slatps(3) - debian
slatps.f(3) - debian
slatrs.f(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?