OpenScience / Software / Mathematics / Linear Algebra



Source code of DESTINY, a 2D and 3D SRAM/eDRAM/NVM Cache Modeling Tool

DESTINY models both 2D and 3D caches designed with SRAM, eDRAM, PCM, STT-RAM and ReRAM, thus covering both conventional and emerging technologies. In its purpose, it is similar to CACTI. Accompanying paper available at http://goo.gl/qzyWFE Category should be: Computer Science … Continue reading

Share
Posted in Linear Algebra | Leave a comment

Source code of Parallel and Serial Red-Black SOR in Chapel, D and Go Languages

Successive over-relaxation (SOR) is a computationally intensive, yet extremely important iterative solver for linear systems. Due to recent growth in amount of data generated and increasing problem sizes, serial platforms have proved to be insufficient in providing the required computational … Continue reading

Share
Posted in Linear Algebra | Leave a comment

jMATLAB

jMATLAB is an Eclispe based interpreter interface to linear algebra libraries. It is based on the notion of MATLAB. It provides MATLAB like scripting language for quick programming. It also provides ability to write toolboxes using java based plug-ins. Interface … Continue reading

Share
Posted in Linear Algebra | Leave a comment

FreePOOMA C++ Numerical Library

FreePOOMA is a C++ library supporting element-wise, data-parallel, and stencil-based physics computations using one or more processors. The library automatically handles all interprocessor communication, obviating the need for any explicit communication code. The library supports high-level syntax close to mathematical … Continue reading

Share
Posted in Linear Algebra, Numerical Libraries | Leave a comment

Blitz++ library

Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. The current versions provide dense arrays and vectors, random number generators, and small vectors and … Continue reading

Share
Posted in Linear Algebra, Numerical Libraries | Leave a comment

mathc : Math, Language c, Gnuplot, MapleV.

Linear algebra functions in language C. Presentation of the functions: addm, subm, multm, powm, smultm, transpose, trace, det, minor, mminor, cofactor, mcofactor, adjoint, inverse, inverse(gaussjordan), gauss, gaussjordan. There are 15 packages. Find mathc : Math, Language c, Gnuplot, MapleV. at: … Continue reading

Share
Posted in Linear Algebra | Leave a comment

The Matrix Template Library

The Matrix Template Library (MTL) is a high-performance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats. Find The Matrix Template Library at: http://www.osl.iu.edu/research/mtl/

Share
Posted in Linear Algebra | Leave a comment

JAMA

JAMA is a basic linear algebra package for Java. Find JAMA at: http://math.nist.gov/javanumerics/jama/

Share
Posted in Linear Algebra | Leave a comment

PyMat

An interface between Python and MATLAB Find PyMat at: http://claymore.engineer.gvsu.edu/~steriana/Python/pymat.html

Share
Posted in Linear Algebra | Leave a comment

MatPy

MatPy is a Python package for numerical computation and plotting with a MatLab-like interface. Find MatPy at: http://matpy.sourceforge.net/

Share
Posted in Linear Algebra | Leave a comment