Dataset Viewer
Auto-converted to Parquet Duplicate
repo_name
stringlengths
7
81
path
stringlengths
4
224
copies
stringclasses
221 values
size
stringlengths
4
7
content
stringlengths
975
1.04M
license
stringclasses
15 values
apollos/Quantum-ESPRESSO
lapack-3.2/TESTING/EIG/dchkbd.f
1
34284
SUBROUTINE DCHKBD( NSIZES, MVAL, NVAL, NTYPES, DOTYPE, NRHS, $ ISEED, THRESH, A, LDA, BD, BE, S1, S2, X, LDX, $ Y, Z, Q, LDQ, PT, LDPT, U, VT, WORK, LWORK, $ IWORK, NOUT, INFO ) * * -- LAPACK test routine (version 3.1) -- * Univ. of Tenness...
gpl-2.0
xianyi/OpenBLAS
lapack-netlib/TESTING/EIG/zsbmv.f
1
10675
*> \brief \b ZSBMV * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * SUBROUTINE ZSBMV( UPLO, N, K, ALPHA, A, LDA, X, INCX, BETA, Y, * INCY ) * * .. Scalar A...
bsd-3-clause
xianyi/OpenBLAS
lapack-netlib/TESTING/LIN/zlatsy.f
1
7131
*> \brief \b ZLATSY * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * SUBROUTINE ZLATSY( UPLO, N, X, LDX, ISEED ) * * .. Scalar Arguments .. * CHARACTER UPLO * ...
bsd-3-clause
apollos/Quantum-ESPRESSO
PHonon/PH/set_int12_nc.f90
5
2924
! ! Copyright (C) 2007-2009 Quantum ESPRESSO group ! This file is distributed under the terms of the ! GNU General Public License. See the file `License' ! in the root directory of the present distribution, ! or http://www.gnu.org/copyleft/gpl.txt . !--------------------------------------------------------------------...
gpl-2.0
braghiere/JULESv4.6_clump
extract/jules/src/science/snow/snowpack.F90
4
23649
! *****************************COPYRIGHT******************************* ! (c) [University of Edinburgh] [2009]. All rights reserved. ! This routine has been licensed to the Met Office for use and ! distribution under the JULES collaboration agreement, subject ! to the terms and conditions set out therein. ! [Met Offic...
gpl-2.0
apollos/Quantum-ESPRESSO
lapack-3.2/SRC/cpptri.f
1
3642
SUBROUTINE CPPTRI( UPLO, N, AP, INFO ) * * -- LAPACK routine (version 3.2) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * .. Scalar Arguments .. CHARACTER UPLO INTEGER INFO, N * .. * .. Array Arguments .. COMPLEX ...
gpl-2.0
xianyi/OpenBLAS
lapack-netlib/SRC/zgebal.f
1
10649
*> \brief \b ZGEBAL * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download ZGEBAL + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zgebal.f...
bsd-3-clause
apollos/Quantum-ESPRESSO
lapack-3.2/INSTALL/dlamchtst.f
2
1523
PROGRAM TEST3 * * -- LAPACK test routine (version 3.2) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * .. Local Scalars .. DOUBLE PRECISION BASE, EMAX, EMIN, EPS, PREC, RMAX, RMIN, RND, $ SFMIN, T * .. * .. External Functi...
gpl-2.0
apollos/Quantum-ESPRESSO
lapack-3.2/SRC/zptsv.f
1
3168
SUBROUTINE ZPTSV( N, NRHS, D, E, B, LDB, INFO ) * * -- LAPACK routine (version 3.2) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * .. Scalar Arguments .. INTEGER INFO, LDB, N, NRHS * .. * .. Array Arguments .. DOUBLE PRECISION ...
gpl-2.0
rmcgibbo/scipy
scipy/linalg/src/id_dist/src/idz_sfft.f
139
5011
c this file contains the following user-callable routines: c c c routine idz_sffti initializes routine idz_sfft. c c routine idz_sfft rapidly computes a subset of the entries c of the DFT of a vector, composed with permutation matrices c both on input and on output. c c routine idz_l...
bsd-3-clause
kolawoletech/ce-espresso
upftools/casino_pp.f90
2
17242
MODULE casino_pp ! ! All variables read from CASINO file format ! ! trailing underscore means that a variable with the same name ! is used in module 'upf' containing variables to be written ! USE kinds, ONLY : dp CHARACTER(len=20) :: dft_ CHARACTER(len=2) :: psd_ REAL(dp) :: zp_ INTEGER nlc, n...
gpl-2.0
apollos/Quantum-ESPRESSO
lapack-3.2/TESTING/MATGEN/clarot.f
6
10109
SUBROUTINE CLAROT( LROWS, LLEFT, LRIGHT, NL, C, S, A, LDA, XLEFT, $ XRIGHT ) * * -- LAPACK auxiliary test routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * .. Scalar Arguments .. LOGICAL LLEFT, LRIGHT,...
gpl-2.0
sargas/scipy
scipy/interpolate/fitpack/fprppo.f
148
1543
subroutine fprppo(nu,nv,if1,if2,cosi,ratio,c,f,ncoff) c given the coefficients of a constrained bicubic spline, as determined c in subroutine fppola, subroutine fprppo calculates the coefficients c in the standard b-spline representation of bicubic splines. c .. c ..scalar arguments.. real*8 ratio ...
bsd-3-clause
thewtex/ITK
Modules/ThirdParty/VNL/src/vxl/v3p/netlib/eispack/reduc.f
41
3555
subroutine reduc(nm,n,a,b,dl,ierr) c integer i,j,k,n,i1,j1,nm,nn,ierr double precision a(nm,n),b(nm,n),dl(n) double precision x,y c c this subroutine is a translation of the algol procedure reduc1, c num. math. 11, 99-110(1968) by martin and wilkinson. c handbook for auto. comp., vol...
apache-2.0
apollos/Quantum-ESPRESSO
PHonon/PH/addusdbec.f90
5
3393
! ! Copyright (C) 2001-2008 Quantum ESPRESSO group ! This file is distributed under the terms of the ! GNU General Public License. See the file `License' ! in the root directory of the present distribution, ! or http://www.gnu.org/copyleft/gpl.txt . ! ! !-----------------------------------------------------------------...
gpl-2.0
xianyi/OpenBLAS
lapack-netlib/SRC/dlasv2.f
4
8428
*> \brief \b DLASV2 computes the singular value decomposition of a 2-by-2 triangular matrix. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DLASV2 + dependencies *> <a href="http://www.netlib.org/cg...
bsd-3-clause
xianyi/OpenBLAS
lapack-netlib/SRC/dgges3.f
1
22639
*> \brief <b> DGGES3 computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices (blocked algorithm)</b> * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DGG...
bsd-3-clause
apollos/Quantum-ESPRESSO
lapack-3.2/SRC/chetrf.f
1
8886
SUBROUTINE CHETRF( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * * -- LAPACK routine (version 3.2) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * .. Scalar Arguments .. CHARACTER UPLO INTEGER INFO, LDA, LWORK, N * .. * .....
gpl-2.0
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
41