Projects tagged ‘mathematics’, ‘numerical’, and ‘science’


Jump to tag:

Projects tagged ‘mathematics’, ‘numerical’, and ‘science’

Filtered by Project Tags mathematics numerical science

Refine results Project Tags math (6) library (5) programming (5) scientific (4) linux (3) c++ (3) differential_equations (2) windows (2) gsl (2) performance (2) computing (2) simulation (2)

[7 total ]

30USERS
   

Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments. It may also be used as a batch-oriented language.

8USERS
   

The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite.

4USERS
 

The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort focusing on applying empirical techniques in order to provide portable performance. It provides C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK.

1USERS

Perl module for handling of numbers with arbitrary many uncertainties. Does automatic error propagation and scientific rounding. An extension for outputting the objects in LaTeX syntax is available.

1USERS

O2scl is an object-oriented library for numerics in C++ useful for solving, minimizing, differentiating, integrating, interpolating, fitting, and more. Classes operate on generic member functions and generic vector types. Includes classes from GSL and CERNLIB.

1USERS

XMDS is a code generator that integrates equations. You write them down in human readable form in a XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture.

1USERS

The Finite Difference Template Library (FDTL) was created for the purposes of quickly solving partial differential equations using the finite difference method. It is implemented in C++ using both the object oriented (OO) paradigm and generic ... [More] programming techniques (templates). It is meant to be fast in the sense that the times required for theoretical preparation, software development and program execution are all small. The project was initially begun to solve a form of the Gross-Pitaevskii equation (describing the Bose-Einstein Condensate from low temperature physics) and source is available for an executable serving this purpose. [Less]