Home
last modified time | relevance | path

Searched defs:DGESDD (Results 1 – 16 of 16) sorted by relevance

/dports/math/openblas/OpenBLAS-0.3.18/lapack-netlib/SRC/
H A Ddgesdd.f229 INTEGER INFO, LDA, LDU, LDVT, LWORK, M, N
233 DOUBLE PRECISION A( LDA, * ), S( * ), U( LDU, * ),
240 DOUBLE PRECISION ZERO, ONE
244 LOGICAL LQUERY, WNTQA, WNTQAS, WNTQN, WNTQO, WNTQS
245 INTEGER BDSPAC, BLK, CHUNK, I, IE, IERR, IL,
246 $ IR, ISCL, ITAU, ITAUP, ITAUQ, IU, IVT, LDWKVT,
247 $ LDWRKL, LDWRKR, LDWRKU, MAXWRK, MINMN, MINWRK,
248 $ MNTHR, NWORK, WRKBL
258 DOUBLE PRECISION ANRM, BIGNUM, EPS, SMLNUM
270 LOGICAL LSAME, DISNAN
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/lapack/src_f77/
H A Ddgesdd.f22 * DGESDD computes the singular value decomposition (SVD) of a real argument
147 DOUBLE PRECISION ZERO, ONE
151 LOGICAL LQUERY, WNTQA, WNTQAS, WNTQN, WNTQO, WNTQS
152 INTEGER BDSPAC, BLK, CHUNK, I, IE, IERR, IL,
153 $ IR, ISCL, ITAU, ITAUP, ITAUQ, IU, IVT, LDWKVT,
154 $ LDWRKL, LDWRKR, LDWRKU, MAXWRK, MINMN, MINWRK,
155 $ MNTHR, NWORK, WRKBL
156 DOUBLE PRECISION ANRM, BIGNUM, EPS, SMLNUM
170 DOUBLE PRECISION DLAMCH, DLANGE
588 10 CONTINUE
[all …]
/dports/math/xlapack/lapack-3.10.0/SRC/
H A Ddgesdd.f217 SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, subroutine
747 10 CONTINUE
1011 20 CONTINUE
1206 30 CONTINUE
1468 40 CONTINUE
/dports/math/blas/lapack-3.10.0/SRC/
H A Ddgesdd.f217 SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, subroutine
747 10 CONTINUE
1011 20 CONTINUE
1206 30 CONTINUE
1468 40 CONTINUE
/dports/math/lapacke/lapack-3.10.0/SRC/
H A Ddgesdd.f217 SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, subroutine
747 10 CONTINUE
1011 20 CONTINUE
1206 30 CONTINUE
1468 40 CONTINUE
/dports/math/lapack/lapack-3.10.0/SRC/
H A Ddgesdd.f217 SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, subroutine
747 10 CONTINUE
1011 20 CONTINUE
1206 30 CONTINUE
1468 40 CONTINUE
/dports/math/cblas/lapack-3.10.0/SRC/
H A Ddgesdd.f217 SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, subroutine
747 10 CONTINUE
1011 20 CONTINUE
1206 30 CONTINUE
1468 40 CONTINUE
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/ext/LAPACKBLAS/SRC/
H A Ddgesdd.f216 SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, subroutine
679 10 CONTINUE
924 20 CONTINUE
1109 30 CONTINUE
1352 40 CONTINUE
/dports/science/elmerfem/elmerfem-release-9.0/mathlibs/src/lapack/
H A Ddgesdd.f1 SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, subroutine
588 10 CONTINUE
833 20 CONTINUE
1016 30 CONTINUE
1259 40 CONTINUE
/dports/math/libflame/libflame-5.2.0/old/lapack-test/lapack-timing/EIG/EIGSRC/
H A Ddgesdd.f1 SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, subroutine
612 10 CONTINUE
888 20 CONTINUE
1094 30 CONTINUE
1368 40 CONTINUE
/dports/math/openblas/TIMING/EIG/EIGSRC/
H A Ddgesdd.f1 SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, subroutine
612 10 CONTINUE
888 20 CONTINUE
1094 30 CONTINUE
1368 40 CONTINUE
/dports/science/gromacs/gromacs-2021.4/src/gromacs/linearalgebra/gmx_lapack/
H A Ddgesdd.cpp10 F77_FUNC(dgesdd,DGESDD)(const char *jobz, in F77_FUNC() argument
/dports/science/iboview/ibo-view.20150427/src/Common/
H A DCxAlgebra.h117 #define DGESDD FORT_Extern(dgesdd,DGESDD) macro
/dports/math/R/R-4.1.2/src/modules/lapack/
H A Ddlapack.f22746 SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, subroutine
23273 10 CONTINUE
23537 20 CONTINUE
23732 30 CONTINUE
23994 40 CONTINUE
/dports/math/libRmath/R-4.1.1/src/modules/lapack/
H A Ddlapack.f22746 SUBROUTINE DGESDD( JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, subroutine
23273 10 CONTINUE
23537 20 CONTINUE
23732 30 CONTINUE
23994 40 CONTINUE
/dports/science/plumed/plumed2-2.7.2/src/lapack/
H A Dlapack.cpp1404 PLUMED_BLAS_F77_FUNC(dgesdd,DGESDD)(const char *jobz, in PLUMED_BLAS_F77_FUNC() argument