aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* math/R-cran-terra: Add new portTAKATSU Tomonari2021-10-171-0/+1
| | | | | | | | | | | | | | | Methods for spatial data analysis with raster and vector data. Raster methods allow for low-level data manipulation as well as high-level global, local, zonal, and focal computation. The predict and interpolate methods facilitate the use of regression type (interpolation, machine learning) models for spatial prediction, including with satellite remote sensing data. Processing of very large files is supported. See the manual and tutorials on <https://rspatial.org/terra/> to get started. 'terra' is very similar to the 'raster' package; but 'terra' can do more, is easier to use, and it is faster. WWW: https://cran.r-project.org/web/packages/terra/
* math/kalker: New port: Scientific calculator that supports math syntaxAshish SHUKLA2021-10-031-0/+1
| | | | | | | | A scientific calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers. WWW: https://kalker.xyz/
* math/dune-multidomaingrid: New port: DUNE framework: meta grid for ↵Yuri Victorovich2021-10-021-0/+1
| | | | subdomains spanning parts of host grid
* math/py-arybo: New port: Manipulation of mixed boolean-arithmetic symbolic ↵Yuri Victorovich2021-09-291-0/+1
| | | | expressions
* math/py-pytanque: New port: Petanque static python bindingsYuri Victorovich2021-09-291-0/+1
|
* math/petanque: New port: Library that helps manipulate symbolic boolean ↵Yuri Victorovich2021-09-291-0/+1
| | | | expressions
* math/Makefile: Add qhull8 entry.Stephen Montgomery-Smith2021-09-271-0/+1
| | | | This was forgotten in ce7b2a9d4da12a1b3a8746f05de202cdf8271240.
* math/tiny-bignum-c: New port: Small portable multiple-precision unsigned ↵Yuri Victorovich2021-09-241-0/+1
| | | | integer arithmetic in C
* math/blahtexml: New port: TeX to MathML converter designed with MediaWiki in ↵Yuri Victorovich2021-09-231-0/+1
| | | | mind
* math/py-rvlib: Add py-rvlib 0.0.5Po-Chuan Hsieh2021-09-211-0/+1
| | | | | | | | | | | | | | | | | Anyone who has used Distributions.jl will tell you how nice the interface is relative to the "exotic" (the most polite word we can think of) interface to distributions exposed by scipy.stats. Distributions.jl also brings better performace, particularly when its methods are used inside loops. For these reason we've put together rvlib, which mimics the interface of Distributions.jl, while at the same time attaining similar performance by exploiting numba. This package was inspired by Joshua Adelman's (@synapticarbors) blog post describing how to call the Rmath C library from numba using CFFI, and utilizes his build script to set up the CFFI interface. WWW: https://github.com/QuantEcon/rvlib
* math/munkres-cpp: New port: Kuhn-Munkres (Hungarian) algorithm in C++Yuri Victorovich2021-09-091-0/+1
|
* math/dune-grid-glue: New port: DUNE framework: infrastructure for coupling ↵Yuri Victorovich2021-09-071-0/+1
| | | | of unrelated Dune grids
* math/psurface: New port: Piecewise linear bijections between triangulated ↵Yuri Victorovich2021-09-061-0/+1
| | | | surfaces
* math/alberta: New port: Adaptive multi-level finite element toolboxYuri Victorovich2021-09-061-0/+1
|
* math/plantri: New port: Plantri and fullgen are programs to generate planar ↵Yuri Victorovich2021-09-041-0/+1
| | | | graph
* *: Clean up some thingsTobias Kortkamp2021-09-031-0/+1
| | | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop or unreferenced variables - Add missing ports to the build - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* math/obake: New port: C++ library for the symbolic manipulation of sparse ↵Yuri Victorovich2021-08-311-0/+1
| | | | polynomials & co
* math/py-heyoka: New port: Python library for ODE integration via Taylor's ↵Yuri Victorovich2021-08-311-0/+1
| | | | method and LLVM
* math/heyoka: New port: C++ library for ODE integration via Taylor's method ↵Yuri Victorovich2021-08-311-0/+1
| | | | and LLVM
* math/stan: New port: C++ package for Bayesian inference, maximum likelihood ↵Yuri Victorovich2021-08-281-0/+1
| | | | estimation, etc
* math/stanmath: New port: C++ template library for automatic differentiationYuri Victorovich2021-08-281-0/+1
|
* math/polymake: Re-add port: Software package for research in polyhedral ↵Yuri Victorovich2021-08-241-0/+1
| | | | | | | geometry @ version=4.4 PR: 256861 Submitted by: Philipp Ost <bsd@philippost.de> (original version)
* math/normaliz: Remove duplicate of math/libnormalizYuri Victorovich2021-08-231-1/+0
| | | | Reported by: Philipp Ost <bsd@philippost.de>
* math/normaliz: New port: Tool for computations in affine monoids, vector ↵Yuri Victorovich2021-08-221-0/+1
| | | | configurations, etc
* math/py-pynauty: New port: Isomorphism testing and automorphisms of graphsYuri Victorovich2021-08-221-0/+1
|
* math/fparser: New port: Function parser for C++Yuri Victorovich2021-08-191-0/+1
|
* math/cado-nfs: New port: Implementation of the Number Field Sieve AlgorithmYuri Victorovich2021-08-131-0/+1
|
* math/gismo: New port: C++ library for isogeometric analysis (IGA)Yuri Victorovich2021-08-131-0/+1
|
* math/paritwine: New port: Glue library between PARI/GP and other mathematics ↵Yuri Victorovich2021-08-091-0/+1
| | | | libraries
* math/py-unyt: New port: Package for handling numpy arrays with unitsYuri Victorovich2021-08-031-0/+1
|
* math/mdal: Add new portWen Heping2021-07-301-0/+1
| | | | | | | | | Mesh Data Abstraction Library (MDAL) is a C++ library for handling unstructured mesh data released with MIT license. It provides a single data model for multiple supported data formats. MDAL is used by QGIS for data access for mesh layers. WWW: http://www.mdal.xyz/
* math/colpack: New port: Graph Coloring Algorithm PackageYuri Victorovich2021-07-191-0/+1
|
* math/py-pyreadr: Add py-pyreadr 0.4.2Po-Chuan Hsieh2021-07-141-0/+1
| | | | | | | | pyreadr is a python package to read and write R RData and Rds files into/from pandas dataframes. It does not need to have R or other external dependencies installed. WWW: https://github.com/ofajardo/pyreadr
* math/py-pytorchvideo: New port: Video understanding deep learning libraryNeel Chauhan2021-07-141-0/+1
|
* math/py-fvcore: New port: Shared code among different Facebook research projectsNeel Chauhan2021-07-141-0/+1
|
* math/oink: New port: Modern parity game solvers written in C++Yuri Victorovich2021-07-051-0/+1
|
* math/lib2geom: New port -- Easy to use 2D geometry library in C++Tobias C. Berner2021-07-041-0/+1
| | | | | | | | 2geom is a C++ library of mathematics for paths, curves, and other geometric calculations. Designed for vector graphics, it tackles Bézier curves, conic sections, paths, intersections, transformations, and basic geometries. WWW: https://gitlab.com/inkscape/lib2geom
* */*: Remove expired ports:Rene Ladan2021-06-261-3/+0
| | | | | | 2020-12-31 math/gringo: Uses Python 2.7 which is EOLed upstream 2021-06-23 math/aspcud: Uses EOL Python 2.7 via math/gringo 2021-06-23 math/py-pyasp: Uses EOL Python 2.7 via math/gringo
* math/R-cran-wk: Add new portTAKATSU Tomonari2021-06-111-0/+1
| | | | | | | | | | | Provides a minimal R and C++ API for parsing well-known binary and well-known text representation of geometries to and from R-native formats. Well-known binary is compact and fast to parse; well-known text is human-readable and is useful for writing tests. These formats are only useful in R if the information they contain can be accessed in R, for which high-performance functions are provided here. WWW: https://cran.r-project.org/web/packages/wk/
* math/kfr: New port: C++ DSP framework, FFT, Sample Rate Conversion, ↵Yuri Victorovich2021-06-101-0/+1
| | | | FIR/IIR/Biquad Filters
* math/suitesparse-*: connect the SuiteSparse modulesThierry Thomas2021-05-251-0/+17
|
* math/R-cran-maps: New port: Draw Geographical MapsGuangyuan Yang2021-05-241-0/+1
| | | | Approved by: lwhsu (mentor, implicit)
* math/R-cran-tensor: New port: Tensor product of arraysGuangyuan Yang2021-05-241-0/+1
| | | | Approved by: lwhsu (mentor, implicit)
* math/conauto: New port: Program for graph isomorphism testing & automorphism ↵Yuri Victorovich2021-05-221-0/+1
| | | | group computation
* math/bliss: New port: Tool for computing automorphism groups and canonical ↵Yuri Victorovich2021-05-221-0/+1
| | | | forms of graphs
* New port: math/creme: Randomized thermal relaxation method for MaxFS problemsYuri Victorovich2021-05-141-0/+1
|
* New port: math/gravity: Mathematical modeling for optimization and machine ↵Yuri Victorovich2021-05-121-0/+1
| | | | learning
* New port: math/disco: Discrete Conic Optimization SolverYuri Victorovich2021-05-121-0/+1
|
* New port: math/cgl-conic: Strategies for conic problems for COIN-OR Cut ↵Yuri Victorovich2021-05-121-0/+1
| | | | Generation
* New port: math/osiipopt: Conic solver interface for IpoptYuri Victorovich2021-05-121-0/+1
|