Home
last modified time | relevance | path

Searched defs:SIGMA (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/dports/math/octave-forge-bsltl/bsltl-1.3.1/inst/mfiles/data/
H A Ddatacut.m67 SIGMA = zeros(NLIN,NCOL); variable
77 SIGMA = SIGMA + (DATA(:,:,k)-ED).^2; variable
80 SIGMA = sqrt(SIGMA/(NTIMES-1)); variable
/dports/math/octave-forge-bsltl/bsltl-1.3.1/inst/mfiles/graphic/
H A Dstdcont.m85 SIGMA = zeros(NLIN,NCOL); variable
95 SIGMA = SIGMA + (DATA(:,:,k)-ED).^2; variable
99 SIGMA = sqrt(SIGMA/(NTIMES)) ; variable
/dports/math/octave-forge-bsltl/bsltl-1.3.1/inst/mfiles/graphic/stats/
H A Dgraphskew.m80 SIGMA = zeros(NLIN,NCOL); variable
93 SIGMA = SIGMA + (DATA(:,:,k)-ED).^2; variable
97 SIGMA = sqrt(SIGMA/NTIMES) ; variable
H A Dgraphkurt.m79 SIGMA = zeros(NLIN,NCOL); variable
91 SIGMA = SIGMA + (DATA(:,:,k)-ED).^2; variable
95 SIGMA = sqrt(SIGMA/NTIMES) ; variable
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/blake2-0.9.2/src/
H A Dconsts.rs3 pub static SIGMA: [[usize; 16]; 12] = [ const
/dports/math/openblas/OpenBLAS-0.3.18/lapack-netlib/SRC/
H A Ddlartgs.f91 SUBROUTINE DLARTGS( X, Y, SIGMA, CS, SN ) argument
99 DOUBLE PRECISION CS, SIGMA, SN, X, Y local
H A Dslartgs.f91 SUBROUTINE SLARTGS( X, Y, SIGMA, CS, SN ) argument
99 REAL CS, SIGMA, SN, X, Y local
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/include/lattice/
H A Ddgsampling.h48 const double SIGMA = std::sqrt(std::log(2 * N_MAX / DG_ERROR) / M_PI); variable
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/camellia/
H A Dcamellia.c491 PUTU32(plaintext + 4, s3);
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/ext/LAPACKBLAS/SRC/
H A Ddlartgs.f91 SUBROUTINE DLARTGS( X, Y, SIGMA, CS, SN ) argument
H A Dslartgs.f91 SUBROUTINE SLARTGS( X, Y, SIGMA, CS, SN ) argument
/dports/math/xlapack/lapack-3.10.0/SRC/
H A Ddlartgs.f89 SUBROUTINE DLARTGS( X, Y, SIGMA, CS, SN ) argument
H A Dslartgs.f89 SUBROUTINE SLARTGS( X, Y, SIGMA, CS, SN ) argument
/dports/math/blas/lapack-3.10.0/SRC/
H A Ddlartgs.f89 SUBROUTINE DLARTGS( X, Y, SIGMA, CS, SN ) argument
H A Dslartgs.f89 SUBROUTINE SLARTGS( X, Y, SIGMA, CS, SN ) argument
/dports/math/lapack/lapack-3.10.0/SRC/
H A Dslartgs.f89 SUBROUTINE SLARTGS( X, Y, SIGMA, CS, SN ) argument
H A Ddlartgs.f89 SUBROUTINE DLARTGS( X, Y, SIGMA, CS, SN ) argument
/dports/math/lapacke/lapack-3.10.0/SRC/
H A Ddlartgs.f89 SUBROUTINE DLARTGS( X, Y, SIGMA, CS, SN ) argument
H A Dslartgs.f89 SUBROUTINE SLARTGS( X, Y, SIGMA, CS, SN ) argument
/dports/math/math77/MATH77/
H A Ddppnml.f14 double precision U, MU, SIGMA local
H A Dsppnml.f14 real U, MU, SIGMA local
/dports/math/cblas/lapack-3.10.0/SRC/
H A Dslartgs.f89 SUBROUTINE SLARTGS( X, Y, SIGMA, CS, SN ) argument
H A Ddlartgs.f89 SUBROUTINE DLARTGS( X, Y, SIGMA, CS, SN ) argument
/dports/science/berkeleygw/BGW-2.0.0/BSE/full_solver/
H A Dzbsabsp2.f901 SUBROUTINE ZBSABSP2( K, NPTS, SIGMA, OMEGA, EPS2, NORMD2, X, LDX, & argument
9 DOUBLE PRECISION SIGMA, NORMD2 local
H A Dapprox_delta.f908 DOUBLE PRECISION X, SIGMA local

12345678910>>...24