Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 10 and Version 11 of WikiStart

Show
Ignore:
Author:
baxissimo (IP: 202.226.189.178)
Timestamp:
06/05/08 07:53:18 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v10 v11  
    33Several libraries and wrappers for scientific computing with multidimensional arrays.  
    44 
    5  * '''Wrappers''': wrappers for various high-performance linear algebra libraries: BLAS, LAPACK, UMFPACK, SuperLU, and TAUCS 
     5 * '''Wrappers''': wrappers for various high-performance linear algebra libraries: BLAS, LAPACK, UMFPACK, SuperLU, TAUCS, and ARPACK. 
    66 * '''Murray''': an N-dimensional array class that emulates a multidimensional-array, .  BLAS/LAPACK are used to implement maxtrix-vector and matrix-matrix multiplication, linear solver, and a least  squares solver. 
    77 * '''DFlat''': a Vector/Matrix library implementing various storage formats of dense and sparse matrices (dense: strided,banded,packed; sparse:compressed row, compressed column, triplet).  This additionally includes a simple, unified interface to the linear solvers in the LAPACK, UMFPACK, SuperLU and TAUCS libraries.