Ports Search

Results 301310 of 792 for /math/.(0.003 seconds)
math/fpc-3.0.0 (Score: 0.10508093)
Free Pascal unit to numerical methods
math/GiNaC-1.7.0 (Score: 0.10508093)
C++ library for symbolic mathematical calculations
GiNaC is an iterated and recursive acronym for GiNaC is Not a CAS, where CAS stands for Computer Algebra System. It is designed to allow the creation of integrated systems that embed symbolic manipulations together with more established areas of computer science (like computation-intense numeric applications, graphical interfaces, etc.) under one roof.
math/grpn-1.1.2 (Score: 0.10508093)
GTK+-based reverse polish notation (RPN) calculator
GRPN is a RPN calculator for the X Window system built using the GIMP Toolkit (GTK). GRPN works with real numbers, complex numbers, matrices, and complex matrices. Numbers can be displayed in 4 different radix modes, and complex numbers can be displayed in either Cartesian or polar form.
math/PDL-2.015 (Score: 0.10508093)
Perl Data Language
PDL (``Perl Data Language'') gives standard perl the ability to COMPACTLY store and SPEEDILY manipulate the large N-dimensional data arrays which are the bread and butter of scientific computing. The idea is to turn perl in to a free, array-oriented, numerical language in the same sense as commerical packages like IDL and MatLab. One can write simple perl expressions to manipulate entire numerical arrays all at once. For example, using PDL the perl variable $a can hold a 1024x1024 floating point image, it only takes 4Mb of memory to store it and expressions like $a=sqrt($a)+2 would manipulate the whole image in a few seconds. A simple interactive shell (perldl) is provided for command line use together with a module (PDL) for use in perl scripts.
math/Amelia-1.7.4 (Score: 0.10508093)
Program for Missing Data
A tool that "multiply imputes" missing data in a single cross-section (such as a survey), from a time series (like variables collected for each year in a country), or from a time-series-cross-sectional data set (such as collected by years for each of several countries).
math/Agda-2.4.2.3 (Score: 0.10508093)
Dependently typed functional programming language and proof assistant
Agda is a dependently typed functional programming language: It has inductive families, which are similar to Haskell's GADTs, but they can be indexed by values and not just types. It also has parameterised modules, mixfix operators, Unicode characters, and an interactive Emacs interface (the type checker can assist in the development of your code). Agda is also a proof assistant: It is an interactive system for writing and checking proofs. Agda is based on intuitionistic type theory, a foundational system for constructive mathematics developed by the Swedish logician Per Martin-Lof. It has many similarities with other proof assistants based on dependent types, such as Coq, Epigram and NuPRL.
math/NumInstances-1.4 (Score: 0.10508093)
Instances of numeric classes for functions and tuples
Instances of numeric classes for functions and tuples.
math/adjunctions-4.2.1 (Score: 0.10508093)
Adjunctions and representable functors
Adjunctions and representable functors.
math/categories-1.0.7 (Score: 0.10508093)
Categories
Categories.
math/comonad-4.2.7.2 (Score: 0.10508093)
Comonads
Comonads.