33 projects tagged "Scientific Computing"
Thinknowlogy is grammar-based software designed to utilize the logic contained within grammar in order to create intelligence through a natural language, which is demonstrated by programming in a natural language, reasoning in a natural language (drawing conclusions, making assumptions (with a self-adjusting level of uncertainty), asking questions (about gaps in the knowledge), and detecting conflicts), and intelligent answering of "is" questions, providing alternative answers as well.
GarlicSim is a platform for writing, running, and analyzing simulations. It is general enough to handle any kind of simulation: physics, game theory, epidemic spread, electronics, etc. GarlicSim aims to eliminate the need to write any boilerplate code that isn't directly related to the phenomenon you're simulating. GarlicSim defines a new format for simulations, called a simulation package and often abbreviated as simpack. The simpack contains all the code that define the simulated system, and is simply a Python package which defines a few special functions according to the GarlicSim simpack API. Simpack code may also be written in C. All of the tools that GarlicSim provides can be used to run simulations of all kinds of different domains.
Qt-based library with functionality to create highly efficient and fully graphical applications, oriented to computer vision, image processing, and scientific computation. The library features an homogeneous and well documented object-oriented API, with wrapping methods for high performance functionality from libraries such as OpenCV, GSL, CGAL, IPP, BLAS, LAPACK, or Octave library.
FLENS is short for Flexible Library for Efficient Numerical Solutions. This C++ can be used as a builing block for the implementation of other (higher-level) numerical libraries or numerical applications. It is a C++ library (requires a C++11 conform compiler). Easy install, as FLENS is headers only. It gives you Matrix/vector types for dense linear algebra; a generic (i.e. templated) implementation of BLAS; and a generic reimplementation of LAPACK. If high performance BLAS libraries like ATLAS, GotoBLAS, etc. are available, you simply can link against them and boost performance.