Home
last modified time | relevance | path

Searched defs:SLASWP (Results 1 – 15 of 15) sorted by relevance

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/lapack/src_f77/
H A Dslaswp.f1 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
19 * SLASWP performs a series of row interchanges on the matrix A. argument
62 INTEGER I, I1, I2, INC, IP, IX, IX0, J, K, N32
63 REAL TEMP
94 10 CONTINUE
118 * End of SLASWP argument
/dports/math/openblas/OpenBLAS-0.3.18/lapack-netlib/SRC/
H A Dslaswp.f116 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
124 INTEGER INCX, K1, K2, LDA, N
127 INTEGER IPIV( * )
128 REAL A( LDA, * )
134 INTEGER I, I1, I2, INC, IP, IX, IX0, J, K, N32
135 REAL TEMP
167 10 CONTINUE
191 * End of SLASWP argument
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/ext/LAPACKBLAS/SRC/
H A Dslaswp.f115 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
165 10 CONTINUE
189 * End of SLASWP argument
/dports/math/xlapack/lapack-3.10.0/SRC/
H A Dslaswp.f114 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
164 10 CONTINUE
188 * End of SLASWP argument
/dports/math/blas/lapack-3.10.0/SRC/
H A Dslaswp.f114 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
164 10 CONTINUE
188 * End of SLASWP argument
/dports/math/lapack/lapack-3.10.0/SRC/
H A Dslaswp.f114 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
164 10 CONTINUE
188 * End of SLASWP argument
/dports/math/lapacke/lapack-3.10.0/SRC/
H A Dslaswp.f114 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
164 10 CONTINUE
188 * End of SLASWP argument
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/lapack/single/
H A Dslaswp.f115 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
165 10 CONTINUE
189 * End of SLASWP argument
/dports/science/nwchem-data/nwchem-7.0.2-release/src/lapack/single/
H A Dslaswp.f115 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
165 10 CONTINUE
189 * End of SLASWP argument
/dports/science/elmerfem/elmerfem-release-9.0/mathlibs/src/lapack/
H A Dslaswp.f1 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
94 10 CONTINUE
118 * End of SLASWP argument
/dports/math/cblas/lapack-3.10.0/SRC/
H A Dslaswp.f114 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
164 10 CONTINUE
188 * End of SLASWP argument
/dports/math/libxsmm/libxsmm-1.16.3/samples/packed/getrf/
H A Dsgetrf.f315 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
323 INTEGER INCX, K1, K2, LDA, N
326 INTEGER IPIV( * )
327 REAL*4 A( LDA, * )
333 INTEGER I, I1, I2, INC, IP, IX, IX0, J, K, N32
334 REAL*4 TEMP
365 10 CONTINUE
389 ! End of SLASWP argument
/dports/science/gromacs/gromacs-2021.4/src/gromacs/linearalgebra/gmx_lapack/
H A Dslaswp.cpp5 F77_FUNC(slaswp,SLASWP)(int *n, in F77_FUNC() argument
/dports/science/siesta/siesta-4.1.5/Src/Libs/
H A Dlapack.F29450 SUBROUTINE SLASWP( N, A, LDA, K1, K2, IPIV, INCX ) subroutine
29451 INTEGER INCX, K1, K2, LDA, N
29452 INTEGER IPIV( * )
29453 REAL A( LDA, * )
29454 INTEGER I, I1, I2, INC, IP, IX, IX0, J, K, N32
29455 REAL TEMP
29480 10 CONTINUE
29483 20 CONTINUE
29484 30 CONTINUE
29496 40 CONTINUE
[all …]
/dports/science/plumed/plumed2-2.7.2/src/lapack/
H A Dlapack.cpp26898 PLUMED_BLAS_F77_FUNC(slaswp,SLASWP)(int *n, in PLUMED_BLAS_F77_FUNC() argument