blob: 2ce6f16ca1e7722b1019c222a21699d6b5976e78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
|
# $FreeBSD$
#
COMMENT = Mathematics
SUBDIR += 4ti2
SUBDIR += GiNaC
SUBDIR += PDL
SUBDIR += R
SUBDIR += R-cran-Amelia
SUBDIR += R-cran-BsMD
SUBDIR += R-cran-CVST
SUBDIR += R-cran-ChangeAnomalyDetection
SUBDIR += R-cran-DEoptimR
SUBDIR += R-cran-DRR
SUBDIR += R-cran-DoE.base
SUBDIR += R-cran-Formula
SUBDIR += R-cran-FrF2
SUBDIR += R-cran-KFAS
SUBDIR += R-cran-LearnBayes
SUBDIR += R-cran-MCMCpack
SUBDIR += R-cran-MSwM
SUBDIR += R-cran-MatchIt
SUBDIR += R-cran-Matching
SUBDIR += R-cran-MatrixModels
SUBDIR += R-cran-NMF
SUBDIR += R-cran-RHmm
SUBDIR += R-cran-RSvgDevice
SUBDIR += R-cran-RcppArmadillo
SUBDIR += R-cran-RcppEigen
SUBDIR += R-cran-RcppRoll
SUBDIR += R-cran-Rmpfr
SUBDIR += R-cran-Rsolnp
SUBDIR += R-cran-SQUAREM
SUBDIR += R-cran-SparseM
SUBDIR += R-cran-VGAM
SUBDIR += R-cran-Zelig
SUBDIR += R-cran-assertthat
SUBDIR += R-cran-backports
SUBDIR += R-cran-bdsmatrix
SUBDIR += R-cran-car
SUBDIR += R-cran-carData
SUBDIR += R-cran-coda
SUBDIR += R-cran-combinat
SUBDIR += R-cran-conf.design
SUBDIR += R-cran-ddalpha
SUBDIR += R-cran-deldir
SUBDIR += R-cran-dimRed
SUBDIR += R-cran-dlmodeler
SUBDIR += R-cran-dplyr
SUBDIR += R-cran-expm
SUBDIR += R-cran-forcats
SUBDIR += R-cran-forecast
SUBDIR += R-cran-fracdiff
SUBDIR += R-cran-geepack
SUBDIR += R-cran-geometry
SUBDIR += R-cran-gmp
SUBDIR += R-cran-gower
SUBDIR += R-cran-gpclib
SUBDIR += R-cran-gss
SUBDIR += R-cran-gtable
SUBDIR += R-cran-haven
SUBDIR += R-cran-igraph
SUBDIR += R-cran-influenceR
SUBDIR += R-cran-inline
SUBDIR += R-cran-ipred
SUBDIR += R-cran-irlba
SUBDIR += R-cran-labeling
SUBDIR += R-cran-lava
SUBDIR += R-cran-lazyeval
SUBDIR += R-cran-lme4
SUBDIR += R-cran-magic
SUBDIR += R-cran-maxLik
SUBDIR += R-cran-mcmc
SUBDIR += R-cran-memisc
SUBDIR += R-cran-minqa
SUBDIR += R-cran-miscTools
SUBDIR += R-cran-mitools
SUBDIR += R-cran-mvtnorm
SUBDIR += R-cran-nloptr
SUBDIR += R-cran-nnls
SUBDIR += R-cran-nortest
SUBDIR += R-cran-numDeriv
SUBDIR += R-cran-numbers
SUBDIR += R-cran-outliers
SUBDIR += R-cran-partitions
SUBDIR += R-cran-pbkrtest
SUBDIR += R-cran-pls
SUBDIR += R-cran-polynom
SUBDIR += R-cran-prodlim
SUBDIR += R-cran-psych
SUBDIR += R-cran-quadprog
SUBDIR += R-cran-qualityTools
SUBDIR += R-cran-quantreg
SUBDIR += R-cran-recipes
SUBDIR += R-cran-rgenoud
SUBDIR += R-cran-robustbase
SUBDIR += R-cran-sandwich
SUBDIR += R-cran-scatterplot3d
SUBDIR += R-cran-sf
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp
SUBDIR += R-cran-spData
SUBDIR += R-cran-spdep
SUBDIR += R-cran-sspir
SUBDIR += R-cran-stabledist
SUBDIR += R-cran-survey
SUBDIR += R-cran-truncnorm
SUBDIR += R-cran-units
SUBDIR += R-cran-uroot
SUBDIR += R-cran-xts
SUBDIR += R-cran-zoo
SUBDIR += SCIP
SUBDIR += SoPlex
SUBDIR += aamath
SUBDIR += abs
SUBDIR += acalc
SUBDIR += add
SUBDIR += adept
SUBDIR += adol-c
SUBDIR += algae
SUBDIR += alglib
SUBDIR += algotutor
SUBDIR += alt-ergo
SUBDIR += amath
SUBDIR += ambit
SUBDIR += analitza
SUBDIR += ann
SUBDIR += antic
SUBDIR += apc
SUBDIR += apron
SUBDIR += arb
SUBDIR += aribas
SUBDIR += armadillo
SUBDIR += arpack++
SUBDIR += arpack-ng
SUBDIR += ascent
SUBDIR += aspcud
SUBDIR += asymptote
SUBDIR += atlas
SUBDIR += barvinok
SUBDIR += bcal
SUBDIR += biggles
SUBDIR += bitwise
SUBDIR += blacs
SUBDIR += blas
SUBDIR += blasfeo
SUBDIR += blaze
SUBDIR += blazeiterative
SUBDIR += blis
SUBDIR += blitz++
SUBDIR += blocksolve95
SUBDIR += bonmin
SUBDIR += boolector
SUBDIR += bsdnt
SUBDIR += btor2tools
SUBDIR += cadabra2
SUBDIR += calc
SUBDIR += calcoo
SUBDIR += calctool
SUBDIR += cantor
SUBDIR += casadi
SUBDIR += cbc
SUBDIR += cblas
SUBDIR += ccmath
SUBDIR += cddlib
SUBDIR += ceres-solver
SUBDIR += cgal
SUBDIR += cgl
SUBDIR += chaco
SUBDIR += chryzodus
SUBDIR += clasp
SUBDIR += clblas
SUBDIR += clblast
SUBDIR += clfft
SUBDIR += cln
SUBDIR += cloog
SUBDIR += clp
SUBDIR += clrng
SUBDIR += cminpack
SUBDIR += cmlib
SUBDIR += cocoalib
SUBDIR += coin-or-data-netlib
SUBDIR += coin-or-data-sample
SUBDIR += coin-or-data-stochastic
SUBDIR += coinmp
SUBDIR += coinutils
SUBDIR += combblas
SUBDIR += concorde
SUBDIR += convertall
SUBDIR += coq
SUBDIR += couenne
SUBDIR += cppad
SUBDIR += crlibm
SUBDIR += cryptominisat
SUBDIR += curv
SUBDIR += cvc3
SUBDIR += cvc4
SUBDIR += dbcsr
SUBDIR += deal.ii
SUBDIR += diehard
SUBDIR += dieharder
SUBDIR += djbfft
SUBDIR += drgeo
SUBDIR += dsdp
SUBDIR += dynare
SUBDIR += e
SUBDIR += ecos
SUBDIR += edenmath
SUBDIR += eigen2
SUBDIR += eigen3
SUBDIR += eispack
SUBDIR += elpa
SUBDIR += emc2
SUBDIR += ent
SUBDIR += entropy
SUBDIR += eprover
SUBDIR += ess
SUBDIR += eukleides
SUBDIR += eval
SUBDIR += exprtk
SUBDIR += facile
SUBDIR += fann
SUBDIR += fcl
SUBDIR += fflas-ffpack
SUBDIR += fftw
SUBDIR += fftw-float
SUBDIR += fftw3
SUBDIR += fftw3-float
SUBDIR += fftw3-long
SUBDIR += fftw3-quad
SUBDIR += flann
SUBDIR += flint2
SUBDIR += flintqs
SUBDIR += form
SUBDIR += fpc-fftw
SUBDIR += fpc-gmp
SUBDIR += fpc-numlib
SUBDIR += fplll
SUBDIR += fricas
SUBDIR += frobby
SUBDIR += fxt
SUBDIR += g2o
SUBDIR += galculator
SUBDIR += gambit
SUBDIR += gap
SUBDIR += gau2grid
SUBDIR += geogebra
SUBDIR += geogram
SUBDIR += geonext
SUBDIR += gexpr
SUBDIR += gfan
SUBDIR += gfanlib
SUBDIR += ggobi
SUBDIR += gh-bc
SUBDIR += giacxcas
SUBDIR += givaro
SUBDIR += gkmap
SUBDIR += glgraph
SUBDIR += glm
SUBDIR += glpk
SUBDIR += glucose
SUBDIR += gmm++
SUBDIR += gmp
SUBDIR += gmp-ecm
SUBDIR += gnome-calculator
SUBDIR += gnubc
SUBDIR += gnumeric
SUBDIR += gnuplot
SUBDIR += gnuplot-lite
SUBDIR += gnuplot-tex-extras
SUBDIR += gotoblas
SUBDIR += grace
SUBDIR += graphthing
SUBDIR += gretl
SUBDIR += gri
SUBDIR += gringo
SUBDIR += grpn
SUBDIR += gsl
SUBDIR += hexcalc
SUBDIR += hipmcl
SUBDIR += hmat-oss
SUBDIR += hpipm
SUBDIR += hs-Agda
SUBDIR += hs-semigroups
SUBDIR += ignition-math
SUBDIR += igraph
SUBDIR += intervaltree
SUBDIR += ipopt
SUBDIR += ised
SUBDIR += jacal
SUBDIR += jags
SUBDIR += jakarta-commons-math3
SUBDIR += jama
SUBDIR += jeuclid
SUBDIR += jlatexmath
SUBDIR += jsmath-fonts
SUBDIR += jtransforms
SUBDIR += jts
SUBDIR += kalgebra
SUBDIR += kbruch
SUBDIR += kcalc
SUBDIR += kig
SUBDIR += kktdirect
SUBDIR += kmplot
SUBDIR += labplot
SUBDIR += lambda
SUBDIR += lapack
SUBDIR += lapack++
SUBDIR += lapack95
SUBDIR += lapacke
SUBDIR += laspack
SUBDIR += latte-integrale
SUBDIR += ldouble
SUBDIR += lean
SUBDIR += lemon
SUBDIR += levmar
SUBDIR += libRmath
SUBDIR += libccd
SUBDIR += libflame
SUBDIR += liblbfgs
SUBDIR += libmesh
SUBDIR += libmissing
SUBDIR += libnormaliz
SUBDIR += libocas
SUBDIR += liborigin
SUBDIR += libpgmath
SUBDIR += libpoly
SUBDIR += libqalculate
SUBDIR += libranlip
SUBDIR += librsb
SUBDIR += libtommath
SUBDIR += libtsnnls
SUBDIR += libxls
SUBDIR += libxlsxwriter
SUBDIR += libxsmm
SUBDIR += lidia
SUBDIR += linpack
SUBDIR += lis
SUBDIR += lll_spect
SUBDIR += lp_solve
SUBDIR += lrng
SUBDIR += lrslib
SUBDIR += ltl
SUBDIR += ltl2ba
SUBDIR += lybniz
SUBDIR += mandelbulber2
SUBDIR += mate-calc
SUBDIR += math77
SUBDIR += mathgl
SUBDIR += mathmod
SUBDIR += mathomatic
SUBDIR += matio
SUBDIR += matlab-installer
SUBDIR += maxima
SUBDIR += mbasecalc
SUBDIR += metis
SUBDIR += metis-edf
SUBDIR += metis4
SUBDIR += mfem
SUBDIR += mingw32-libgmp
SUBDIR += minisat
SUBDIR += miracl
SUBDIR += mkl-dnn
SUBDIR += mlpack
SUBDIR += moab
SUBDIR += moo
SUBDIR += mpc
SUBDIR += mpexpr
SUBDIR += mpfr
SUBDIR += mpir
SUBDIR += mppp
SUBDIR += mprime
SUBDIR += mtrxmath
SUBDIR += multichoose
SUBDIR += mumps
SUBDIR += mumps4
SUBDIR += muparser
SUBDIR += nanoflann
SUBDIR += naturalmath
SUBDIR += nauty
SUBDIR += ndiff
SUBDIR += newmat
SUBDIR += nfft
SUBDIR += ngraph
SUBDIR += nlopt
SUBDIR += ntl
SUBDIR += numdiff
SUBDIR += nyh-hoc
SUBDIR += ocaml-ocamlgraph
SUBDIR += ocaml-zarith
SUBDIR += ocamlgsl
SUBDIR += octave
SUBDIR += octave-forge
SUBDIR += octave-forge-actuarial
SUBDIR += octave-forge-base
SUBDIR += octave-forge-bim
SUBDIR += octave-forge-bioinfo
SUBDIR += octave-forge-bsltl
SUBDIR += octave-forge-cgi
SUBDIR += octave-forge-civil-engineering
SUBDIR += octave-forge-control
SUBDIR += octave-forge-data-smoothing
SUBDIR += octave-forge-database
SUBDIR += octave-forge-dataframe
SUBDIR += octave-forge-dicom
SUBDIR += octave-forge-divand
SUBDIR += octave-forge-doctest
SUBDIR += octave-forge-fenv
SUBDIR += octave-forge-financial
SUBDIR += octave-forge-fpl
SUBDIR += octave-forge-fuzzy-logic-toolkit
SUBDIR += octave-forge-ga
SUBDIR += octave-forge-general
SUBDIR += octave-forge-generate_html
SUBDIR += octave-forge-geometry
SUBDIR += octave-forge-gnuplot
SUBDIR += octave-forge-gsl
SUBDIR += octave-forge-ident
SUBDIR += octave-forge-image
SUBDIR += octave-forge-informationtheory
SUBDIR += octave-forge-integration
SUBDIR += octave-forge-interval
SUBDIR += octave-forge-io
SUBDIR += octave-forge-irsa
SUBDIR += octave-forge-level-set
SUBDIR += octave-forge-lssa
SUBDIR += octave-forge-ltfat
SUBDIR += octave-forge-mapping
SUBDIR += octave-forge-miscellaneous
SUBDIR += octave-forge-missing-functions
SUBDIR += octave-forge-msh
SUBDIR += octave-forge-multicore
SUBDIR += octave-forge-mvn
SUBDIR += octave-forge-nan
SUBDIR += octave-forge-ncarray
SUBDIR += octave-forge-netcdf
SUBDIR += octave-forge-nlwing2
SUBDIR += octave-forge-nnet
SUBDIR += octave-forge-nurbs
SUBDIR += octave-forge-oct2mat
SUBDIR += octave-forge-octclip
SUBDIR += octave-forge-octproj
SUBDIR += octave-forge-odebvp
SUBDIR += octave-forge-optics
SUBDIR += octave-forge-optim
SUBDIR += octave-forge-optiminterp
SUBDIR += octave-forge-outliers
SUBDIR += octave-forge-plot
SUBDIR += octave-forge-quaternion
SUBDIR += octave-forge-queueing
SUBDIR += octave-forge-secs1d
SUBDIR += octave-forge-secs2d
SUBDIR += octave-forge-secs3d
SUBDIR += octave-forge-signal
SUBDIR += octave-forge-simp
SUBDIR += octave-forge-sockets
SUBDIR += octave-forge-sparsersb
SUBDIR += octave-forge-specfun
SUBDIR += octave-forge-special-matrix
SUBDIR += octave-forge-splines
SUBDIR += octave-forge-statistics
SUBDIR += octave-forge-stk
SUBDIR += octave-forge-struct
SUBDIR += octave-forge-symband
SUBDIR += octave-forge-symbolic
SUBDIR += octave-forge-tcl-octave
SUBDIR += octave-forge-tsa
SUBDIR += octave-forge-zenity
SUBDIR += octave-forge-zeromq
SUBDIR += octomap
SUBDIR += ogdf
SUBDIR += oleo
SUBDIR += onnx
SUBDIR += openblas
SUBDIR += openfst
SUBDIR += openlibm
SUBDIR += openmesh
SUBDIR += opensolaris-libm
SUBDIR += openturns
SUBDIR += optpp
SUBDIR += orpie
SUBDIR += osi
SUBDIR += osqp
SUBDIR += p5-AI-DecisionTree
SUBDIR += p5-AI-Genetic
SUBDIR += p5-AI-NeuralNet-BackProp
SUBDIR += p5-AI-Perceptron
SUBDIR += p5-Algorithm-Combinatorics
SUBDIR += p5-Algorithm-CurveFit
SUBDIR += p5-Algorithm-KMeans
SUBDIR += p5-Algorithm-Munkres
SUBDIR += p5-Bit-ShiftReg
SUBDIR += p5-Bit-Vector
SUBDIR += p5-Bit-Vector-Minimal
SUBDIR += p5-CAD-Calc
SUBDIR += p5-Chart-Math-Axis
SUBDIR += p5-Data-Float
SUBDIR += p5-Date-Handler
SUBDIR += p5-GIS-Distance
SUBDIR += p5-GIS-Distance-Fast
SUBDIR += p5-GIS-Distance-Lite
SUBDIR += p5-Geo-Coordinates-UTM
SUBDIR += p5-Geo-Distance
SUBDIR += p5-Geo-Distance-XS
SUBDIR += p5-Graph
SUBDIR += p5-Math-Algebra-Symbols
SUBDIR += p5-Math-Base36
SUBDIR += p5-Math-Base85
SUBDIR += p5-Math-BaseCalc
SUBDIR += p5-Math-BaseCnv
SUBDIR += p5-Math-Bezier
SUBDIR += p5-Math-Bezier-Convert
SUBDIR += p5-Math-BigInt
SUBDIR += p5-Math-BigInt-FastCalc
SUBDIR += p5-Math-BigInt-GMP
SUBDIR += p5-Math-BigInt-Lite
SUBDIR += p5-Math-BigInt-Pari
SUBDIR += p5-Math-BigRat
SUBDIR += p5-Math-CDF
SUBDIR += p5-Math-Calc-Units
SUBDIR += p5-Math-Cephes
SUBDIR += p5-Math-Combinatorics
SUBDIR += p5-Math-Complex
SUBDIR += p5-Math-ConvexHull
SUBDIR += p5-Math-Currency
SUBDIR += p5-Math-Derivative
SUBDIR += p5-Math-Evol
SUBDIR += p5-Math-Expr
SUBDIR += p5-Math-FFT
SUBDIR += p5-Math-FixedPrecision
SUBDIR += p5-Math-Fleximal
SUBDIR += p5-Math-GMP
SUBDIR += p5-Math-GMPf
SUBDIR += p5-Math-GMPq
SUBDIR += p5-Math-GMPz
SUBDIR += p5-Math-GSL
SUBDIR += p5-Math-Geometry
SUBDIR += p5-Math-Geometry-Planar
SUBDIR += p5-Math-Geometry-Planar-GPC
SUBDIR += p5-Math-Geometry-Planar-GPC-PolygonXS
SUBDIR += p5-Math-Geometry-Planar-Offset
SUBDIR += p5-Math-Geometry-Voronoi
SUBDIR += p5-Math-Gradient
SUBDIR += p5-Math-Int128
SUBDIR += p5-Math-Int64
SUBDIR += p5-Math-Interpolate
SUBDIR += p5-Math-Intersection-StraightLine
SUBDIR += p5-Math-Logic
SUBDIR += p5-Math-MPC
SUBDIR += p5-Math-MPFR
SUBDIR += p5-Math-Matrix
SUBDIR += p5-Math-MatrixReal
SUBDIR += p5-Math-NumberCruncher
SUBDIR += p5-Math-Pari
SUBDIR += p5-Math-Polygon
SUBDIR += p5-Math-Polygon-Tree
SUBDIR += p5-Math-Polynomial-Solve
SUBDIR += p5-Math-Prime-Util
SUBDIR += p5-Math-Prime-Util-GMP
SUBDIR += p5-Math-Prime-XS
SUBDIR += p5-Math-ProvablePrime
SUBDIR += p5-Math-RPN
SUBDIR += p5-Math-Random
SUBDIR += p5-Math-Random-ISAAC
SUBDIR += p5-Math-Random-ISAAC-XS
SUBDIR += p5-Math-Random-MT
SUBDIR += p5-Math-Random-MT-Auto
SUBDIR += p5-Math-Random-OO
SUBDIR += p5-Math-Random-Secure
SUBDIR += p5-Math-RandomOrg
SUBDIR += p5-Math-Round
SUBDIR += p5-Math-Round-Var
SUBDIR += p5-Math-Sequence
SUBDIR += p5-Math-Series
SUBDIR += p5-Math-SigFigs
SUBDIR += p5-Math-SimpleVariable
SUBDIR += p5-Math-Spline
SUBDIR += p5-Math-String
SUBDIR += p5-Math-Symbolic
SUBDIR += p5-Math-Symbolic-Custom-CCompiler
SUBDIR += p5-Math-Symbolic-Custom-Contains
SUBDIR += p5-Math-Symbolic-Custom-ErrorPropagation
SUBDIR += p5-Math-Symbolic-Custom-LaTeXDumper
SUBDIR += p5-Math-Symbolic-Custom-Pattern
SUBDIR += p5-Math-Symbolic-Custom-Simplification
SUBDIR += p5-Math-Symbolic-Custom-Transformation
SUBDIR += p5-Math-SymbolicX-BigNum
SUBDIR += p5-Math-SymbolicX-Complex
SUBDIR += p5-Math-SymbolicX-Error
SUBDIR += p5-Math-SymbolicX-Inline
SUBDIR += p5-Math-SymbolicX-NoSimplification
SUBDIR += p5-Math-SymbolicX-ParserExtensionFactory
SUBDIR += p5-Math-SymbolicX-Statistics-Distributions
SUBDIR += p5-Math-TrulyRandom
SUBDIR += p5-Math-Units
SUBDIR += p5-Math-Utils
SUBDIR += p5-Math-Vec
SUBDIR += p5-Math-VecStat
SUBDIR += p5-Math-VectorReal
SUBDIR += p5-NetCDF
SUBDIR += p5-Number-Compare
SUBDIR += p5-Number-Fraction
SUBDIR += p5-Number-Misc
SUBDIR += p5-Number-Uncertainty
SUBDIR += p5-Number-WithError
SUBDIR += p5-Number-WithError-LaTeX
SUBDIR += p5-Parse-Range
SUBDIR += p5-Roman
SUBDIR += p5-Set-IntSpan
SUBDIR += p5-Set-IntSpan-Fast
SUBDIR += p5-Set-IntSpan-Fast-XS
SUBDIR += p5-Set-Partition
SUBDIR += p5-Set-Window
SUBDIR += p5-Statistics-Basic
SUBDIR += p5-Statistics-Benford
SUBDIR += p5-Statistics-CaseResampling
SUBDIR += p5-Statistics-ChiSquare
SUBDIR += p5-Statistics-Contingency
SUBDIR += p5-Statistics-Descriptive
SUBDIR += p5-Statistics-Descriptive-Discrete
SUBDIR += p5-Statistics-Distributions
SUBDIR += p5-Statistics-Forecast
SUBDIR += p5-Statistics-Frequency
SUBDIR += p5-Statistics-LTU
SUBDIR += p5-Statistics-LineFit
SUBDIR += p5-Statistics-Lite
SUBDIR += p5-Statistics-OLS
SUBDIR += p5-Statistics-R
SUBDIR += p5-Statistics-Regression
SUBDIR += p5-Statistics-TTest
SUBDIR += p5-Task-Math-Symbolic
SUBDIR += p5-Text-AsciiTeX
SUBDIR += p5-bignum
SUBDIR += pantheon-calculator
SUBDIR += pari
SUBDIR += parmetis
SUBDIR += parmgridgen
SUBDIR += pdal
SUBDIR += pear-Math_BigInteger
SUBDIR += pear-Math_Combinatorics
SUBDIR += pecl-bitset
SUBDIR += pecl-stats2
SUBDIR += petiga
SUBDIR += php71-bcmath
SUBDIR += php71-gmp
SUBDIR += php72-bcmath
SUBDIR += php72-gmp
SUBDIR += php73-bcmath
SUBDIR += php73-gmp
SUBDIR += php74-bcmath
SUBDIR += php74-gmp
SUBDIR += physcalc
SUBDIR += picosat
SUBDIR += piranha
SUBDIR += plman
SUBDIR += ploticus
SUBDIR += ploticus-nox11
SUBDIR += plplot
SUBDIR += plplot-ada
SUBDIR += polylib
SUBDIR += primegen
SUBDIR += primesieve
SUBDIR += primme
SUBDIR += prng
SUBDIR += proofgeneral
SUBDIR += pspp
SUBDIR += py-CyLP
SUBDIR += py-Diofant
SUBDIR += py-GridDataFormats
SUBDIR += py-MutatorMath
SUBDIR += py-PuLP
SUBDIR += py-PyMetis
SUBDIR += py-PySCIPOpt
SUBDIR += py-PyWavelets
SUBDIR += py-Pyomo
SUBDIR += py-algopy
SUBDIR += py-altgraph
SUBDIR += py-apgl
SUBDIR += py-autograd
SUBDIR += py-basemap
SUBDIR += py-basemap-data
SUBDIR += py-bayesian-optimization
SUBDIR += py-bitmath
SUBDIR += py-bitvector
SUBDIR += py-bottleneck
SUBDIR += py-cdecimal
SUBDIR += py-chaospy
SUBDIR += py-cma
SUBDIR += py-colormath
SUBDIR += py-cryptominisat
SUBDIR += py-cvxopt
SUBDIR += py-cvxpy
SUBDIR += py-cyipopt
SUBDIR += py-deap
SUBDIR += py-ecos
SUBDIR += py-fastcluster
SUBDIR += py-fastdtw
SUBDIR += py-ffc
SUBDIR += py-fiat
SUBDIR += py-fpconst
SUBDIR += py-gato
SUBDIR += py-gau2grid
SUBDIR += py-gimmik
SUBDIR += py-gmpy
SUBDIR += py-gmpy2
SUBDIR += py-gnuplot
SUBDIR += py-grandalf
SUBDIR += py-graphillion
SUBDIR += py-gym
SUBDIR += py-igakit
SUBDIR += py-igraph
SUBDIR += py-intspan
SUBDIR += py-keras
SUBDIR += py-keras-applications
SUBDIR += py-keras-preprocessing
SUBDIR += py-kiwisolver
SUBDIR += py-levmar
SUBDIR += py-libpoly
SUBDIR += py-luminol
SUBDIR += py-mathdom
SUBDIR += py-matplotlib
SUBDIR += py-mpmath
SUBDIR += py-munkres
SUBDIR += py-munkres10
SUBDIR += py-networkx
SUBDIR += py-networkx1
SUBDIR += py-nevergrad
SUBDIR += py-numeric
SUBDIR += py-numexpr
SUBDIR += py-numpy
SUBDIR += py-nzmath
SUBDIR += py-onnx
SUBDIR += py-osqp
SUBDIR += py-pandas
SUBDIR += py-pandas-datareader
SUBDIR += py-patsy
SUBDIR += py-permutation
SUBDIR += py-petsc4py
SUBDIR += py-piranha
SUBDIR += py-plastex
SUBDIR += py-primme
SUBDIR += py-probstat
SUBDIR += py-pyFFTW
SUBDIR += py-pyasp
SUBDIR += py-pybloom
SUBDIR += py-pyclipper
SUBDIR += py-pycosat
SUBDIR += py-pygsl
SUBDIR += py-pygslodeiv2
SUBDIR += py-pyhull
SUBDIR += py-pyipopt
SUBDIR += py-pymc
SUBDIR += py-pymc3
SUBDIR += py-pyneqsys
SUBDIR += py-pynleq2
SUBDIR += py-pyodeint
SUBDIR += py-pyodesys
SUBDIR += py-pysparse
SUBDIR += py-pysym
SUBDIR += py-pystan
SUBDIR += py-python-louvain
SUBDIR += py-pyvtk
SUBDIR += py-quadprog
SUBDIR += py-random2
SUBDIR += py-rapi
SUBDIR += py-roman
SUBDIR += py-rpy
SUBDIR += py-rpy2
SUBDIR += py-scientific
SUBDIR += py-scikit-umfpack
SUBDIR += py-scs
SUBDIR += py-seaborn
SUBDIR += py-secp256k1
SUBDIR += py-simhash
SUBDIR += py-slepc4py
SUBDIR += py-spectral
SUBDIR += py-spot
SUBDIR += py-statsmodels
SUBDIR += py-svgmath
SUBDIR += py-sym
SUBDIR += py-symcxx
SUBDIR += py-sympy
SUBDIR += py-theano
SUBDIR += py-ufl
SUBDIR += py-uncertainties
SUBDIR += py-vincenty
SUBDIR += py-viper
SUBDIR += py-yt
SUBDIR += py-z3-solver
SUBDIR += qalculate
SUBDIR += qd
SUBDIR += qhull
SUBDIR += qhull5
SUBDIR += qposases
SUBDIR += qrupdate
SUBDIR += qtiplot-doc
SUBDIR += qwtplot3d
SUBDIR += randlib
SUBDIR += rapid
SUBDIR += reduce
SUBDIR += reduce-psl
SUBDIR += reed-solomon
SUBDIR += rexx-regmath
SUBDIR += rkward-kde
SUBDIR += rngstreams
SUBDIR += rocs
SUBDIR += rpcalc
SUBDIR += rubygem-algebra
SUBDIR += rubygem-expression_parser
SUBDIR += rubygem-fftw3
SUBDIR += rubygem-mathn
SUBDIR += rubygem-mtrc
SUBDIR += rubygem-narray
SUBDIR += rubygem-narray_miss
SUBDIR += rubygem-numru-misc
SUBDIR += rubygem-numru-units
SUBDIR += rubygem-rb-gsl
SUBDIR += rumur
SUBDIR += saga
SUBDIR += sage
SUBDIR += sc
SUBDIR += sc-im
SUBDIR += scalapack
SUBDIR += scilab
SUBDIR += scilab-toolbox-swt
SUBDIR += scs
SUBDIR += sdpa
SUBDIR += secp256k1
SUBDIR += sfft
SUBDIR += sfst
SUBDIR += simd-viterbi
SUBDIR += singular
SUBDIR += slatec
SUBDIR += sleef
SUBDIR += slepc
SUBDIR += slgrace
SUBDIR += snns
SUBDIR += solitaire
SUBDIR += sound-of-sorting
SUBDIR += spar
SUBDIR += spblas
SUBDIR += spectra
SUBDIR += speedcrunch
SUBDIR += spooles
SUBDIR += spooles-mpich
SUBDIR += spot
SUBDIR += stp
SUBDIR += suitesparse
SUBDIR += sundials
SUBDIR += superlu
SUBDIR += superlu_mt
SUBDIR += symmetrica
SUBDIR += symphony
SUBDIR += tablix
SUBDIR += taucs
SUBDIR += tblis
SUBDIR += testu01
SUBDIR += tetgen
SUBDIR += timbl
SUBDIR += tmv
SUBDIR += tomsfastmath
SUBDIR += topaz
SUBDIR += topcom
SUBDIR += triangle
SUBDIR += trlan
SUBDIR += truthtable
SUBDIR += tvm
SUBDIR += tvmet
SUBDIR += ump
SUBDIR += units
SUBDIR += unuran
SUBDIR += vampire
SUBDIR += viennacl
SUBDIR += visualpolylib
SUBDIR += vowpal_wabbit
SUBDIR += vtk6
SUBDIR += vtk8
SUBDIR += wcalc
SUBDIR += wfmath
SUBDIR += why3
SUBDIR += wingz3
SUBDIR += wxmaxima
SUBDIR += x12arima
SUBDIR += xblas
SUBDIR += xfce4-calculator-plugin
SUBDIR += xgraph
SUBDIR += xlapack
SUBDIR += xldlas
SUBDIR += xlife++
SUBDIR += xplot
SUBDIR += xppaut
SUBDIR += xspread
SUBDIR += xtensor
SUBDIR += yacas
SUBDIR += yices
SUBDIR += z3
SUBDIR += zegrapher
SUBDIR += zimpl
.include <bsd.port.subdir.mk>
|