Skip to content

Scientific Computing

Brandon Barker edited this page Aug 9, 2014 · 4 revisions

ATS has many facilities that enable effective, efficient, and safe scientific computing. The language's focus on safety and efficiency is obvious, but actually making efficient scientific code is often far from easy (in any language).

Parallel programming

Optimization

Python is perhaps one of the most popular general scientific computing languages, alongside MATLAB, though the R language has a notable lead with available statistics software (particularly related to Biology).

Matrix operations

Efficient matrix operations are difficult in practice.

Native ATS2 matrix algebra implementations

BLAS interfaces

(none yet?)

Benchmarks

Clone this wiki locally