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
apollos/Quantum-ESPRESSO
Modules/stick_set.f90
3
22694
! ! Copyright (C) 2011 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/TESTING/LIN/zdrvrfp.f
1
19798
*> \brief \b ZDRVRFP * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * SUBROUTINE ZDRVRFP( NOUT, NN, NVAL, NNS, NSVAL, NNT, NTVAL, * + THRESH, A, ASAV, AFAC, AINV, B, *...
bsd-3-clause
rmcgibbo/scipy
scipy/interpolate/fitpack/fpcoco.f
148
5210
subroutine fpcoco(iopt,m,x,y,w,v,s,nest,maxtr,maxbin,n,t,c,sq,sx, * bind,e,wrk,lwrk,iwrk,kwrk,ier) c ..scalar arguments.. real*8 s,sq integer iopt,m,nest,maxtr,maxbin,n,lwrk,kwrk,ier c ..array arguments.. integer iwrk(kwrk) real*8 x(m),y(m),w(m),v(m),t(nest),c(nest),sx(m),e(nest),wr...
bsd-3-clause
apollos/Quantum-ESPRESSO
COUPLE/src/libqemod.f90
18
1593
! ! Copyright (C) 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 . ! !==----------------------------------------------------------------------...
gpl-2.0
apollos/Quantum-ESPRESSO
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
xianyi/OpenBLAS
lapack-netlib/INSTALL/dsecnd_EXT_ETIME.f
6
1457
*> \brief \b DSECND Using ETIME * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * DOUBLE PRECISION FUNCTION DSECND( ) * * *> \par Purpose: * ============= *> *> \verbatim *> *> DSECND ...
bsd-3-clause
xianyi/OpenBLAS
lapack-netlib/SRC/dtgex2.f
1
24727
*> \brief \b DTGEX2 swaps adjacent diagonal blocks in an upper (quasi) triangular matrix pair by an orthogonal equivalence transformation. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DTGEX2 + dep...
bsd-3-clause
kolawoletech/ce-espresso
atomic/src/calculate_gipaw_orbitals.f90
18
10518
! ! Copyright (C) 2004 PWSCF 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 . ! !-------------------------------------------------------------- SUBROUTINE calculate...
gpl-2.0
xianyi/OpenBLAS
lapack-netlib/SRC/sppequ.f
1
6371
*> \brief \b SPPEQU * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download SPPEQU + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/sppequ.f...
bsd-3-clause
xianyi/OpenBLAS
lapack-netlib/SRC/zla_gbrfsx_extended.f
1
26427
*> \brief \b ZLA_GBRFSX_EXTENDED improves the computed solution to a system of linear equations for general banded matrices by performing extra-precise iterative refinement and provides error bounds and backward error estimates for the solution. * * =========== DOCUMENTATION =========== * * Online html documentation a...
bsd-3-clause
rmcgibbo/scipy
scipy/special/cdflib/cumfnc.f
95
4745
SUBROUTINE cumfnc(f,dfn,dfd,pnonc,cum,ccum) C********************************************************************** C C F -NON- -C-ENTRAL F DISTRIBUTION C C C C Function C C C COMPUTES NONCENTRAL F DISTRIBUTION WITH DFN AND DFD C DEGREES OF FREEDOM AND NONCENTRAL...
bsd-3-clause
apollos/Quantum-ESPRESSO
lapack-3.2/SRC/dormr2.f
1
5179
SUBROUTINE DORMR2( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, INFO ) * * -- LAPACK routine (version 3.2) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * .. Scalar Arguments .. CHARACTER SIDE, TRANS INTEGER ...
gpl-2.0
arm-hpc/papi
src/ftests/tenth.F
6
7102
#include "fpapi_test.h" #define ITERS 100 #if defined(sun) && defined(sparc) #define CACHE_LEVEL "PAPI_L2_TCM" #define EVT1 PAPI_L2_TCM #define EVT2 PAPI_L2_TCA #define EVT3 PAPI_L2_TCH #define EVT1_STR "PAPI_L2_TCM" #define EVT2_STR "PAPI_L2_TCA" #define EVT3_STR ...
bsd-3-clause
specfem3d-zhang-ksu/specfem3d
src/shared/prepare_assemble_MPI.f90
4
13428
!===================================================================== ! ! S p e c f e m 3 D V e r s i o n 3 . 0 ! --------------------------------------- ! ! Main historical authors: Dimitri Komatitsch and Jeroen Tromp ! Princeton University, USA ! ...
gpl-2.0
apollos/Quantum-ESPRESSO
lapack-3.2/SRC/zlargv.f
1
7238
SUBROUTINE ZLARGV( N, X, INCX, Y, INCY, C, INCC ) * * -- LAPACK auxiliary routine (version 3.2) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * .. Scalar Arguments .. INTEGER INCC, INCX, INCY, N * .. * .. Array Arguments .. DOUBLE...
gpl-2.0
victorsndvg/feconv
source/patran/module_fuerzas.f90
1
3156
module module_fuerzas_fcnv !----------------------------------------------------------------------- ! Modulo para guardar las condiciones sobre la fuerza ! Last update: 30/07/2009 ! Programmer: fran.pena@usc.es ! ! ATRIBUTOS PRIVADOS DE CLASE: ! val: matrix 3 x n de valores de la fuerza ! (cada fila de 'val' indica...
gpl-3.0
xhteam/external-eigen
blas/lsame.f
211
2324
LOGICAL FUNCTION LSAME(CA,CB) * * -- LAPACK auxiliary routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * .. Scalar Arguments .. CHARACTER CA,CB * .. * * Purpose * ======= * * LSAME returns .TRUE. if CA is the same letter as CB re...
bsd-3-clause
abinit/abinit
src/78_effpot/m_spin_hist.F90
1
14330
!!****m* ABINIT/m_spin_hist !! NAME !! m_spin_hist !! !! FUNCTION !! This module contains definition the type spin_hist_t !! and its related routines !! The observables are also calculated. !! !! Datatypes: !! !! * spin_hist_t: history record of spin orientations and amplitudes !! !! Subroutines: !! !! * init !! * fre...
gpl-3.0
HEPcodes/FeynHiggs
src/OneLoop/mfv/td_h0_mfv.F
2
4093
* td_h0_mfv.F * generated 25-Sep-2020 15:37 * this file is part of FeynHiggs * please do not edit directly #include "externals.h" #include "types.h" #include "debug.h" subroutine td_h0_mfv(se) implicit none ComplexType se #include "FH.h" #include "looptools.h" integer Cha2, Gen2, Neu2, Sfe2 se = 0 LOOP(Gen...
gpl-3.0
abinit/abinit
src/67_common/m_common.F90
1
79696
! CP modified !!****m* ABINIT/m_common !! NAME !! m_common !! !! FUNCTION !! This module gathers routines used by higher-level procedures. !! Mainly printing routines. !! !! COPYRIGHT !! Copyright (C) 1998-2021 ABINIT group (DCA, XG, AF, GMR, LBoeri, MT) !! This file is distributed under the terms of the !! GNU G...
gpl-3.0
MeteoSwiss-APN/omni-compiler
tests/xcalablemp/others/F/type_bound_procedure_attr.F90
2
1373
#if defined(__GNUC__) && (4 < __GNUC__ || 4 == __GNUC__ && 7 < __GNUC_MINOR__) \ || defined(__INTEL_COMPILER) && (1600 < __INTEL_COMPILER) MODULE m_type_bound_procedure_attr TYPE :: t INTEGER :: v CONTAINS PROCEDURE,PASS(x),non_ove...
lgpl-3.0
HEPcodes/FeynHiggs
gen/prod/old/f/CHiggsProdFits-LHC14.f
1
7950
if( sqrtm .lt. 14.142135623730951D0 .or. & sqrtm .gt. 24.49489742783178D0 ) & Warning('Extrapolating tHm2 in MHiggs') if( TBeff .lt. 1.D0 .or. & TBeff .gt. 60.D0 ) & Warning('Extrapolating tHm2 in TBeff') if( TBeff.lt.6.D0 ) then tHm2 = enh*exp(13.436746248619631D0 - ...
gpl-3.0
abinit/abinit
src/69_wfdesc/m_wfd_optic.F90
1
9228
!!****m* ABINIT/m_wfd_optic !! NAME !! m_wfd_optic !! !! FUNCTION !! Functions to compute optical matrix elements using the wavefunction descriptor. !! !! COPYRIGHT !! Copyright (C) 2008-2021 ABINIT group (MG) !! This file is distributed under the terms of the !! GNU General Public License, see ~abinit/COPYING !! ...
gpl-3.0
abinit/abinit
src/57_iovars/m_outvar_a_h.F90
1
54608
!!****m* ABINIT/m_outvar_a_h !! NAME !! m_outvar_a_h !! !! FUNCTION !! !! COPYRIGHT !! Copyright (C) 1998-2021 ABINIT group (DCA, XG, GMR, MM) !! This file is distributed under the terms of the !! GNU General Public License, see ~abinit/COPYING !! or http://www.gnu.org/copyleft/gpl.txt . !! !! PARENTS !! !! CHILDR...
gpl-3.0
kellerroman/RUFS
src/control.F90
1
1968
module control use const implicit none save public !!! CONFIG VARIABLES FROM INPUT FILE integer :: space_Order,space_disc character ( len = len_str_filename ):: file_cfg_in = "config.bin" !< character ( len = len_str_filename ):: file_git_in = "git.bin" !< character ( len = len_str_filename ):: file_...
mit
abinit/abinit
src/71_bse/m_haydock.F90
1
81928
!!****m* ABINIT/m_haydock !! NAME !! m_haydock !! !! FUNCTION !! !! COPYRIGHT !! Copyright (C) 2008-2021 ABINIT group (M.Giantomassi, Y. Gillet, L.Reining, V.Olevano, F.Sottile, S.Albrecht, G.Onida) !! This file is distributed under the terms of the !! GNU General Public License, see ~abinit/COPYING !! or http://ww...
gpl-3.0
Sahloul/Eigen
blas/testing/cblat1.f
245
31188
PROGRAM CBLAT1 * Test program for the COMPLEX Level 1 BLAS. * Based upon the original BLAS test routine together with: * F06GAF Example Program Text * .. Parameters .. INTEGER NOUT PARAMETER (NOUT=6) * .. Scalars in Common .. INTEGER ICASE, INCX, I...
bsd-3-clause
mom-ocean/MOM5
src/atmos_param/shallow_cu/conv_closures.F90
7
15051
MODULE CONV_CLOSURES_MOD ! use Sat_Vapor_Pres_Mod, ONLY: ESCOMP, DESCOMP ! use Constants_Mod, ONLY: tfreeze,HLv,HLf,HLs,CP_AIR,GRAV,Kappa,rdgas,rvgas use fms_mod, only: write_version_number use conv_utilities_k_mod,only: sd_copy_k, adi_cloud_k, extend_sd_k,& ad...
lgpl-3.0
MeteoSwiss-APN/omni-compiler
F-FrontEnd/test/testRegression/MPI-BT/z_solve.f
2
28951
c--------------------------------------------------------------------- c--------------------------------------------------------------------- subroutine z_solve c--------------------------------------------------------------------- c--------------------------------------------------------------------- c-------...
lgpl-3.0
radiasoft/pypi-shadow3
fortran/gen_source.f90
1
3307
! C+++ ! C PROGRAM GEN_SOURCE ! C ! C PURPOSE Reads in a start.00 file and create the specified ! C source (file begin.dat) ! C ! C INPUT Variables in start.00 type file ! C ! C OUTPUT A BINARY file begin.dat ! C ! C COMMAND LINE gen_source [start_file_name] ! C ! C NOTE: This program mimics the gen_source pr...
gpl-3.0
MeteoSwiss-APN/omni-compiler
tests/xcalablemp/NOT-IMPLEMENTED/59/reduction_async8.f90
2
1073
! testp041.f ! reduction»Ø¼¨Ê¸(min)¤Î¥Æ¥¹¥È program main include 'xmp_lib.h' integer,parameter:: N=1000 integer random_array(N), ans_val, val !$xmp nodes p(*) !$xmp template t(N) !$xmp distribute t(block) onto p character(len=2) result result = 'OK' do k=114, 10000, 17 ...
lgpl-3.0
mom-ocean/MOM5
src/mom5/ocean_blobs/ocean_blob_util.F90
8
73775
module ocean_blob_util_mod #define COMP isc:iec,jsc:jec ! !<CONTACT EMAIL="m.bates@student.unsw.edu.au"> Michael L. Bates !</CONTACT> ! !<CONTACT EMAIL="GFDL.Climate.Model.Info@noaa.gov"> Stephen M. Griffies !</CONTACT> ! !<OVERVIEW> ! This module contains subroutines that are common (or are likely to ! need be common...
lgpl-3.0
OpenACCUserGroup/OpenACCV-V
Tests/atomic_update_x_plus_expr.F90
1
1873
#ifndef T1 !T1:construct-independent,atomic,V:2.0-2.7 LOGICAL FUNCTION test1() IMPLICIT NONE INCLUDE "acc_testsuite.Fh" INTEGER :: x, y !Iterators REAL(8),DIMENSION(LOOPCOUNT, 10):: a !Data REAL(8),DIMENSION(LOOPCOUNT):: totals, totals_comparison INTEGER :: errors =...
bsd-3-clause
ewiger/libppmnumerics
src/fft/ppm_fft_plan_3d_vec_bc2c_z.f
1
6773
!------------------------------------------------------------------------- ! Subroutine : ppm_fft_plan_3d_vec_bc2c_z !------------------------------------------------------------------------- ! Copyright (c) 2010 CSE Lab (ETH Zurich), MOSAIC Group (ETH Zurich), ! Cent...
gpl-3.0
mesjetiu/grandorgue-es
src/fftw/src/doc/f77_wisdom.f
19
2924
c Copyright (c) 2003, 2007-11 Matteo Frigo c Copyright (c) 2003, 2007-11 Massachusetts Institute of Technology c c This program is free software; you can redistribute it and/or modify c it under the terms of the GNU General Public License as published by c the Free Software Foundation; either v...
gpl-2.0
OpenACCUserGroup/OpenACCV-V
Tests/serial_private.F90
1
1691
#ifndef T1 !T1:serial,private,V:2.6-2.7 LOGICAL FUNCTION test1() IMPLICIT NONE INCLUDE "acc_testsuite.Fh" REAL(8),DIMENSION(LOOPCOUNT, 10):: a, b REAL(8),DIMENSION(LOOPCOUNT):: c REAL(8),DIMENSION(10):: d REAL(8):: temp INTEGER:: x, y INTEGER:: errors errors = 0 SEEDDIM(1) = 1 # ifdef SEED ...
bsd-3-clause
huard/scipy-work
scipy/integrate/quadpack/dqags.f
114
8392
subroutine dqags(f,a,b,epsabs,epsrel,result,abserr,neval,ier, * limit,lenw,last,iwork,work) c***begin prologue dqags c***date written 800101 (yymmdd) c***revision date 830518 (yymmdd) c***category no. h2a1a1 c***keywords automatic integrator, general-purpose, c (end-point) singulariti...
bsd-3-clause
bryantabaird/cs6660
Include/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...
mpl-2.0
aamaricci/SciFortran
src/lapack/sgttrs.f
1
4197
SUBROUTINE SGTTRS( TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, $ INFO ) * * -- LAPACK 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..-- * November 2006 * * ...
lgpl-3.0
aamaricci/SciFortran
src/lapack/slasd8.f
1
8760
SUBROUTINE SLASD8( ICOMPQ, K, D, Z, VF, VL, DIFL, DIFR, LDDIFR, $ DSIGMA, WORK, INFO ) * * -- LAPACK auxiliary routine (version 3.3.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * ...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/cspr.f
24
8384
*> \brief \b CSPR performs the symmetrical rank-1 update of a complex symmetric packed matrix. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CSPR + dependencies *> <a href="http://www.netlib.org...
apache-2.0
OpenDA-Association/OpenDA
core/native/external/lapack/dtptri.f
2
5078
SUBROUTINE DTPTRI( UPLO, DIAG, N, AP, 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 DIAG, UPLO ...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/dgebrd.f
52
11278
*> \brief \b DGEBRD * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DGEBRD + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dgebr...
apache-2.0
aamaricci/SciFortran
src/lapack/zspr.f
1
6730
SUBROUTINE ZSPR( UPLO, N, ALPHA, X, INCX, AP ) * * -- 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..-- * November 2006 * * .. Scalar Arguments .. CHARACTER ...
lgpl-3.0
aamaricci/SciFortran
src/lapack/clahqr.f
2
16175
SUBROUTINE CLAHQR( WANTT, WANTZ, N, ILO, IHI, H, LDH, W, ILOZ, $ IHIZ, Z, LDZ, INFO ) * * -- LAPACK auxiliary routine (version 3.2) -- * Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. * November 2006 * * .. Scalar Arguments .. INT...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack95/SRC/la_dsyevd.f90
1
5217
SUBROUTINE DSYEVD_F95( A, W, JOBZ, UPLO, INFO ) ! .. USE STATEMENTS .. USE LA_PRECISION, ONLY: WP => DP USE LA_AUXMOD, ONLY: ERINFO, LSAME USE F77_LAPACK, ONLY: SYEVD_F77 => LA_SYEVD, ILAENV_F77 => ILAENV ! ! -- LAPACK95 interface driver routine (version 3.0) -- ! UNI-C, Denmark; Univ. of Tennessee, USA;...
apache-2.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/clauum.f
24
6705
*> \brief \b CLAUUM computes the product UUH or LHL, where U and L are upper or lower triangular matrices (blocked algorithm). * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CLAUUM + dependencies ...
apache-2.0
aamaricci/SciFortran
src/fftpack/cfftmb.f90
1
4460
subroutine cfftmb ( lot, jump, n, inc, c, lenc, wsave, lensav, work, & lenwrk, ier ) !*****************************************************************************80 ! !! CFFTMB: complex double precision backward FFT, 1D, multiple vectors. ! ! Discussion: ! ! CFFTMB computes the one-dimensional Fourier transform...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack95/SRC/la_dsysvx.f90
1
10718
SUBROUTINE DSYSVX_F95(A, B, X, UPLO, AF, IPIV, FACT, & FERR, BERR, RCOND, INFO) ! ! -- LAPACK95 interface driver routine (version 3.0) -- ! UNI-C, Denmark; Univ. of Tennessee, USA; NAG Ltd., UK ! September, 2000 ! ! .. USE STATEMENTS .. USE LA_PRECISION, ONLY: WP => DP USE LA_AUXMO...
apache-2.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/dgebak.f
25
7242
*> \brief \b DGEBAK * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DGEBAK + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dgeba...
apache-2.0
aamaricci/SciFortran
src/lapack/dgehrd.f
2
9062
SUBROUTINE DGEHRD( N, ILO, IHI, A, LDA, TAU, WORK, LWORK, 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 2009 ...
lgpl-3.0
ALICEHLT/AliRoot
TEvtGen/Tauola/tauola-fortran/new-currents/RChL-currents/rcht_common/value_parameter.f
9
15514
SUBROUTINE CH3PISET(JJ) C information on 3 pion sub-channel under construction obtained C J3PI=1 means 3 prong C J3PI=2 means 1 prong C to be initialized in routine DPHSAA of tauola.f COMMON /CHANOPT/ J3PI INTEGER J3PI J3PI=JJ end SUBROUTINE CH3PIGET(JJ) C information...
bsd-3-clause
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/clarfg.f
24
5402
*> \brief \b CLARFG generates an elementary reflector (Householder matrix). * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CLARFG + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfi...
apache-2.0
oere/pfft
tests/fortran/simple_check_ousam_c2c_transposed.F90
3
3933
program test implicit none include "mpif.h" #include "fftw3.f" include "pfft.f" integer np(2), myrank, ierror, comm_cart_2d integer(ptrdiff_t_kind) :: l, m integer(ptrdiff_t_kind) :: n(3), ni(3), no(3) integer(ptrdiff_t_kind) :: alloc_local_forw, alloc_local_back, all...
gpl-3.0
leo-butler/Maxima-CAS
share/lapack/lapack/fortran/dlasq3.f
18
7904
SUBROUTINE DLASQ3( I0, N0, Z, PP, DMIN, SIGMA, DESIG, QMAX, NFAIL, $ ITER, NDIV, IEEE ) * * -- LAPACK auxiliary routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * May 17, 2000 *...
gpl-2.0
OpenDA-Association/OpenDA
core/native/external/lapack/ctrsyl.f
2
11661
SUBROUTINE CTRSYL( TRANA, TRANB, ISGN, M, N, A, LDA, B, LDB, C, $ LDC, SCALE, INFO ) * * -- LAPACK routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * June 30, 1999 * * .. Sc...
lgpl-3.0
aamaricci/SciFortran
src/lapack/cpstrf.f
1
12051
SUBROUTINE CPSTRF( UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO ) * * -- LAPACK routine (version 3.2.2) -- * Craig Lucas, University of Manchester / NAG Ltd. * October, 2008 * * .. Scalar Arguments .. REAL TOL INTEGER INFO, LDA, N, RANK CHARACTER UPL...
lgpl-3.0
aamaricci/SciFortran
src/lapack/cgetrf.f
1
4753
SUBROUTINE CGETRF( M, N, A, LDA, IPIV, INFO ) * * -- LAPACK 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..-- * November 2006 * * .. Scalar Arguments .. INTEGER IN...
lgpl-3.0
aamaricci/SciFortran
src/lapack/ctgevc.f
1
20963
SUBROUTINE CTGEVC( SIDE, HOWMNY, SELECT, N, S, LDS, P, LDP, VL, $ LDVL, VR, LDVR, MM, M, WORK, RWORK, INFO ) * * -- LAPACK routine (version 3.2) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG ...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/dlartgs.f
24
4220
*> \brief \b DLARTGS generates a plane rotation designed to introduce a bulge in implicit QR iteration for the bidiagonal SVD problem. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DLARTGS + depe...
apache-2.0
aamaricci/SciFortran
src/lapack/dgerqf.f
1
6449
SUBROUTINE DGERQF( M, N, A, LDA, TAU, WORK, LWORK, 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/Lapack95/SRC/la_sgelsy1.f90
1
2571
SUBROUTINE SGELSY1_F95( A, B, RANK, JPVT, RCOND, INFO ) ! ! -- LAPACK95 interface driver routine (version 3.0) -- ! UNI-C, Denmark; Univ. of Tennessee, USA; NAG Ltd., UK ! September, 2000 ! ! .. USE STATEMENTS .. USE LA_PRECISION, ONLY: WP => SP USE LA_AUXMOD, ONLY: ERINFO USE F77_LAP...
apache-2.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/ssytri2x.f
29
16006
*> \brief \b SSYTRI2X * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download SSYTRI2X + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/s...
apache-2.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/DEPRECATED/dtzrqf.f
24
6691
*> \brief \b DTZRQF * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DTZRQF + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dtzrq...
apache-2.0
aamaricci/SciFortran
src/lapack/zptcon.f
1
4176
SUBROUTINE ZPTCON( N, D, E, ANORM, RCOND, RWORK, 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/cgeqlf.f
25
8099
*> \brief \b CGEQLF * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CGEQLF + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/cgeql...
apache-2.0
stanmoore1/lammps
unittest/fortran/test_fortran_extract_compute.f90
3
5261
FUNCTION f_lammps_with_args() BIND(C) USE ISO_C_BINDING, ONLY: c_ptr USE liblammps USE keepstuff, ONLY: lmp IMPLICIT NONE TYPE(c_ptr) :: f_lammps_with_args CHARACTER(len=12), DIMENSION(12), PARAMETER :: args = & [ CHARACTER(len=12) :: 'liblammps', '-log', 'none', & '-echo','screen','-nocite','-v...
gpl-2.0
aamaricci/SciFortran
src/arpack/src/dsaup2.f
1
32235
c----------------------------------------------------------------------- c\BeginDoc c c\Name: dsaup2 c c\Description: c Intermediate level interface called by dsaupd. c c\Usage: c call dsaup2 c ( IDO, BMAT, N, WHICH, NEV, NP, TOL, RESID, MODE, IUPD, c ISHIFT, MXITER, V, LDV, H, LDH, RITZ, BOUNDS, Q, LDQ, WO...
lgpl-3.0
OpenDA-Association/OpenDA
core/native/external/lapack/dlarrb.f
4
8656
SUBROUTINE DLARRB( N, D, L, LD, LLD, IFIRST, ILAST, SIGMA, RELTOL, $ W, WGAP, WERR, WORK, IWORK, INFO ) * * -- LAPACK auxiliary routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * ...
lgpl-3.0
aamaricci/SciFortran
src/arpack/src/zsortc.f
1
8075
c\BeginDoc c c\Name: zsortc c c\Description: c Sorts the Complex*16 array in X into the order c specified by WHICH and optionally applies the permutation to the c Double precision array Y. c c\Usage: c call zsortc c ( WHICH, APPLY, N, X, Y ) c c\Arguments c WHICH Character*2. (Input) c 'LM' -> sor...
lgpl-3.0
aamaricci/SciFortran
src/lapack/stpttf.f
1
12204
SUBROUTINE STPTTF( TRANSR, UPLO, N, AP, ARF, INFO ) * * -- LAPACK routine (version 3.3.1) -- * * -- Contributed by Fred Gustavson of the IBM Watson Research Center -- * -- April 2011 -- * * -- LAPACK is a software package ...
lgpl-3.0
takuto-maeda/OpenSWPC
src/shared/m_rdrmed.F90
1
4287
#include "m_debug.h" !! ----------------------------------------------------------------------------------------------------------------------------- !! !> !! Read random media volume !! !! @copyright !! Copyright 2013-2019 Takuto Maeda. All rights reserved. This project is released under the MIT license. !< !! -- mo...
mit
aamaricci/SciFortran
src/lapack/cunbdb.f
1
19380
SUBROUTINE CUNBDB( TRANS, SIGNS, M, P, Q, X11, LDX11, X12, LDX12, $ X21, LDX21, X22, LDX22, THETA, PHI, TAUP1, $ TAUP2, TAUQ1, TAUQ2, WORK, LWORK, INFO ) IMPLICIT NONE * * -- LAPACK routine ((version 3.3.0)) -- * * -- Contributed by Brian Sutton of the Randolp...
lgpl-3.0
OpenDA-Association/OpenDA
core/native/external/lapack/slasv2.f
46
6636
SUBROUTINE SLASV2( F, G, H, SSMIN, SSMAX, SNR, CSR, SNL, CSL ) * * -- LAPACK auxiliary routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * October 31, 1992 * * .. Scalar Arguments .. REAL ...
lgpl-3.0
huard/scipy-work
scipy/integrate/odepack/nnfc.f
18
4938
subroutine nnfc * (n, r,c,ic, ia,ja,a, z, b, * lmax,il,jl,ijl,l, d, umax,iu,ju,iju,u, * row, tmp, irl,jrl, flag) clll. optimize c*** subroutine nnfc c*** numerical ldu-factorization of sparse nonsymmetric matrix and c solution of system of linear equations (compressed pointer c ...
bsd-3-clause
leo-butler/Maxima-CAS
src/numerical/slatec/fortran/dqawfe.f
12
15821
*DECK DQAWFE SUBROUTINE DQAWFE (F, A, OMEGA, INTEGR, EPSABS, LIMLST, LIMIT, + MAXP1, RESULT, ABSERR, NEVAL, IER, RSLST, ERLST, IERLST, LST, + ALIST, BLIST, RLIST, ELIST, IORD, NNLOG, CHEBMO) C***BEGIN PROLOGUE DQAWFE C***PURPOSE The routine calculates an approximation result to a C give...
gpl-2.0
aamaricci/SciFortran
src/lapack/cptsvx.f
1
8615
SUBROUTINE CPTSVX( FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, $ RCOND, FERR, BERR, WORK, RWORK, 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 Lt...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/cunbdb4.f
22
12620
*> \brief \b CUNBDB4 * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CUNBDB4 + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/cunb...
apache-2.0
OpenDA-Association/OpenDA
core/native/external/lapack/zpteqr.f
2
6109
SUBROUTINE ZPTEQR( COMPZ, N, D, E, Z, LDZ, 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 * * .. Scalar Arguments .. CHARACTER COMPZ ...
lgpl-3.0
sradanov/flyingpigeon
flyingpigeon/Fsrc/Lapack/SRC/dlaqp2.f
25
7694
*> \brief \b DLAQP2 computes a QR factorization with column pivoting of the matrix block. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download DLAQP2 + dependencies *> <a href="http://www.netlib.org/cg...
apache-2.0
OpenDA-Association/OpenDA
core/native/external/lapack/clangt.f
2
4113
REAL FUNCTION CLANGT( NORM, N, DL, D, DU ) * * -- 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
OpenDA-Association/OpenDA
core/native/src/cta_f90/generated/cta_f90_resultwriter.f90
2
4610
module cta_f90_resultwriter implicit none public ! \brief Handle a string message send to the resultwriter ! ! \param idWriter I ID of this resultwriter (Counter of number of native result writers) ! \param config I Name of XML configuration file containting the function pointers and additi...
lgpl-3.0