📄 gsl.plg
字号:
qk15.c
qk21.c
qk31.c
qk41.c
qk51.c
qk61.c
qmomo.c
qmomof.c
qng.c
workspace.c
Compiling...
accel.c
akima.c
bsearch.c
cspline.c
interp.c
linear.c
poly.c
spline.c
Compiling...
balance.c
bidiag.c
cholesky.c
exponential.c
hermtd.c
hh.c
householder.c
householdercomplex.c
lu.c
luc.c
multiply.c
qr.c
qrpt.c
svd.c
symmtd.c
tridiag.c
Compiling...
copy.c
file.c
getset.c
init.c
matrix.c
minmax.c
oper.c
G:\GSL_WIN\src\matrix\oper_complex_source.c(159) : warning C4244: 'initializing' : conversion from 'double ' to 'float ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(149) : warning C4244: '*=' : conversion from 'const double ' to 'float ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(169) : warning C4244: '+=' : conversion from 'const double ' to 'float ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(187) : warning C4244: '+=' : conversion from 'const double ' to 'float ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(149) : warning C4244: '*=' : conversion from 'const double ' to 'unsigned long ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(169) : warning C4244: '+=' : conversion from 'const double ' to 'unsigned long ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(187) : warning C4244: '+=' : conversion from 'const double ' to 'unsigned long ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(149) : warning C4244: '*=' : conversion from 'const double ' to 'long ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(169) : warning C4244: '+=' : conversion from 'const double ' to 'long ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(187) : warning C4244: '+=' : conversion from 'const double ' to 'long ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(149) : warning C4244: '*=' : conversion from 'const double ' to 'unsigned int ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(169) : warning C4244: '+=' : conversion from 'const double ' to 'unsigned int ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(187) : warning C4244: '+=' : conversion from 'const double ' to 'unsigned int ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(149) : warning C4244: '*=' : conversion from 'const double ' to 'int ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(169) : warning C4244: '+=' : conversion from 'const double ' to 'int ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(187) : warning C4244: '+=' : conversion from 'const double ' to 'int ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(149) : warning C4244: '*=' : conversion from 'const double ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(169) : warning C4244: '+=' : conversion from 'const double ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(187) : warning C4244: '+=' : conversion from 'const double ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(149) : warning C4244: '*=' : conversion from 'const double ' to 'short ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(169) : warning C4244: '+=' : conversion from 'const double ' to 'short ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(187) : warning C4244: '+=' : conversion from 'const double ' to 'short ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(149) : warning C4244: '*=' : conversion from 'const double ' to 'unsigned char ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(169) : warning C4244: '+=' : conversion from 'const double ' to 'unsigned char ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(187) : warning C4244: '+=' : conversion from 'const double ' to 'unsigned char ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(149) : warning C4244: '*=' : conversion from 'const double ' to 'char ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(169) : warning C4244: '+=' : conversion from 'const double ' to 'char ', possible loss of data
G:\GSL_WIN\src\matrix\oper_source.c(187) : warning C4244: '+=' : conversion from 'const double ' to 'char ', possible loss of data
prop.c
rowcol.c
submatrix.c
swap.c
view.c
Compiling...
bracketing.c
brent.c
convergence.c
fsolver.c
golden.c
Compiling...
miser.c
G:\GSL_WIN\src\monte\miser.c(145) : warning C4244: '=' : conversion from 'double ' to 'unsigned int ', possible loss of data
G:\GSL_WIN\src\monte\miser.c(233) : warning C4244: '=' : conversion from 'double ' to 'unsigned int ', possible loss of data
G:\GSL_WIN\src\monte\miser.c(234) : warning C4244: '=' : conversion from 'double ' to 'unsigned int ', possible loss of data
plain.c
vegas.c
G:\GSL_WIN\src\monte\vegas.c(163) : warning C4244: '=' : conversion from 'double ' to 'unsigned int ', possible loss of data
G:\GSL_WIN\src\monte\vegas.c(180) : warning C4244: '=' : conversion from 'double ' to 'unsigned int ', possible loss of data
G:\GSL_WIN\src\monte\vegas.c(181) : warning C4244: '=' : conversion from 'double ' to 'unsigned int ', possible loss of data
G:\GSL_WIN\src\monte\vegas.c(615) : warning C4244: 'initializing' : conversion from 'double ' to 'int ', possible loss of data
Compiling...
convergence.c
covar.c
fdfsolver.c
fsolver.c
gradient.c
lmder.c
multilinear.c
work.c
Compiling...
conjugate_fr.c
conjugate_pr.c
convergence.c
diff.c
fdfminimizer.c
fminimizer.c
simplex.c
steepest_descent.c
vector_bfgs.c
Compiling...
broyden.c
convergence.c
dnewton.c
fdfsolver.c
fdjac.c
fsolver.c
gnewton.c
hybrid.c
hybridj.c
newton.c
Compiling...
ntuple.c
Compiling...
bsimp.c
control.c
cscal.c
cstd.c
evolve.c
gear1.c
gear2.c
rk2.c
rk2imp.c
rk4.c
rk4imp.c
rk8pd.c
rkck.c
rkf45.c
step.c
Compiling...
canonical.c
file.c
init.c
permutation.c
permute.c
Compiling...
dd.c
eval.c
solve_cubic.c
solve_quadratic.c
zsolve.c
zsolve_cubic.c
zsolve_init.c
zsolve_quadratic.c
Compiling...
niederreiter-2.c
qrng.c
sobol.c
Compiling...
bernoulli.c
beta.c
bigauss.c
binomial.c
cauchy.c
chisq.c
dirichlet.c
discrete.c
G:\GSL_WIN\src\randist\discrete.c(353) : warning C4244: '=' : conversion from 'double ' to 'unsigned int ', possible loss of data
erlang.c
exponential.c
exppow.c
fdist.c
flat.c
gamma.c
G:\GSL_WIN\src\randist\gamma.c(44) : warning C4244: 'initializing' : conversion from 'double ' to 'unsigned int ', possible loss of data
gauss.c
gausstail.c
geometric.c
G:\GSL_WIN\src\randist\geometric.c(45) : warning C4244: '=' : conversion from 'double ' to 'unsigned int ', possible loss of data
gumbel.c
hyperg.c
landau.c
G:\GSL_WIN\src\randist\landau.c(524) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
laplace.c
levy.c
logarithmic.c
G:\GSL_WIN\src\randist\logarithmic.c(51) : warning C4244: 'return' : conversion from 'double ' to 'unsigned int ', possible loss of data
logistic.c
lognormal.c
multinomial.c
nbinomial.c
pareto.c
pascal.c
poisson.c
G:\GSL_WIN\src\randist\poisson.c(41) : warning C4244: 'initializing' : conversion from 'double ' to 'unsigned int ', possible loss of data
rayleigh.c
shuffle.c
sphere.c
tdist.c
weibull.c
Compiling...
borosh13.c
cmrg.c
coveyou.c
default.c
fishman18.c
fishman20.c
fishman2x.c
gfsr4.c
knuthran.c
knuthran2.c
lecuyer21.c
minstd.c
mrg.c
mt.c
r250.c
ran0.c
ran1.c
ran2.c
ran3.c
rand.c
rand48.c
G:\GSL_WIN\src\rng\rand48.c(70) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\rng\rand48.c(78) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\rng\rand48.c(82) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\rng\rand48.c(125) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\rng\rand48.c(126) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
random.c
randu.c
ranf.c
G:\GSL_WIN\src\rng\ranf.c(75) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\rng\ranf.c(79) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\rng\ranf.c(83) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\rng\ranf.c(132) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\rng\ranf.c(133) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\rng\ranf.c(138) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\rng\ranf.c(142) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
G:\GSL_WIN\src\rng\ranf.c(146) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data
ranlux.c
ranlxd.c
G:\GSL_WIN\src\rng\ranlxd.c(152) : warning C4244: 'return' : conversion from 'double ' to 'unsigned long ', possible loss of data
ranlxs.c
G:\GSL_WIN\src\rng\ranlxs.c(202) : warning C4244: 'return' : conversion from 'double ' to 'unsigned long ', possible loss of data
ranmar.c
rng.c
slatec.c
taus.c
taus113.c
transputer.c
tt.c
types.c
uni.c
uni32.c
vax.c
waterman14.c
zuf.c
Compiling...
bisection.c
brent.c
convergence.c
falsepos.c
fdfsolver.c
fsolver.c
newton.c
secant.c
steffenson.c
Compiling...
siman.c
Compiling...
sort.c
sortind.c
sortvec.c
sortvecind.c
subset.c
subsetind.c
Compiling...
airy.c
airy_der.c
airy_zero.c
atanint.c
bessel.c
bessel_amp_phase.c
bessel_i.c
bessel_I0.c
bessel_I1.c
bessel_In.c
bessel_Inu.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -