Class | Description |
---|---|
Blas |
This class contains Java versions of a number of the LINPACK
basic linear algebra subroutines (blas):
isamax_j
daxpy_j
ddot_j
dscal_j
dswap_j
dnrm2_j
dcopy_j
drotg_j
It also contains utility routines that the translator found useful
while translating the FORTRAN code to Java code.
|
Dqrsl |
This class contains the LINPACK DQRDC (QR decomposition)
and DQRSL (QR solve) routines.
|
QRDecomposition |
QR with pivoting.
|
SingularValueDecomposition<R,C> |
SVD for DoubleMatrix.
|
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.