Package ubic.basecode.math.linalg
package ubic.basecode.math.linalg
-
ClassesClassDescriptionThis 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.This class contains the LINPACK DQRDC (QR decomposition) and DQRSL (QR solve) routines.QR with pivoting.SVD for DoubleMatrix.