- daxpy(int, double, double[], int, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
constant times a vector plus a vector.
- daxpy(int, double, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- daxpy(int, double, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- daxpy(int, double, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dcopy(int, double[], int, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
copies a vector, x, to a vector, y.
- dcopy(int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dcopy(int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dcopy(int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- ddot(int, double[], int, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
forms the dot product of two vectors.
- ddot(int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- ddot(int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- ddot(int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dgbcon(String, int, int, int, double[], int, int[], double, doubleW, double[], int[], intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGBCON estimates the reciprocal of the condition number of a real
general band matrix A, in either the 1-norm or the infinity-norm,
using the LU factorization computed by DGBTRF.
- dgbcon(String, int, int, int, double[], int, int, int[], int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgbcon(String, int, int, int, double[], int, int, int[], int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgbcon(String, int, int, int, double[], int, int, int[], int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgbcon(Lapack, TNorm, int, int, int, double[], int[], double) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGBCON estimates the reciprocal of the condition number of a real
general band matrix A, in either the 1-norm or the infinity-norm,
using the LU factorization computed by DGBTRF.
- dgbmv(String, int, int, int, int, double, double[], int, double[], int, double, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DGBMV performs one of the matrix-vector operations
y := alpha*A*x + beta*y, or y := alpha*A'*x + beta*y,
where alpha and beta are scalars, x and y are vectors and A is an
m by n band matrix, with kl sub-diagonals and ku super-diagonals.
- dgbmv(String, int, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dgbmv(String, int, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dgbmv(String, int, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dgbsv(int, int, int, int, double[], int, int[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGBSV computes the solution to a real system of linear equations
A * X = B, where A is a band matrix of order N with KL subdiagonals
and KU superdiagonals, and X and B are N-by-NRHS matrices.
- dgbsv(int, int, int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgbsv(int, int, int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgbsv(int, int, int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgbsv(Lapack, int, int, int, int, double[], int[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGBSV computes the solution to a real system of linear equations
A * X = B, where A is a band matrix of order N with KL subdiagonals
and KU superdiagonals, and X and B are N-by-NRHS matrices.
- dgbtrf(int, int, int, int, double[], int, int[], intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGBTRF computes an LU factorization of a real m-by-n band matrix A
using partial pivoting with row interchanges.
- dgbtrf(int, int, int, int, double[], int, int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgbtrf(int, int, int, int, double[], int, int, int[], int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgbtrf(int, int, int, int, double[], int, int, int[], int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgbtrf(Lapack, int, int, int, int, double[], int[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGBTRF computes an LU factorization of a real m-by-n band matrix A
using partial pivoting with row interchanges.
- dgbtrs(String, int, int, int, int, double[], int, int[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGBTRS solves a system of linear equations
A * X = B or A' * X = B
with a general band matrix A using the LU factorization computed
by DGBTRF.
- dgbtrs(String, int, int, int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgbtrs(String, int, int, int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgbtrs(String, int, int, int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgbtrs(Lapack, TTrans, int, int, int, int, double[], int[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGBTRS solves a system of linear equations
A * X = B or A' * X = B
with a general band matrix A using the LU factorization computed
by DGBTRF.
- dgecon(String, int, double[], int, double, doubleW, double[], int[], intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGECON estimates the reciprocal of the condition number of a general
real matrix A, in either the 1-norm or the infinity-norm, using
the LU factorization computed by DGETRF.
- dgecon(String, int, double[], int, int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgecon(String, int, double[], int, int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgecon(String, int, double[], int, int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgecon(Lapack, TNorm, int, double[], int, double) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGECON estimates the reciprocal of the condition number of a general
real matrix A, in either the 1-norm or the infinity-norm, using
the LU factorization computed by DGETRF.
- dgeev(String, String, int, double[], int, double[], double[], double[], int, double[], int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGEEV computes for an N-by-N real nonsymmetric matrix A, the
eigenvalues and, optionally, the left and/or right eigenvectors.
- dgeev(String, String, int, double[], int, int, double[], int, double[], int, double[], int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgeev(String, String, int, double[], int, int, double[], int, double[], int, double[], int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgeev(String, String, int, double[], int, int, double[], int, double[], int, double[], int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgeev(Lapack, TEigJob, TEigJob, int, double[], int, double[], double[], double[], int, double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGEEV computes for an N-by-N real nonsymmetric matrix A, the
eigenvalues and, optionally, the left and/or right eigenvectors.
- dgelqf(int, int, double[], int, double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGELQF computes an LQ factorization of a real M-by-N matrix A:
A = L * Q.
- dgelqf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgelqf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgelqf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgelqf(Lapack, int, int, double[], int, double[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGELQF computes an LQ factorization of a real M-by-N matrix A:
A = L * Q.
- dgels(String, int, int, int, double[], int, double[], int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGELS solves overdetermined or underdetermined real linear systems
involving an M-by-N matrix A, or its transpose, using a QR or LQ
factorization of A.
- dgels(String, int, int, int, double[], int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgels(String, int, int, int, double[], int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgels(String, int, int, int, double[], int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgels(Lapack, TTrans, int, int, int, double[], int, double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGELS solves overdetermined or underdetermined real linear systems
involving an M-by-N matrix A, or its transpose, using a QR or LQ
factorization of A.
- dgemm(String, String, int, int, int, double, double[], int, double[], int, double, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DGEMM performs one of the matrix-matrix operations
C := alpha*op( A )*op( B ) + beta*C,
where op( X ) is one of
op( X ) = X or op( X ) = X',
alpha and beta are scalars, and A, B and C are matrices, with op( A )
an m by k matrix, op( B ) a k by n matrix and C an m by n matrix.
- dgemm(String, String, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dgemm(String, String, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dgemm(String, String, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dgemm_multi(String, String, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int, int, int, int, int) - Method in class net.dedekind.blas.Blas
-
- dgemm_multi(String, String, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int, int, int, int, int) - Method in class net.dedekind.blas.BlasJ
-
- dgemm_multi(String, String, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int, int, int, int, int) - Method in class net.dedekind.blas.BlasN
-
- dgemv(String, int, int, double, double[], int, double[], int, double, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DGEMV performs one of the matrix-vector operations
y := alpha*A*x + beta*y, or y := alpha*A'*x + beta*y,
where alpha and beta are scalars, x and y are vectors and A is an
m by n matrix.
- dgemv(String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dgemv(String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dgemv(String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dgeqlf(int, int, double[], int, double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGEQLF computes a QL factorization of a real M-by-N matrix A:
A = Q * L.
- dgeqlf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgeqlf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgeqlf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgeqlf(Lapack, int, int, double[], int, double[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGEQLF computes a QL factorization of a real M-by-N matrix A:
A = Q * L.
- dgeqp3(int, int, double[], int, int[], double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGEQP3 computes a QR factorization with column pivoting of a
matrix A: A*P = Q*R using Level 3 BLAS.
- dgeqp3(int, int, double[], int, int, int[], int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgeqp3(int, int, double[], int, int, int[], int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgeqp3(int, int, double[], int, int, int[], int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgeqp3(Lapack, int, int, double[], int, int[], double[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGEQP3 computes a QR factorization with column pivoting of a
matrix A: A*P = Q*R using Level 3 BLAS.
- dgeqrf(int, int, double[], int, double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGEQRF computes a QR factorization of a real M-by-N matrix A:
A = Q * R.
- dgeqrf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgeqrf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgeqrf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgeqrf(Lapack, int, int, double[], int, double[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGEQRF computes a QR factorization of a real M-by-N matrix A:
A = Q * R.
- dger(int, int, double, double[], int, double[], int, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DGER performs the rank 1 operation
A := alpha*x*y' + A,
where alpha is a scalar, x is an m element vector, y is an n element
vector and A is an m by n matrix.
- dger(int, int, double, double[], int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dger(int, int, double, double[], int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dger(int, int, double, double[], int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dgerqf(int, int, double[], int, double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGERQF computes an RQ factorization of a real M-by-N matrix A:
A = R * Q.
- dgerqf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgerqf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgerqf(int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgerqf(Lapack, int, int, double[], int, double[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGERQF computes an RQ factorization of a real M-by-N matrix A:
A = R * Q.
- dgesdd(String, int, int, double[], int, double[], double[], int, double[], int, double[], int, int[], intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGESDD computes the singular value decomposition (SVD) of a real
M-by-N matrix A, optionally computing the left and right singular
vectors.
- dgesdd(String, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int, double[], int, int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgesdd(String, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int, double[], int, int, int[], int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgesdd(String, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int, double[], int, int, int[], int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgesdd(Lapack, TSvdJob, int, int, double[], int, double[], double[], int, double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGESDD computes the singular value decomposition (SVD) of a real
M-by-N matrix A, optionally computing the left and right singular
vectors.
- dgesv(int, int, double[], int, int[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGESV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N matrix and X and B are N-by-NRHS matrices.
- dgesv(int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgesv(int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgesv(int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgesv(Lapack, int, int, double[], int, int[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGESV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N matrix and X and B are N-by-NRHS matrices.
- dgetrf(int, int, double[], int, int[], intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGETRF computes an LU factorization of a general M-by-N matrix A
using partial pivoting with row interchanges.
- dgetrf(int, int, double[], int, int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgetrf(int, int, double[], int, int, int[], int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgetrf(int, int, double[], int, int, int[], int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgetrf(Lapack, int, int, double[], int, int[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGETRF computes an LU factorization of a general M-by-N matrix A
using partial pivoting with row interchanges.
- dgetrs(String, int, int, double[], int, int[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGETRS solves a system of linear equations
A * X = B or A' * X = B
with a general N-by-N matrix A using the LU factorization computed
by DGETRF.
- dgetrs(String, int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgetrs(String, int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgetrs(String, int, int, double[], int, int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgetrs(Lapack, TTrans, int, int, double[], int, int[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGETRS solves a system of linear equations
A * X = B or A' * X = B
with a general N-by-N matrix A using the LU factorization computed
by DGETRF.
- dgtsv(int, int, double[], double[], double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DGTSV solves the equation
A*X = B,
where A is an n by n tridiagonal matrix, by Gaussian elimination with
partial pivoting.
- dgtsv(int, int, double[], int, double[], int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dgtsv(int, int, double[], int, double[], int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dgtsv(int, int, double[], int, double[], int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dgtsv(Lapack, int, int, double[], double[], double[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DGTSV solves the equation
A*X = B,
where A is an n by n tridiagonal matrix, by Gaussian elimination with
partial pivoting.
- Diag - Enum in net.dedekind.blas
-
- dimatcopy(TTrans, int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasExt
-
Scaling and in-place transposition / copying of a double matrix
AB := alpha *op( AB ) where the transposition operation
op() can be a normal matrix copy, a transposition, a conjugate
transposition, or just a conjugation.
- dlaswp(int, double[], int, int, int, int[], int) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DLASWP performs a series of row interchanges on the matrix A.
- dlaswp(int, double[], int, int, int, int, int[], int, int) - Method in class net.dedekind.lapack.Lapack
-
- dlaswp(int, double[], int, int, int, int, int[], int, int) - Method in class net.dedekind.lapack.LapackJ
-
- dlaswp(int, double[], int, int, int, int, int[], int, int) - Method in class net.dedekind.lapack.LapackN
-
- dlaswp(Lapack, int, double[], int, int, int, int[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DLASWP performs a series of row interchanges on the matrix A.
- domatadd(TTrans, TTrans, int, int, double, double[], int, double, double[], int, double[], int) - Method in class net.dedekind.blas.BlasExt
-
Scales and adds two doubles matrices, as well as performing out-of-place
transposition operations C := alpha *op(A) + beta *op(B) where
the op() operations are transpose, conjugate-transpose, conjugate
(no transpose), or no transpose, depending on the values of
transa and transb.
- domatcopy(TTrans, int, int, double, double[], int, double[], int) - Method in class net.dedekind.blas.BlasExt
-
Scaling and out-of-place transposition / copying of a double matrix
B := alpha *op( A ) where the transposition operation
op() can be a normal matrix copy, a transposition, a conjugate
transposition, or just a conjugation.
- dorglq(int, int, int, double[], int, double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DORGLQ generates an M-by-N real matrix Q with orthonormal rows,
which is defined as the first M rows of a product of K elementary
reflectors of order N
Q = H(k) . . .
- dorglq(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dorglq(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dorglq(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dorglq(Lapack, int, int, int, double[], int, double[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DORGLQ generates an M-by-N real matrix Q with orthonormal rows,
which is defined as the first M rows of a product of K elementary
reflectors of order N
Q = H(k) . . .
- dorgql(int, int, int, double[], int, double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DORGQL generates an M-by-N real matrix Q with orthonormal columns,
which is defined as the last N columns of a product of K elementary
reflectors of order M
Q = H(k) . . .
- dorgql(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dorgql(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dorgql(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dorgqr(int, int, int, double[], int, double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DORGQR generates an M-by-N real matrix Q with orthonormal columns,
which is defined as the first N columns of a product of K elementary
reflectors of order M
Q = H(1) H(2) . . .
- dorgqr(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dorgqr(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dorgqr(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dorgqr(Lapack, int, int, int, double[], int, double[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DORGQR generates an M-by-N real matrix Q with orthonormal columns,
which is defined as the first N columns of a product of K elementary
reflectors of order M
Q = H(1) H(2) . . .
- dorgrq(int, int, int, double[], int, double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DORGRQ generates an M-by-N real matrix Q with orthonormal rows,
which is defined as the last M rows of a product of K elementary
reflectors of order N
Q = H(1) H(2) . . .
- dorgrq(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dorgrq(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dorgrq(int, int, int, double[], int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dorgrq(Lapack, int, int, int, double[], int, double[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DORGRQ generates an M-by-N real matrix Q with orthonormal rows,
which is defined as the last M rows of a product of K elementary
reflectors of order N
Q = H(1) H(2) . . .
- dormrz(String, String, int, int, int, int, double[], int, double[], double[], int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DORMRZ overwrites the general real M-by-N matrix C with
SIDE = 'L' SIDE = 'R'
TRANS = 'N': Q * C C * Q
TRANS = 'T': Q**T * C C * Q**T
where Q is a real orthogonal matrix defined as the product of k
elementary reflectors
Q = H(1) H(2) . . .
- dormrz(String, String, int, int, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dormrz(String, String, int, int, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dormrz(String, String, int, int, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dormrz(Lapack, TSide, TTrans, int, int, int, int, double[], int, double[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DORMRZ overwrites the general real M-by-N matrix C with
SIDE = 'L' SIDE = 'R'
TRANS = 'N': Q * C C * Q
TRANS = 'T': Q**T * C C * Q**T
where Q is a real orthogonal matrix defined as the product of k
elementary reflectors
Q = H(1) H(2) . . .
- dpbcon(String, int, int, double[], int, double, doubleW, double[], int[], intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPBCON estimates the reciprocal of the condition number (in the
1-norm) of a real symmetric positive definite band matrix using the
Cholesky factorization A = U**T*U or A = L*L**T computed by DPBTRF.
- dpbcon(String, int, int, double[], int, int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dpbcon(String, int, int, double[], int, int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dpbcon(String, int, int, double[], int, int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dpbcon(Lapack, TUpLo, int, int, double[], double) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPBCON estimates the reciprocal of the condition number (in the
1-norm) of a real symmetric positive definite band matrix using the
Cholesky factorization A = U**T*U or A = L*L**T computed by DPBTRF.
- dpbsv(String, int, int, int, double[], int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPBSV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N symmetric positive definite band matrix and X
and B are N-by-NRHS matrices.
- dpbsv(String, int, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dpbsv(String, int, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dpbsv(String, int, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dpbsv(Lapack, TUpLo, int, int, int, double[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPBSV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N symmetric positive definite band matrix and X
and B are N-by-NRHS matrices.
- dpbtrf(String, int, int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPBTRF computes the Cholesky factorization of a real symmetric
positive definite band matrix A.
- dpbtrf(String, int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dpbtrf(String, int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dpbtrf(String, int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dpbtrf(Lapack, TUpLo, int, int, double[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPBTRF computes the Cholesky factorization of a real symmetric
positive definite band matrix A.
- dpbtrs(String, int, int, int, double[], int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPBTRS solves a system of linear equations A*X = B with a symmetric
positive definite band matrix A using the Cholesky factorization
A = U**T*U or A = L*L**T computed by DPBTRF.
- dpbtrs(String, int, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dpbtrs(String, int, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dpbtrs(String, int, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dpbtrs(Lapack, TUpLo, int, int, int, double[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPBTRS solves a system of linear equations A*X = B with a symmetric
positive definite band matrix A using the Cholesky factorization
A = U**T*U or A = L*L**T computed by DPBTRF.
- dpocon(String, int, double[], int, double, doubleW, double[], int[], intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPOCON estimates the reciprocal of the condition number (in the
1-norm) of a real symmetric positive definite matrix using the
Cholesky factorization A = U**T*U or A = L*L**T computed by DPOTRF.
- dpocon(String, int, double[], int, int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dpocon(String, int, double[], int, int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dpocon(String, int, double[], int, int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dpocon(Lapack, TUpLo, int, double[], int, double) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPOCON estimates the reciprocal of the condition number (in the
1-norm) of a real symmetric positive definite matrix using the
Cholesky factorization A = U**T*U or A = L*L**T computed by DPOTRF.
- dposv(String, int, int, double[], int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPOSV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N symmetric positive definite matrix and X and B
are N-by-NRHS matrices.
- dposv(String, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dposv(String, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dposv(String, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dposv(Lapack, TUpLo, int, int, double[], int, double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPOSV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N symmetric positive definite matrix and X and B
are N-by-NRHS matrices.
- dpotrf(String, int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPOTRF computes the Cholesky factorization of a real symmetric
positive definite matrix A.
- dpotrf(String, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dpotrf(String, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dpotrf(String, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dpotrf(Lapack, TUpLo, int, double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPOTRF computes the Cholesky factorization of a real symmetric
positive definite matrix A.
- dpotrs(String, int, int, double[], int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPOTRS solves a system of linear equations A*X = B with a symmetric
positive definite matrix A using the Cholesky factorization
A = U**T*U or A = L*L**T computed by DPOTRF.
- dpotrs(String, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dpotrs(String, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dpotrs(String, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dpotrs(Lapack, TUpLo, int, int, double[], int, double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPOTRS solves a system of linear equations A*X = B with a symmetric
positive definite matrix A using the Cholesky factorization
A = U**T*U or A = L*L**T computed by DPOTRF.
- dppcon(String, int, double[], double, doubleW, double[], int[], intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPPCON estimates the reciprocal of the condition number (in the
1-norm) of a real symmetric positive definite packed matrix using
the Cholesky factorization A = U**T*U or A = L*L**T computed by
DPPTRF.
- dppcon(String, int, double[], int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dppcon(String, int, double[], int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dppcon(String, int, double[], int, double, doubleW, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dppcon(Lapack, TUpLo, int, double[], double) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPPCON estimates the reciprocal of the condition number (in the
1-norm) of a real symmetric positive definite packed matrix using
the Cholesky factorization A = U**T*U or A = L*L**T computed by
DPPTRF.
- dppsv(String, int, int, double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPPSV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N symmetric positive definite matrix stored in
packed format and X and B are N-by-NRHS matrices.
- dppsv(String, int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dppsv(String, int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dppsv(String, int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dppsv(Lapack, TUpLo, int, int, double[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPPSV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N symmetric positive definite matrix stored in
packed format and X and B are N-by-NRHS matrices.
- dpptrf(String, int, double[], intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPPTRF computes the Cholesky factorization of a real symmetric
positive definite matrix A stored in packed format.
- dpptrf(String, int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dpptrf(String, int, double[], int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dpptrf(String, int, double[], int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dpptrf(Lapack, TUpLo, int, double[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPPTRF computes the Cholesky factorization of a real symmetric
positive definite matrix A stored in packed format.
- dpptrs(String, int, int, double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPPTRS solves a system of linear equations A*X = B with a symmetric
positive definite matrix A in packed storage using the Cholesky
factorization A = U**T*U or A = L*L**T computed by DPPTRF.
- dpptrs(String, int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dpptrs(String, int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dpptrs(String, int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dpptrs(Lapack, TUpLo, int, int, double[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPPTRS solves a system of linear equations A*X = B with a symmetric
positive definite matrix A in packed storage using the Cholesky
factorization A = U**T*U or A = L*L**T computed by DPPTRF.
- dptsv(int, int, double[], double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DPTSV computes the solution to a real system of linear equations
A*X = B, where A is an N-by-N symmetric positive definite tridiagonal
matrix, and X and B are N-by-NRHS matrices.
- dptsv(int, int, double[], int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dptsv(int, int, double[], int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dptsv(int, int, double[], int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dptsv(Lapack, int, int, double[], double[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DPTSV computes the solution to a real system of linear equations
A*X = B, where A is an N-by-N symmetric positive definite tridiagonal
matrix, and X and B are N-by-NRHS matrices.
- drot(int, double[], int, double[], int, double, double) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
applies a plane rotation.
- drot(int, double[], int, int, double[], int, int, double, double) - Method in class net.dedekind.blas.Blas
-
- drot(int, double[], int, int, double[], int, int, double, double) - Method in class net.dedekind.blas.BlasJ
-
- drot(int, double[], int, int, double[], int, int, double, double) - Method in class net.dedekind.blas.BlasN
-
- dsbevd(String, String, int, int, double[], int, double[], double[], int, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DSBEVD computes all the eigenvalues and, optionally, eigenvectors of
a real symmetric band matrix A.
- dsbevd(String, String, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dsbevd(String, String, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dsbevd(String, String, int, int, double[], int, int, double[], int, double[], int, int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dsbevd(Lapack, TEigJob, TUpLo, int, int, double[], double[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DSBEVD computes all the eigenvalues and, optionally, eigenvectors of
a real symmetric band matrix A.
- dsbmv(String, int, int, double, double[], int, double[], int, double, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DSBMV performs the matrix-vector operation
y := alpha*A*x + beta*y,
where alpha and beta are scalars, x and y are n element vectors and
A is an n by n symmetric band matrix, with k super-diagonals.
- dsbmv(String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dsbmv(String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dsbmv(String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dscal(int, double, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
scales a vector by a constant.
- dscal(int, double, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dscal(int, double, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dscal(int, double, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dspevd(String, String, int, double[], double[], double[], int, double[], int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DSPEVD computes all the eigenvalues and, optionally, eigenvectors
of a real symmetric matrix A in packed storage.
- dspevd(String, String, int, double[], int, double[], int, double[], int, int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dspevd(String, String, int, double[], int, double[], int, double[], int, int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dspevd(String, String, int, double[], int, double[], int, double[], int, int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dspevd(Lapack, TEigJob, TUpLo, int, double[], double[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DSPEVD computes all the eigenvalues and, optionally, eigenvectors
of a real symmetric matrix A in packed storage.
- dspmv(String, int, double, double[], double[], int, double, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DSPMV performs the matrix-vector operation
y := alpha*A*x + beta*y,
where alpha and beta are scalars, x and y are n element vectors and
A is an n by n symmetric matrix, supplied in packed form.
- dspmv(String, int, double, double[], int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dspmv(String, int, double, double[], int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dspmv(String, int, double, double[], int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dspr(String, int, double, double[], int, double[]) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DSPR performs the symmetric rank 1 operation
A := alpha*x*x' + A,
where alpha is a real scalar, x is an n element vector and A is an
n by n symmetric matrix, supplied in packed form.
- dspr(String, int, double, double[], int, int, double[], int) - Method in class net.dedekind.blas.Blas
-
- dspr(String, int, double, double[], int, int, double[], int) - Method in class net.dedekind.blas.BlasJ
-
- dspr(String, int, double, double[], int, int, double[], int) - Method in class net.dedekind.blas.BlasN
-
- dspr2(String, int, double, double[], int, double[], int, double[]) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DSPR2 performs the symmetric rank 2 operation
A := alpha*x*y' + alpha*y*x' + A,
where alpha is a scalar, x and y are n element vectors and A is an
n by n symmetric matrix, supplied in packed form.
- dspr2(String, int, double, double[], int, int, double[], int, int, double[], int) - Method in class net.dedekind.blas.Blas
-
- dspr2(String, int, double, double[], int, int, double[], int, int, double[], int) - Method in class net.dedekind.blas.BlasJ
-
- dspr2(String, int, double, double[], int, int, double[], int, int, double[], int) - Method in class net.dedekind.blas.BlasN
-
- dspsv(String, int, int, double[], int[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DSPSV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N symmetric matrix stored in packed format and X
and B are N-by-NRHS matrices.
- dspsv(String, int, int, double[], int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dspsv(String, int, int, double[], int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dspsv(String, int, int, double[], int, int[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dspsv(Lapack, TUpLo, int, int, double[], int[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DSPSV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N symmetric matrix stored in packed format and X
and B are N-by-NRHS matrices.
- dstevr(String, String, int, double[], double[], double, double, int, int, double, intW, double[], double[], int, int[], double[], int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DSTEVR computes selected eigenvalues and, optionally, eigenvectors
of a real symmetric tridiagonal matrix T.
- dstevr(String, String, int, double[], int, double[], int, double, double, int, int, double, intW, double[], int, double[], int, int, int[], int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dstevr(String, String, int, double[], int, double[], int, double, double, int, int, double, intW, double[], int, double[], int, int, int[], int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dstevr(String, String, int, double[], int, double[], int, double, double, int, int, double, intW, double[], int, double[], int, int, int[], int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dstevr(Lapack, TEigJob, TRange, int, double[], double[], double, double, int, int, double, double[], double[], int, int[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DSTEVR computes selected eigenvalues and, optionally, eigenvectors
of a real symmetric tridiagonal matrix T.
- dswap(int, double[], int, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
interchanges two vectors.
- dswap(int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dswap(int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dswap(int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dsyevr(String, String, String, int, double[], int, double, double, int, int, double, intW, double[], double[], int, int[], double[], int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DSYEVR computes selected eigenvalues and, optionally, eigenvectors
of a real symmetric matrix A.
- dsyevr(String, String, String, int, double[], int, int, double, double, int, int, double, intW, double[], int, double[], int, int, int[], int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dsyevr(String, String, String, int, double[], int, int, double, double, int, int, double, intW, double[], int, double[], int, int, int[], int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dsyevr(String, String, String, int, double[], int, int, double, double, int, int, double, intW, double[], int, double[], int, int, int[], int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dsyevr(Lapack, TEigJob, TRange, TUpLo, int, double[], int, double, double, int, int, double, double[], double[], int, int[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DSYEVR computes selected eigenvalues and, optionally, eigenvectors
of a real symmetric matrix A.
- dsygvd(int, String, String, int, double[], int, double[], int, double[], double[], int, int[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DSYGVD computes all the eigenvalues, and optionally, the eigenvectors
of a real generalized symmetric-definite eigenproblem, of the form
A*x=(lambda)*B*x, A*Bx=(lambda)*x, or B*A*x=(lambda)*x.
- dsygvd(int, String, String, int, double[], int, int, double[], int, int, double[], int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dsygvd(int, String, String, int, double[], int, int, double[], int, int, double[], int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dsygvd(int, String, String, int, double[], int, int, double[], int, int, double[], int, double[], int, int, int[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dsygvd(Lapack, int, TEigJob, TUpLo, int, double[], int, double[], int, double[]) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DSYGVD computes all the eigenvalues, and optionally, the eigenvectors
of a real generalized symmetric-definite eigenproblem, of the form
A*x=(lambda)*B*x, A*Bx=(lambda)*x, or B*A*x=(lambda)*x.
- dsymm(String, String, int, int, double, double[], int, double[], int, double, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DSYMM performs one of the matrix-matrix operations
C := alpha*A*B + beta*C,
or
C := alpha*B*A + beta*C,
where alpha and beta are scalars, A is a symmetric matrix and B and
C are m by n matrices.
- dsymm(String, String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dsymm(String, String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dsymm(String, String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dsymv(String, int, double, double[], int, double[], int, double, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DSYMV performs the matrix-vector operation
y := alpha*A*x + beta*y,
where alpha and beta are scalars, x and y are n element vectors and
A is an n by n symmetric matrix.
- dsymv(String, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dsymv(String, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dsymv(String, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dsyr(String, int, double, double[], int, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DSYR performs the symmetric rank 1 operation
A := alpha*x*x' + A,
where alpha is a real scalar, x is an n element vector and A is an
n by n symmetric matrix.
- dsyr(String, int, double, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dsyr(String, int, double, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dsyr(String, int, double, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dsyr2(String, int, double, double[], int, double[], int, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DSYR2 performs the symmetric rank 2 operation
A := alpha*x*y' + alpha*y*x' + A,
where alpha is a scalar, x and y are n element vectors and A is an n
by n symmetric matrix.
- dsyr2(String, int, double, double[], int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dsyr2(String, int, double, double[], int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dsyr2(String, int, double, double[], int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dsyr2k(String, String, int, int, double, double[], int, double[], int, double, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DSYR2K performs one of the symmetric rank 2k operations
C := alpha*A*B' + alpha*B*A' + beta*C,
or
C := alpha*A'*B + alpha*B'*A + beta*C,
where alpha and beta are scalars, C is an n by n symmetric matrix
and A and B are n by k matrices in the first case and k by n
matrices in the second case.
- dsyr2k(String, String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dsyr2k(String, String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dsyr2k(String, String, int, int, double, double[], int, int, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dsyrk(String, String, int, int, double, double[], int, double, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DSYRK performs one of the symmetric rank k operations
C := alpha*A*A' + beta*C,
or
C := alpha*A'*A + beta*C,
where alpha and beta are scalars, C is an n by n symmetric matrix
and A is an n by k matrix in the first case and a k by n matrix
in the second case.
- dsyrk(String, String, int, int, double, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dsyrk(String, String, int, int, double, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dsyrk(String, String, int, int, double, double[], int, int, double, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dsysv(String, int, int, double[], int, int[], double[], int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DSYSV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N symmetric matrix and X and B are N-by-NRHS
matrices.
- dsysv(String, int, int, double[], int, int, int[], int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dsysv(String, int, int, double[], int, int, int[], int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dsysv(String, int, int, double[], int, int, int[], int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dsysv(Lapack, TUpLo, int, int, double[], int, int[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DSYSV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N symmetric matrix and X and B are N-by-NRHS
matrices.
- dtbmv(String, String, String, int, int, double[], int, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DTBMV performs one of the matrix-vector operations
x := A*x, or x := A'*x,
where x is an n element vector and A is an n by n unit, or non-unit,
upper or lower triangular band matrix, with ( k + 1 ) diagonals.
- dtbmv(String, String, String, int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dtbmv(String, String, String, int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dtbmv(String, String, String, int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dtbsv(String, String, String, int, int, double[], int, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DTBSV solves one of the systems of equations
A*x = b, or A'*x = b,
where b and x are n element vectors and A is an n by n unit, or
non-unit, upper or lower triangular band matrix, with ( k + 1 )
diagonals.
- dtbsv(String, String, String, int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dtbsv(String, String, String, int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dtbsv(String, String, String, int, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dtbtrs(String, String, String, int, int, int, double[], int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DTBTRS solves a triangular system of the form
A * X = B or A**T * X = B,
where A is a triangular band matrix of order N, and B is an
N-by NRHS matrix.
- dtbtrs(String, String, String, int, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dtbtrs(String, String, String, int, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dtbtrs(String, String, String, int, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dtbtrs(Lapack, TUpLo, TTrans, TDiag, int, int, int, double[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DTBTRS solves a triangular system of the form
A * X = B or A**T * X = B,
where A is a triangular band matrix of order N, and B is an
N-by NRHS matrix.
- dtpmv(String, String, String, int, double[], double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DTPMV performs one of the matrix-vector operations
x := A*x, or x := A'*x,
where x is an n element vector and A is an n by n unit, or non-unit,
upper or lower triangular matrix, supplied in packed form.
- dtpmv(String, String, String, int, double[], int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dtpmv(String, String, String, int, double[], int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dtpmv(String, String, String, int, double[], int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dtpsv(String, String, String, int, double[], double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DTPSV solves one of the systems of equations
A*x = b, or A'*x = b,
where b and x are n element vectors and A is an n by n unit, or
non-unit, upper or lower triangular matrix, supplied in packed form.
- dtpsv(String, String, String, int, double[], int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dtpsv(String, String, String, int, double[], int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dtpsv(String, String, String, int, double[], int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dtptrs(String, String, String, int, int, double[], double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DTPTRS solves a triangular system of the form
A * X = B or A**T * X = B,
where A is a triangular matrix of order N stored in packed format,
and B is an N-by-NRHS matrix.
- dtptrs(String, String, String, int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dtptrs(String, String, String, int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dtptrs(String, String, String, int, int, double[], int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dtptrs(Lapack, TUpLo, TTrans, TDiag, int, int, double[], double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DTPTRS solves a triangular system of the form
A * X = B or A**T * X = B,
where A is a triangular matrix of order N stored in packed format,
and B is an N-by-NRHS matrix.
- dtrmm(String, String, String, String, int, int, double, double[], int, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DTRMM performs one of the matrix-matrix operations
B := alpha*op( A )*B, or B := alpha*B*op( A ),
where alpha is a scalar, B is an m by n matrix, A is a unit, or
non-unit, upper or lower triangular matrix and op( A ) is one of
op( A ) = A or op( A ) = A'.
- dtrmm(String, String, String, String, int, int, double, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dtrmm(String, String, String, String, int, int, double, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dtrmm(String, String, String, String, int, int, double, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dtrmv(String, String, String, int, double[], int, double[], int) - Method in class net.dedekind.blas.Blas
-
Purpose
=======
DTRMV performs one of the matrix-vector operations
x := A*x, or x := A'*x,
where x is an n element vector and A is an n by n unit, or non-unit,
upper or lower triangular matrix.
- dtrmv(String, String, String, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.Blas
-
- dtrmv(String, String, String, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasJ
-
- dtrmv(String, String, String, int, double[], int, int, double[], int, int) - Method in class net.dedekind.blas.BlasN
-
- dtrtrs(String, String, String, int, int, double[], int, double[], int, intW) - Method in class net.dedekind.lapack.Lapack
-
Purpose
=======
DTRTRS solves a triangular system of the form
A * X = B or A**T * X = B,
where A is a triangular matrix of order N, and B is an N-by-NRHS
matrix.
- dtrtrs(String, String, String, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.Lapack
-
- dtrtrs(String, String, String, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackJ
-
- dtrtrs(String, String, String, int, int, double[], int, int, double[], int, int, intW) - Method in class net.dedekind.lapack.LapackN
-
- dtrtrs(Lapack, TUpLo, TTrans, TDiag, int, int, double[], int, double[], int) - Static method in class net.frobenius.lapack.PlainLapack
-
Purpose
=======
DTRTRS solves a triangular system of the form
A * X = B or A**T * X = B,
where A is a triangular matrix of order N, and B is an N-by-NRHS
matrix.
- val() - Method in enum net.frobenius.TDiag
-
- val() - Method in enum net.frobenius.TEigJob
-
- val() - Method in enum net.frobenius.TNorm
-
- val() - Method in enum net.frobenius.TRange
-
- val() - Method in enum net.frobenius.TSide
-
- val() - Method in enum net.frobenius.TSvdJob
-
- val() - Method in enum net.frobenius.TTrans
-
- val() - Method in enum net.frobenius.TUpLo
-
- valueOf(String) - Static method in enum net.dedekind.blas.Diag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dedekind.blas.Side
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dedekind.blas.Trans
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dedekind.blas.Uplo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dedekind.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.frobenius.TDiag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.frobenius.TEigJob
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.frobenius.TNorm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.frobenius.TRange
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.frobenius.TSide
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.frobenius.TSvdJob
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.frobenius.TTrans
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.frobenius.TUpLo
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.dedekind.blas.Diag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dedekind.blas.Side
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dedekind.blas.Trans
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dedekind.blas.Uplo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dedekind.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.frobenius.TDiag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.frobenius.TEigJob
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.frobenius.TNorm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.frobenius.TRange
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.frobenius.TSide
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.frobenius.TSvdJob
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.frobenius.TTrans
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.frobenius.TUpLo
-
Returns an array containing the constants of this enum type, in
the order they are declared.