debian man page for pslatrs

Query: pslatrs

OS: debian

Section: 3

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

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

NAME
PSLATRS - solve a triangular system
SYNOPSIS
SUBROUTINE PSLATRS( 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 A( * ), CNORM( * ), X( * ), WORK( * )
PURPOSE
PSLATRS 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 PSLATRS(l)
Related Man Pages
clatbs(l) - redhat
clatps(l) - redhat
clatrs(l) - redhat
slatrs(l) - redhat
zlatbs(l) - redhat
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?