LAPACK Linear Equation Driver Routines
Table "Driver Routines for Solving Systems of Linear Equations" lists the LAPACK driver routines for solving systems of
linear equations with real or complex matrices.
Matrix type, storage scheme | Simple Driver | Expert Driver | Expert Driver using Extra-Precise Interative Refinement |
---|---|---|---|
In this table
?
stands for
s
(single precision real),
d
(double precision real),
c
(single precision complex),
or
z
(double precision complex).
In the description of
?gesv
and
?posv
routines, the
?
sign stands for combined
character codes
ds
and
zc
for the mixed precision
subroutines.