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
aamaricci/SciFortran
src/lapack/zgesvxx.f
1
26624
SUBROUTINE ZGESVXX( FACT, TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, $ EQUED, R, C, B, LDB, X, LDX, RCOND, RPVGRW, $ BERR, N_ERR_BNDS, ERR_BNDS_NORM, $ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK, $ INFO ) * * -- LAPA...
lgpl-3.0
OpenDA-Association/OpenDA
core/native/external/lapack/ztgsy2.f
2
12418
SUBROUTINE ZTGSY2( TRANS, IJOB, M, N, A, LDA, B, LDB, C, LDC, D, $ LDD, E, LDE, F, LDF, SCALE, RDSUM, RDSCAL, $ INFO ) * * -- LAPACK auxiliary routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne ...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Blas/zher.f
3
6732
SUBROUTINE ZHER(UPLO,N,ALPHA,X,INCX,A,LDA) * .. Scalar Arguments .. DOUBLE PRECISION ALPHA INTEGER INCX,LDA,N CHARACTER UPLO * .. * .. Array Arguments .. DOUBLE COMPLEX A(LDA,*),X(*) * .. * * Purpose * ======= * * ZHER performs the hermitian rank 1 operation * * A ...
apache-2.0
OpenDA-Association/OpenDA
core/native/external/lapack/dopgtr.f
3
4382
SUBROUTINE DOPGTR( UPLO, N, AP, TAU, Q, LDQ, WORK, INFO ) * * -- LAPACK routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * September 30, 1994 * * .. Scalar Arguments .. CHARACTER UP...
lgpl-3.0
alberthdev/nclayer
nc_diag_write/ncdw_chaninfo.F90
1
136096
! nc_diag_write - NetCDF Layer Diag Writing Module ! Copyright 2015 Albert Huang - SSAI/NASA for NASA GSFC GMAO (610.1). ! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. ! You may obtain a copy of the License at ! ! http://www.apa...
apache-2.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Blas/ztbmv.f
3
12722
SUBROUTINE ZTBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) * .. Scalar Arguments .. INTEGER INCX,K,LDA,N CHARACTER DIAG,TRANS,UPLO * .. * .. Array Arguments .. DOUBLE COMPLEX A(LDA,*),X(*) * .. * * Purpose * ======= * * ZTBMV performs one of the matrix-vector operations * * x := ...
apache-2.0
aamaricci/SciFortran
src/lapack/zla_lin_berr.f
1
3314
SUBROUTINE ZLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR ) * * -- LAPACK routine (version 3.2.2) -- * -- Contributed by James Demmel, Deaglan Halligan, Yozo Hida and -- * -- Jason Riedy of Univ. of California Berkeley. -- * -- June 2010 ...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack95/SRC/la_sstevx.f90
1
8979
! ! -- LAPACK95 interface driver routine (version 3.0) -- ! UNI-C, Denmark; Univ. of Tennessee, USA; NAG Ltd., UK ! September, 2000 ! !---------------------------------------------------------------------- ! ! Purpose ! ======= ! ! LA_STEVX computes selected eigenvalues and, optionally, the ! correspondi...
apache-2.0
stanmoore1/lammps
lib/linalg/zlarfg.f
4
5360
*> \brief \b ZLARFG generates an elementary reflector (Householder matrix). * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download ZLARFG + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles...
gpl-2.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/dlasy2.f
24
14556
*> \brief \b DLASY2 solves the Sylvester matrix equation where the matrices are of order 1 or 2. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DLASY2 + dependencies *> <a href="http://www.netlib...
apache-2.0
stanmoore1/lammps
lib/linalg/ilazlr.f
4
2981
*> \brief \b ILAZLR scans a matrix for its last non-zero row. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download ILAZLR + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tg...
gpl-2.0
aamaricci/SciFortran
src/lapack/dlarrc.f
5
4517
SUBROUTINE DLARRC( JOBT, N, VL, VU, D, E, PIVMIN, $ EIGCNT, LCNT, RCNT, INFO ) * * -- LAPACK auxiliary routine (version 3.2) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * ...
lgpl-3.0
aamaricci/SciFortran
src/lapack/chetri2x.f
1
14568
SUBROUTINE CHETRI2X( UPLO, N, A, LDA, IPIV, WORK, NB, INFO ) * * -- LAPACK routine (version 3.3.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * -- April 2011 ...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/cgetri.f
29
7421
*> \brief \b CGETRI * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CGETRI + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/cgetr...
apache-2.0
OpenDA-Association/OpenDA
core/native/external/lapack/cpoequ.f
2
3896
SUBROUTINE CPOEQU( N, A, LDA, S, SCOND, AMAX, INFO ) * * -- LAPACK routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * March 31, 1993 * * .. Scalar Arguments .. INTEGER INFO, LDA,...
lgpl-3.0
OpenDA-Association/OpenDA
core/native/external/lapack/dlaqsp.f
2
4007
SUBROUTINE DLAQSP( UPLO, N, AP, S, SCOND, AMAX, EQUED ) * * -- LAPACK auxiliary routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * February 29, 1992 * * .. Scalar Arguments .. CHARACTER ...
lgpl-3.0
stanmoore1/lammps
lib/linalg/dorgql.f
4
8137
*> \brief \b DORGQL * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DORGQL + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dorgql.f...
gpl-2.0
huard/scipy-work
scipy/interpolate/fitpack/fpcuro.f
148
2492
subroutine fpcuro(a,b,c,d,x,n) c subroutine fpcuro finds the real zeros of a cubic polynomial c p(x) = a*x**3+b*x**2+c*x+d. c c calling sequence: c call fpcuro(a,b,c,d,x,n) c c input parameters: c a,b,c,d: real values, containing the coefficients of p(x). c c output parameters: c x : real arra...
bsd-3-clause
OpenDA-Association/OpenDA
core/native/external/lapack/dbdsqr.f
17
23201
SUBROUTINE DBDSQR( UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, $ LDU, C, LDC, WORK, INFO ) * * -- LAPACK routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * October 31, 1999 * * ...
lgpl-3.0
bryantabaird/cs6660
Include/eigen/lapack/zlarf.f
281
6278
*> \brief \b ZLARF * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download ZLARF + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zlarf.f...
mpl-2.0
aamaricci/SciFortran
src/fftpack/sint1i.f90
1
2723
subroutine sint1i ( n, wsave, lensav, ier ) !*****************************************************************************80 ! !! SINT1I: initialization for SINT1B and SINT1F. ! ! Discussion: ! ! SINT1I initializes array WSAVE for use in its companion routines ! SINT1F and SINT1B. The prime factorization of N ...
lgpl-3.0
huard/scipy-work
scipy/integrate/odepack/cntnzu.f
18
1223
subroutine cntnzu (n, ia, ja, nzsut) integer n, ia, ja, nzsut dimension ia(1), ja(1) c----------------------------------------------------------------------- c this routine counts the number of nonzero elements in the strict c upper triangle of the matrix m + m(transpose), where the sparsity c structu...
bsd-3-clause
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/dgesc2.f
24
5451
*> \brief \b DGESC2 solves a system of linear equations using the LU factorization with complete pivoting computed by sgetc2. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DGESC2 + dependencies ...
apache-2.0
leo-butler/Maxima-CAS
share/lapack/lapack/fortran/dlaexc.f
11
10799
SUBROUTINE DLAEXC( WANTQ, N, T, LDT, Q, LDQ, J1, N1, N2, WORK, $ INFO ) * * -- LAPACK auxiliary routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * February 29, 1992 * * .. S...
gpl-2.0
aamaricci/SciFortran
src/arpack/parpack/src/pcnaitr.f
1
32119
c\BeginDoc c c\Name: pcnaitr c c Message Passing Layer: MPI c c\Description: c Reverse communication interface for applying NP additional steps to c a K step nonsymmetric Arnoldi factorization. c c Input: OP*V_{k} - V_{k}*H = r_{k}*e_{k}^T c c with (V_{k}^T)*B*V_{k} = I, (V_{k}^T)*B*r_{k} = 0. c c Outpu...
lgpl-3.0
rajeshb/SelfDrivingCar-Term2
T2P5-MPC/src/Eigen-3.3/lapack/ilaslc.f
272
2941
*> \brief \b ILASLC * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download ILASLC + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/ilasl...
mit
aamaricci/SciFortran
src/lapack/chpgv.f
1
6509
SUBROUTINE CHPGV( ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, $ RWORK, INFO ) * * -- LAPACK driver routine (version 3.3.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * -- April ...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/sgtsvx.f
25
13817
*> \brief <b> SGTSVX computes the solution to system of linear equations A * X = B for GT matrices <b> * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download SGTSVX + dependencies *> <a href="http://www....
apache-2.0
aamaricci/SciFortran
src/lapack/dpbequ.f
1
4872
SUBROUTINE DPBEQU( UPLO, N, KD, AB, LDAB, S, SCOND, AMAX, INFO ) * * -- LAPACK routine (version 3.2.2) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * June 2010 * * .. Scalar Arguments .. CHAR...
lgpl-3.0
aamaricci/SciFortran
src/lapack/slaqr1.f
2
3114
SUBROUTINE SLAQR1( N, H, LDH, SR1, SI1, SR2, SI2, V ) * * -- LAPACK auxiliary routine (version 3.2) -- * Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. * November 2006 * * .. Scalar Arguments .. REAL SI1, SI2, SR1, SR2 INTEGER ...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/dstegr.f
25
9821
*> \brief \b DSTEGR * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DSTEGR + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dsteg...
apache-2.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/cgeqrt.f
22
6144
*> \brief \b CGEQRT * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CGEQRT + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/cgeqr...
apache-2.0
ALICEHLT/AliRoot
HIJING/hijing1_36/vegas.F
7
5885
* $Id$ C******************************************************************* C C C C C******************************************************************* C SUBROUTINE PERFORMS N-DIMENSIONAL MONTE CARLO INTEG'N C - BY G.P. LEPAGE SEPT 1976/(REV)APR 1978 C**********************************************************...
bsd-3-clause
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/dlassq.f
130
4358
*> \brief \b DLASSQ updates a sum of squares represented in scaled form. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DLASSQ + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles...
apache-2.0
leo-butler/Maxima-CAS
share/lapack/lapack/fortran/dgebak.f
16
5399
SUBROUTINE DGEBAK( JOB, SIDE, N, ILO, IHI, SCALE, M, V, LDV, $ INFO ) * * -- LAPACK routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * September 30, 1994 * * .. Scalar Argum...
gpl-2.0
huard/scipy-work
scipy/special/cdflib/devlpl.f
151
1209
DOUBLE PRECISION FUNCTION devlpl(a,n,x) C********************************************************************** C C DOUBLE PRECISION FUNCTION DEVLPL(A,N,X) C Double precision EVALuate a PoLynomial at X C C C Function C C C returns C A(1) + A(2)*X + ... + ...
bsd-3-clause
OpenDA-Association/OpenDA
core/native/external/lapack/dlasd2.f
14
16765
SUBROUTINE DLASD2( NL, NR, SQRE, K, D, Z, ALPHA, BETA, U, LDU, VT, $ LDVT, DSIGMA, U2, LDU2, VT2, LDVT2, IDXP, IDX, $ IDXC, IDXQ, COLTYP, INFO ) * * -- LAPACK auxiliary routine (version 3.0) -- * Univ. of Tennessee, Oak Ridge National Lab, Argonne National Lab, *...
lgpl-3.0
aamaricci/SciFortran
src/arpack/src/znaitr.f
1
30911
c\BeginDoc c c\Name: znaitr c c\Description: c Reverse communication interface for applying NP additional steps to c a K step nonsymmetric Arnoldi factorization. c c Input: OP*V_{k} - V_{k}*H = r_{k}*e_{k}^T c c with (V_{k}^T)*B*V_{k} = I, (V_{k}^T)*B*r_{k} = 0. c c Output: OP*V_{k+p} - V_{k+p}*H = r_...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/dgghd3.f
5
32001
*> \brief \b DGGHD3 * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DGGHD3 + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dgghd3.f...
apache-2.0
nvarini/espresso_iohpc
West/Tools/do_setup.f90
1
3536
! ! Copyright (C) 2015 M. Govoni ! 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 . ! ! Contributors to this file: ! Marco Govoni ! !-------------------------------------...
gpl-2.0
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/slahr2.f
24
10173
*> \brief \b SLAHR2 reduces the specified number of first columns of a general rectangular matrix A so that elements below the specified subdiagonal are zero, and returns auxiliary matrices which are needed to apply the transformation to the unreduced part of A. * * =========== DOCUMENTATION =========== * * Online htm...
bsd-3-clause
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/slaswp.f
24
5041
*> \brief \b SLASWP performs a series of row interchanges on a general rectangular matrix. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download SLASWP + dependencies *> <a href="http://www.netlib.org/c...
bsd-3-clause
nvarini/espresso_iohpc
PW/src/multable.f90
21
1521
! ! Copyright (C) 2001-2010 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
aarchiba/scipy
scipy/integrate/quadpack/dqagp.f
32
10517
subroutine dqagp(f,a,b,npts2,points,epsabs,epsrel,result,abserr, * neval,ier,leniw,lenw,last,iwork,work) c***begin prologue dqagp c***date written 800101 (yymmdd) c***revision date 830518 (yymmdd) c***category no. h2a2a1 c***keywords automatic integrator, general-purpose, c singularit...
bsd-3-clause
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/dgerfsx.f
28
27955
*> \brief \b DGERFSX * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DGERFSX + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dge...
bsd-3-clause
hlokavarapu/calypso
src/Fortran_libraries/MHD_src/IO/sph_mhd_rms_IO.f90
3
3043
!>@file sph_mhd_rms_IO.f90 !!@brief module sph_mhd_rms_IO !! !!@author H. Matsui !!@date Programmed in 2009 ! !>@brief I/O routines for mean square and averaga data !! !!@verbatim !! subroutine open_sph_vol_rms_file_mhd !! subroutine output_rms_sph_mhd_control !!@endverbatim ! module sph_mhd_rms_IO ...
gpl-3.0
jakevdp/scipy
scipy/optimize/cobyla/cobyla2.f
116
18900
C------------------------------------------------------------------------ C SUBROUTINE COBYLA (CALCFC, N,M,X,RHOBEG,RHOEND,IPRINT,MAXFUN, & W,IACT, DINFO) IMPLICIT DOUBLE PRECISION (A-H,O-Z) EXTERNAL CALCFC DIMENSION X(*),W(*),IACT(*), DINFO(*) C C This subroutine minimizes an objectiv...
bsd-3-clause
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/cunbdb5.f
22
7323
*> \brief \b CUNBDB5 * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CUNBDB5 + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/cunb...
bsd-3-clause
buaasun/grappa
applications/NPB/MPI/BT/x_solve.f
6
29283
c--------------------------------------------------------------------- c--------------------------------------------------------------------- subroutine x_solve c--------------------------------------------------------------------- c--------------------------------------------------------------------- c------...
bsd-3-clause
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/ssptri.f
29
11729
*> \brief \b SSPTRI * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download SSPTRI + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/ssptr...
bsd-3-clause
sophAi/ptmd
src/bac/usr_score_file.f
1
3244
*======================================================================== * File Name : usr_score_file.f * Copyright (C) 2008-2011 Po-Jen Hsu <xanadu8850@pchome.com.tw> * Creation Date : 19-04-2010 * Last Modified : 2010年10月21日 (週四) 09時25分08秒 * License : GPL (see bottom) * Encoding : utf-8 * Project : sophAi * Descrip...
gpl-2.0
aarchiba/scipy
scipy/integrate/quadpack/dqagpe.f
146
21286
subroutine dqagpe(f,a,b,npts2,points,epsabs,epsrel,limit,result, * abserr,neval,ier,alist,blist,rlist,elist,pts,iord,level,ndin, * last) c***begin prologue dqagpe c***date written 800101 (yymmdd) c***revision date 830518 (yymmdd) c***category no. h2a2a1 c***keywords automatic integrator, g...
bsd-3-clause
buaasun/grappa
applications/NPB/MPI/LU/setbv.f
7
2519
c--------------------------------------------------------------------- c--------------------------------------------------------------------- subroutine setbv c--------------------------------------------------------------------- c--------------------------------------------------------------------- c--------...
bsd-3-clause
armnlib/librmn
base/moduledate.f90
1
57594
!/* RMNLIB - Library of useful routines for C and FORTRAN programming ! * Copyright (C) 1975-2001 Division de Recherche en Prevision Numerique ! * Environnement Canada ! * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Lesser General ...
lgpl-2.1
hlokavarapu/calypso
src/Fortran_libraries/SERIAL_src/SPH_SPECTR_src/copy_rj_spec_name_to_node.f90
3
1642
!> @file copy_rj_spec_name_to_node.f90 !! module copy_rj_spec_name_to_node !! !! @author H. Matsui !! @date Programmed in Feb., 2008 ! !> @brief Copy spectr fields name to nodal field name !! !!@verbatim !! subroutine copy_rj_spec_name_to_nod_fld !!@endverbatim ! module copy_rj_spec_name_to_node ! ...
gpl-3.0
nvarini/espresso_iohpc
S3DE/iotk/src/iotk_dat+COMPLEX1_3.f90
5
73094
! Input/Output Tool Kit (IOTK) ! Copyright (C) 2004-2006 Giovanni Bussi ! ! This library is free software; you can redistribute it and/or ! modify it under the terms of the GNU Lesser General Public ! License as published by the Free Software Foundation; either ! version 2.1 of the License, or (at your option) any late...
gpl-2.0
ROCmSoftwarePlatform/hipeigen
blas/testing/sblat3.f
133
104172
*> \brief \b SBLAT3 * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * PROGRAM SBLAT3 * * *> \par Purpose: * ============= *> *> \verbatim *> *> Test program for the REAL ...
bsd-3-clause
nvarini/espresso_iohpc
PW/src/cdiagh.f90
2
2545
! ! Copyright (C) 2001-2007 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
jakevdp/scipy
scipy/_build_utils/src/wrap_dummy_g77_abi.f
139
1282
COMPLEX FUNCTION WCDOTC( N, CX, INCX, CY, INCY ) INTEGER INCX, INCY, N COMPLEX CX(*), CY(*) EXTERNAL CDOTC COMPLEX CDOTC WCDOTC = CDOTC( N, CX, INCX, CY, INCY ) END FUNCTION COMPLEX FUNCTION WCDOTU( N, CX, INCX, CY, INCY ) INTEGER INCX, INCY, N COMPLEX CX(*),...
bsd-3-clause
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/VARIANTS/lu/CR/dgetrf.f
23
6104
C> \brief \b DGETRF VARIANT: Crout Level 3 BLAS version of the algorithm. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * SUBROUTINE DGETRF ( M, N, A, LDA, IPIV, INFO) * * .. ...
bsd-3-clause
vfonov/ITK
Modules/ThirdParty/VNL/src/vxl/v3p/netlib/lapack/double/dggbak.f
43
6192
SUBROUTINE DGGBAK( JOB, SIDE, N, ILO, IHI, LSCALE, RSCALE, M, V, $ LDV, INFO ) * * -- LAPACK routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * September 30, 1994 * * .. Sca...
apache-2.0
UPenn-RoboCup/OpenBLAS
lapack-netlib/TESTING/EIG/cdrvgg.f
29
34277
*> \brief \b CDRVGG * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * SUBROUTINE CDRVGG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH, * THRSHN, NOUNIT, A, LDA, B...
bsd-3-clause
aarchiba/scipy
scipy/linalg/src/id_dist/src/idz_frm.f
133
10151
c this file contains the following user-callable routines: c c c routine idz_frm transforms a vector via a composition c of Rokhlin's random transform, random subselection, and an FFT. c c routine idz_sfrm transforms a vector into a vector c of specified length via a composition c of...
bsd-3-clause
jakevdp/scipy
scipy/linalg/src/id_dist/src/idz_frm.f
133
10151
c this file contains the following user-callable routines: c c c routine idz_frm transforms a vector via a composition c of Rokhlin's random transform, random subselection, and an FFT. c c routine idz_sfrm transforms a vector into a vector c of specified length via a composition c of...
bsd-3-clause
buaasun/grappa
applications/NPB/SERIAL/BT/initialize.f
5
7585
c--------------------------------------------------------------------- c--------------------------------------------------------------------- subroutine initialize c--------------------------------------------------------------------- c--------------------------------------------------------------------- c---...
bsd-3-clause
nvarini/espresso_iohpc
CPV/src/pres_ai_mod.f90
21
2696
! ! Copyright (C) 2002 FPMD 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
hlokavarapu/calypso
src/Fortran_libraries/MHD_src/sph_MHD/set_sph_scalar_mat_bc.f90
3
7710
!>@file set_sph_scalar_mat_bc.f90 !!@brief module set_sph_scalar_mat_bc !! !!@author H. Matsui !!@date Programmed in Oct., 2009 ! !>@brief Construct matrix for scalar fields at boundaries !! !!@verbatim !! subroutine set_fix_fld_icb_poisson_mat(nri, jmax, kr_in, & !! & evo_mat) !! subr...
gpl-3.0
glotter/psims
models/pdssat45/source/csm45/Source045/PHOTO.f90
1
23010
C======================================================================= C PHOTO, Subroutine, K.J.Boote, J.W.Jones, G. Hoogenboom C Compute daily photosynthetic using canopy (C) method. C----------------------------------------------------------------------- C REVISION HISTORY C 01/01/1989 KJB Written. C 06/...
agpl-3.0
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/zhpev.f
29
8119
*> \brief <b> ZHPEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices</b> * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download ZHPEV + dependencies *> <a h...
bsd-3-clause
aarchiba/scipy
scipy/integrate/quadpack/dqng.f
143
17670
subroutine dqng(f,a,b,epsabs,epsrel,result,abserr,neval,ier) c***begin prologue dqng c***date written 800101 (yymmdd) c***revision date 810101 (yymmdd) c***category no. h2a1a1 c***keywords automatic integrator, smooth integrand, c non-adaptive, gauss-kronrod(patterson) c***author piessens,r...
bsd-3-clause
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/dsptrd.f
28
8832
*> \brief \b DSPTRD * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DSPTRD + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dsptr...
bsd-3-clause
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/dsytrf.f
31
11120
*> \brief \b DSYTRF * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DSYTRF + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dsytr...
bsd-3-clause
UPenn-RoboCup/OpenBLAS
interface/netlib/zgemv.f
49
8185
SUBROUTINE ZGEMV(TRANS,M,N,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) * .. Scalar Arguments .. DOUBLE COMPLEX ALPHA,BETA INTEGER INCX,INCY,LDA,M,N CHARACTER TRANS * .. * .. Array Arguments .. DOUBLE COMPLEX A(LDA,*),X(*),Y(*) * .. * * Purpose * ======= * * ZGEMV performs one of th...
bsd-3-clause
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/dgerqf.f
25
8110
*> \brief \b DGERQF * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DGERQF + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dgerq...
bsd-3-clause
vfonov/ITK
Modules/ThirdParty/Netlib/src/netlib/slatec/dgamr.f
48
1343
*DECK DGAMR DOUBLE PRECISION FUNCTION DGAMR (X) C***BEGIN PROLOGUE DGAMR C***PURPOSE Compute the reciprocal of the Gamma function. C***LIBRARY SLATEC (FNLIB) C***CATEGORY C7A C***TYPE DOUBLE PRECISION (GAMR-S, DGAMR-D, CGAMR-C) C***KEYWORDS FNLIB, RECIPROCAL GAMMA FUNCTION, SPECIAL FUNCTIONS C***AUTHOR...
apache-2.0
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/VARIANTS/qr/LL/sceil.f
24
1786
C> \brief \b SCEIL * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * REAL FUNCTION SCEIL( A ) * * .. Scalar Arguments .. * REAL A * .. * * =====================...
bsd-3-clause
nvarini/espresso_iohpc
CPV/src/init.f90
6
17150
! ! Copyright (C) 2002-2010 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
UPenn-RoboCup/OpenBLAS
lapack-netlib/TESTING/EIG/sbdt01.f
32
8309
*> \brief \b SBDT01 * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * SUBROUTINE SBDT01( M, N, KD, A, LDA, Q, LDQ, D, E, PT, LDPT, WORK, * RESID ) * * ....
bsd-3-clause
nvarini/espresso_iohpc
GWW/bse/sdescent.f90
8
3119
subroutine sdescent(i_state,vstatesd,vstate_rsd,cstate,cstate_r,fc,en) use exciton use bse_basic_structures USE fft_custom_gwl USE io_global, ONLY : stdout,ionode USE wvfct, ONLY : npw use bse_wannier, ONLY:num_nbndv,eps,lambda,eps_eig USE mp, ONLY :mp_barrier USE mp_world, ONLY : world_comm US...
gpl-2.0
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/cgbtf2.f
24
8137
*> \brief \b CGBTF2 computes the LU factorization of a general band matrix using the unblocked version of the algorithm. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CGBTF2 + dependencies *> <a...
bsd-3-clause
nvarini/espresso_iohpc
GWW/gww/para_gww.f90
12
3927
! ! Copyright (C) 2001-2013 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 . ! ! MODULE para_gww !this modules contains arrays indicating if the ...
gpl-2.0
buaasun/grappa
applications/NPB/OMP/UA/verify.f
10
2498
subroutine verify(class, verified) include 'header.h' double precision norm, calc_norm, epsilon, norm_dif, norm_ref external calc_norm character class logical verified c.....tolerance level epsilon = 1.0d-08 c.....compute the temperature integ...
bsd-3-clause
nvarini/espresso_iohpc
PHonon/D3/d3_setup.f90
1
10812
! ! Copyright (C) 2001-2008 Quantm-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
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/cla_gbrpvgrw.f
24
4971
*> \brief \b CLA_GBRPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a general banded matrix. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CLA_GBRPVGRW + dependencies *> <a...
bsd-3-clause
james-monkeyshines/rna-phase-3
lapack/dgesvd.f
14
134664
SUBROUTINE DGESVD( JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT, $ WORK, LWORK, INFO ) * * -- LAPACK driver routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * October 31, 1999...
gpl-3.0
nvarini/espresso_iohpc
S3DE/iotk/src/iotk_dat+COMPLEX4_3.f90
5
73094
! Input/Output Tool Kit (IOTK) ! Copyright (C) 2004-2006 Giovanni Bussi ! ! This library is free software; you can redistribute it and/or ! modify it under the terms of the GNU Lesser General Public ! License as published by the Free Software Foundation; either ! version 2.1 of the License, or (at your option) any late...
gpl-2.0
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/cuncsd.f
22
22483
*> \brief \b CUNCSD * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CUNCSD + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/cuncs...
bsd-3-clause
james-monkeyshines/rna-phase-3
blas/dtrsm.f
39
12281
SUBROUTINE DTRSM ( SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, $ B, LDB ) * .. Scalar Arguments .. CHARACTER*1 SIDE, UPLO, TRANSA, DIAG INTEGER M, N, LDA, LDB DOUBLE PRECISION ALPHA * .. Array Arguments .. DOUBLE PRECISION A( LDA, * )...
gpl-3.0
UPenn-RoboCup/OpenBLAS
lapack-netlib/TESTING/EIG/dlatb9.f
32
9404
*> \brief \b DLATB9 * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * SUBROUTINE DLATB9( PATH, IMAT, M, P, N, TYPE, KLA, KUA, KLB, KUB, * ANORM, BNORM, MODEA, ...
bsd-3-clause
nvarini/espresso_iohpc
PWCOND/src/summary_tran.f90
14
6479
! ! Copyright (C) 2003-2012 A. Smogunov ! 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 . ! subroutine summary_tran_tot() ! ! It writes transmission coefficients onto the ...
gpl-2.0
Arenium/ktools
canon_rates.f
1
13064
c%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% c c c copyright (c) 2017 john r. barker, jason a. sonk c c john r. barker c jrbarker@umich.edu c university of michigan c ann arbor, mi 48109-2143 c (734) 763 6239 c c this program is free software; you can redistribute it and/or c modify ...
gpl-2.0
sophAi/ptmd
src/bac/testdist.f
1
10032
program main integer i,j,atom_num1,a1,flag1,cycle_num,np(1000),type1,num real*8 k1a,k1b,k1c,x1(3000),y1(3000),z1(3000),dist1a,dist1b real*8 energy1,R01a,ratio1a,ratio1b,avdist1a,avdist1b,avdist1c real*8 m1a(3000),m1b(3000),m1c(3000),R01c,ratio1c,cent_dist(1000) real*8 distm1a(3...
gpl-2.0
armnlib/librmn
spectral/gauss8.F
3
5201
*/* RMNLIB - Library of useful routines for C and FORTRAN programming * * Copyright (C) 1975-2001 Division de Recherche en Prevision Numerique * * Environnement Canada * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General ...
lgpl-2.1
nvarini/espresso_iohpc
Modules/coulomb_vcut.f90
4
11927
! ! Copyright (C) 2002-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 . ! ! Written by Giovanni Bussi ! Adapted to QE by Andrea Ferretti & Lay...
gpl-2.0
buaasun/grappa
applications/NPB/OMP/UA/mason.f
5
74889
c----------------------------------------------------------------- subroutine mortar c----------------------------------------------------------------- c generate mortar point index number c----------------------------------------------------------------- include 'header.h' integer count, iel, j...
bsd-3-clause
hlokavarapu/calypso
src/Fortran_libraries/SERIAL_src/IO/ucd_IO_select.f90
3
9277
!>@file ucd_IO_select.F90 !! module ucd_IO_select !! !!@author H. Matsui !!@date programmed by H.Matsui on July, 2006 !!@n Modified by H.Matsui on May, 2009 ! !> @brief UCD data IO selector !! !!@verbatim !! subroutine set_ucd_file_define(ucd) !! !! subroutine sel_write_ucd_file(my_ran...
gpl-3.0
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/zgeqr2p.f
19
5226
*> \brief \b ZGEQR2P computes the QR factorization of a general rectangular matrix with non-negative diagonal elements using an unblocked algorithm. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download ...
bsd-3-clause
UPenn-RoboCup/OpenBLAS
lapack-netlib/SRC/dtrsen.f
25
18321
*> \brief \b DTRSEN * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DTRSEN + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dtrse...
bsd-3-clause
TSC21/Eigen
lapack/clarfb.f
273
23424
*> \brief \b CLARFB * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CLARFB + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/clarf...
bsd-3-clause
hlokavarapu/calypso
src/Fortran_libraries/SERIAL_src/IO/m_ctl_data_4_sphere_model.f90
3
8951
!>@file m_ctl_data_4_sphere_model.f90 !!@brief module m_ctl_data_4_sphere_model !! !!@author H. Matsui !!@date Programmed in July, 2007 ! !>@brief control data for resolutions of spherical shell !! !!@verbatim !! subroutine read_ctl_4_shell_define !! !! ======================================================= !...
gpl-3.0