Projects tagged ‘numerics’


[16 total ]

7 Users

DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods ... [More] like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). [Less]
Created 3 months ago.

3 Users
 

A purely functional interface to basic linear algebra computations and other numerical routines, internally implemented using GSL, BLAS and LAPACK.
Created about 1 year ago.

3 Users

dnAnalytics is a numerical library for the .NET Framework licensed under the Microsoft Public License. The library is written in C# and is available as a fully managed library, or as a native version ... [More] that uses Intel® Math Kernel Library (MKL). The native version of dnAnalytics provides significantly better performance when working with large sets of data. dnAnalytics is compatible with .NET 2.0 or later, and Mono. The managed version will run on a Windows XP or newer, and any platform that supports Mono. The native version supports 32bit and 64bit versions of Windows XP or newer, and 32bit and 64bit versions of Linux. [Less]
Created over 2 years ago.

2 Users

ASCEND is an interactive environment for modeling, debugging, and solving large systems of nonlinear algebraic or differential equations. Its interactive design allows users to inspect and solve ... [More] very difficult nonlinear systems. It includes plotting abilities and is scriptable. [Less]
Created over 3 years ago.

1 Users

Provides a class for non-negative numbers, a wrapper which can turn any ordered numeric type into a member of that class, and a lazy number type for non-negative numbers (a generalization of Peano ... [More] numbers). This library is used by the event-list package [Less]
Created about 1 year ago.

1 Users

Eigentools presents a C++ package to wrap the messiness associated with solving large scale sparse eigenproblems.
Created 8 months ago.

0 Users

The accurate calculation and tabulation of high-order quadrature rules (eg Gauss-Legendre, Gauss-Jacobi, etc.) is essential in many areas of numerical analysis. Standard double-precision arithmetic ... [More] is typically only sufficient to obtain 14 (or fewer) digits of accuracy in the points and weights, and therefore multiple-precision algebra libraries are required to improve this scenario. Furthermore, while the standard techniques for computing quadrature rules have been known for some time, some methods are better than others for computing arbitrary precision rules. Here we have collected a (hopefully growing) number of algorithms based on the freely-available GMP, MPFR, and GMPFRXX libraries for generating quadrature rules. This code was used to tabulate some of the 1D quadrature rules in the libmesh (libmesh.sf.net) finite element library. [Less]
Created 12 months ago.

0 Users

Dumping ground for random pieces of numerical codes.
Created 4 months ago.

0 Users

Not interesting. Personal numeric method implementations through Java - gwt.
Created 12 months ago.

0 Users

This project is intended to be a reference quantitative finance library for students working their way through books such as Hull and Clewlow and Strickland. The intent is to provide one valuation ... [More] model implemented in several different languages. The first language will be Java, followed by C++, and then R. Hopefully, others will contribute further implementations. Ideally, this would represent a toolkit that a student could apply to any new corporate or educational environment. [Less]
Created about 1 month ago.