DOLFIN

DOLFIN 1.3.0

DOLFIN is an open source C++ interface to the FEniCS project for the Automation of Computational Mathematical Modeling (ACMM).It provides a consistent PSE (Problem Solving Environment) for solving partial and ordinary differential equations.What is new in...

DragMath

DragMath 0.7.7

DragMath is a free "drag and drop" equation editor. It is a Java applet which can simply run within a web browser on most computers.The editor lets users build up mathematical expressions in a traditional two dimensional way, and then output the results...

Dstar Lite is a C implementation of the D* Lite algorithm as explained in [Koenig, 2002].There are a few minor modifications to this code to improve computation time and path distance. This is a very simple piece of software and should take very little...

dynts

dynts 0.4.1

dynts is a timeseries analysis and a timeseries domain specific language written in Python.Timeserie ObjectTo create a timeseries object directly:>>> from dynts import timeseries>>> ts = timeseries('test')>>> ts.type'zoo'>>> ts.name'test'>>>...

Eigen

Eigen 3.2.0

Eigen project is an open source and lightweight C++ template library for vector and matrix math a.k.a. linear algebra.Unlike most other linear algebra libraries, Eigen focuses on the simple mathematical needs of applications, such as games and other...

EqualX

EqualX 0.6.0 Beta

EqualX is an application that makes you easily write equations in LaTeX and preview them in real-time.Projects goals are:- help user write more easily equations in LaTeX and preview them in real-time :- symbol completion- GUI tools containing necessary...

Equation Grapher

Equation Grapher 20050225

Equation Grapher is a 2D implicit equation grapher.Equation Grapher allows you to plot equations of the form f(x,y) = g(x,y), with all of the standard operators (log, exp, sqrt, ...) as well as differentiation. Example equations:y = sin(x)x = sin(y)(xy)^2...

ESC/Java2 Frontend project parses Java 1.4 source code and Java 1.5 bytecode into an Abstract Syntax Tree that can be used for Extended Static Checking.The Extended Static Checker for Java version 2 (ESC/Java2) is a programming tool that attempts to find...

FEniCS

FEniCS 1.3.0

FEniCS is a free application for automated solution of differential equations. We provide software tools for working with computational meshes, finite element variational formulations of PDEs, ODE solvers and linear algebra.FEniCS is organized as a...

FLENS

FLENS 2012-10-01

FLENS project is:· a C++ interface for BLAS and LAPACK· an extremely convenient C++ interface for BLAS and LAPACK· an extremely efficient C++ interface to BLAS and LAPACK: · There is no run-time overhead compared to directly...