Categories
- Conferences (3)
- education (10)
- Fun (58)
- Meta (12)
- Open Access (10)
- Open Data (13)
- open science (34)
- Policy (48)
- Science (135)
- Software (633)
- Acoustics (3)
- Engineering (1)
- Physical (1)
- Speech Communication (2)
- Structural (1)
- Anthropology and Archaeology (3)
- Artificial Life (9)
- Astronomy (21)
- Aviation and Aeronautics (2)
- Chemistry (131)
- Analytical (4)
- Atmospheric (1)
- Biochemistry (6)
- Biophysical (3)
- Chemical Information (3)
- Crystallography (2)
- Electrochemistry (1)
- Molecule Viewers and Editors (39)
- Organic (2)
- Synthesis (1)
- Periodic Tables (3)
- Physical (1)
- Kinetics (1)
- Polymers (1)
- Spectroscopy (9)
- NMR (5)
- Surfaces (1)
- Theoretical and Computational (45)
- Cognitive Science (3)
- Neural Networks (2)
- Complex Systems (2)
- Computer Science (22)
- Algorithms And Computational Theory (2)
- Artificial Intelligence (4)
- Data Communication (4)
- Information Retrieval (1)
- Knowledge Discovery and Data Mining (3)
- Languages (1)
- Fortran (1)
- Measurement and Evaluation (1)
- Simulation and Modeling (2)
- Software Engineering (2)
- Symbolic and Algebraic Manipulation (1)
- Earth Sciences (19)
- Geology and Geophysics (5)
- Hydrology (5)
- Meteorology (1)
- Oceanography (3)
- Energy (3)
- Engineering (24)
- Forensics (2)
- Geography (12)
- Information Technology (1)
- Life Sciences (60)
- Bioinformatics (34)
- Ecology (5)
- Evolution and Population Genetics (3)
- Statistical (1)
- Theoretical (1)
- Genetics (9)
- Population (1)
- Medical Sciences (7)
- Physiology (2)
- Linguistics (2)
- Mathematics (108)
- Abstract Algebra (9)
- Combinatorics (1)
- Differential Equations (17)
- Fluid Dynamics (7)
- Ordinary (3)
- Partial (7)
- Dynamical Systems (4)
- Education (1)
- Geometry (3)
- Linear Algebra (26)
- Number Theory (6)
- Numerical Methods (5)
- Optimization (12)
- Probability (1)
- Set Theory (1)
- Statistics (8)
- Topology (1)
- Measurements and Units (3)
- Nanotechnology (2)
- Physics (30)
- Astrophysics (1)
- Atomic and Molecular (1)
- Computational (2)
- Condensed Matter (4)
- Dynamics (2)
- Fluid (1)
- High Energy (4)
- Magnetism (1)
- Materials (1)
- Nuclear (4)
- Optics (5)
- Plasma (1)
- Required Reading and Other Sites (25)
- Space (3)
- Tools (56)
- Numerical Libraries (8)
- Random Number Generators (2)
- Visualization (18)
- 2D Plotting (8)
- 3D Plotting (2)
- Acoustics (3)
- Uncategorized (4)
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
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
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
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
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
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
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/
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/
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
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/
Posted in Linear Algebra
Leave a comment