- zlatdf
-
compute the contribution to the reciprocal Dif-estimate by solving for x in Z * x = b, where b is chosen such that the norm of x is as large as possible
- zlatps
-
solve one of the triangular systems A * x = s*b, A**T * x = s*b, or A**H * x = s*b,
- zlatrd
-
reduce NB rows and columns of a complex Hermitian matrix A to Hermitian tridiagonal form by a unitary similarity transformation Q' * A * Q, and returns the matrices V and W which are needed to apply the transformation to the unreduced part of A
- zlatrs
-
solve one of the triangular systems A * x = s*b, A**T * x = s*b, or A**H * x = s*b,
- zlatrz
-
factor the M-by-(M+L) complex upper trapezoidal matrix [ A1 A2 ] = [ A(1:M,1:M) A(1:M,N-L+1:N) ] as ( R 0 ) * Z by means of unitary transformations, where Z is an (M+L)-by-(M+L) unitary matrix and, R and A1 are M-by-M upper triangular matrices
- zlatzm
-
routine is deprecated and has been replaced by routine ZUNMRZ
- zlauu2
-
compute the product U * U' or L' * L, where the triangular factor U or L is stored in the upper or lower triangular part of the array A
- zlauum
-
compute the product U * U' or L' * L, where the triangular factor U or L is stored in the upper or lower triangular part of the array A
- zlib
-
compression/decompression library
- zlibc
-
transparently access compressed files.
- zmailer
-
mail_open, mail_priority, mail_abort, mail_close, mail_close_alternate, mail_alloc, mail_free, mail_host
- zmailer message submission interface
- ZMailer::mailq
-
Perl extension for interaction with the scheduler
- Zoidberg
-
A modular perl shell
- Zoidberg::Contractor
-
Module to manage jobs
- Zoidberg::DispatchTable
-
Class to tie dispatch tables
- Zoidberg::Fish
-
Base class for loadable Zoidberg plugins
- Zoidberg::Fish::Commands
-
Zoidberg plugin with builtin commands
- Zoidberg::Fish::Intel
-
Completion plugin for Zoidberg
- Zoidberg::Fish::Log
-
History and log plugin for Zoidberg
- Zoidberg::Fish::ReadLine
-
Readline glue for zoid
- Zoidberg::PluginHash
-
Magic plugin loader
- Zoidberg::Shell
-
A scripting interface to the Zoidberg shell
- Zoidberg::StringParser
-
Simple string parser
- Zoidberg::Utils
-
An interface to zoid's utility libs
- Zoidberg::Utils::Error
-
OO error handling
- Zoidberg::Utils::FileSystem
-
Filesystem routines
- Zoidberg::Utils::GetOpt
-
Yet another GetOpt module
- Zoidberg::Utils::Output
-
Zoidberg output routines
- zope-zshell
-
Add a command line interface to Zope
- zpbcon
-
estimate the reciprocal of the condition number (in the 1-norm) of a complex Hermitian positive definite band matrix using the Cholesky factorization A = U**H*U or A = L*L**H computed by ZPBTRF
- zpbequ
-
compute row and column scalings intended to equilibrate a Hermitian positive definite band matrix A and reduce its condition number (with respect to the two-norm)
- zpbrfs
-
improve the computed solution to a system of linear equations when the coefficient matrix is Hermitian positive definite and banded, and provides error bounds and backward error estimates for the solution
- zpbstf
-
compute a split Cholesky factorization of a complex Hermitian positive definite band matrix A
- zpbsv
-
compute the solution to a complex system of linear equations A * X = B,
- zpbsvx
-
use the Cholesky factorization A = U**H*U or A = L*L**H to compute the solution to a complex system of linear equations A * X = B,
- zpbtf2
-
compute the Cholesky factorization of a complex Hermitian positive definite band matrix A
- zpbtrf
-
compute the Cholesky factorization of a complex Hermitian positive definite band matrix A
- zpbtrs
-
solve a system of linear equations A*X = B with a Hermitian positive definite band matrix A using the Cholesky factorization A = U**H*U or A = L*L**H computed by ZPBTRF
- zpocon
-
estimate the reciprocal of the condition number (in the 1-norm) of a complex Hermitian positive definite matrix using the Cholesky factorization A = U**H*U or A = L*L**H computed by ZPOTRF
- zpoequ
-
compute row and column scalings intended to equilibrate a Hermitian positive definite matrix A and reduce its condition number (with respect to the two-norm)
- zporfs
-
improve the computed solution to a system of linear equations when the coefficient matrix is Hermitian positive definite,
- zposv
-
compute the solution to a complex system of linear equations A * X = B,
- zposvx
-
use the Cholesky factorization A = U**H*U or A = L*L**H to compute the solution to a complex system of linear equations A * X = B,
- zpotf2
-
compute the Cholesky factorization of a complex Hermitian positive definite matrix A
- zpotrf
-
compute the Cholesky factorization of a complex Hermitian positive definite matrix A
- zpotri
-
compute the inverse of a complex Hermitian positive definite matrix A using the Cholesky factorization A = U**H*U or A = L*L**H computed by ZPOTRF
- zpotrs
-
solve a system of linear equations A*X = B with a Hermitian positive definite matrix A using the Cholesky factorization A = U**H*U or A = L*L**H computed by ZPOTRF
- zppcon
-
estimate the reciprocal of the condition number (in the 1-norm) of a complex Hermitian positive definite packed matrix using the Cholesky factorization A = U**H*U or A = L*L**H computed by ZPPTRF
- zppequ
-
compute row and column scalings intended to equilibrate a Hermitian positive definite matrix A in packed storage and reduce its condition number (with respect to the two-norm)
- zpprfs
-
improve the computed solution to a system of linear equations when the coefficient matrix is Hermitian positive definite and packed, and provides error bounds and backward error estimates for the solution