Changes between Version 12 and Version 13 of WikiStart

Show
Ignore:
Timestamp:
11/14/13 08:35:57 (10 years ago)
Author:
saak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
    11= Welcome to M.E.S.S. = 
    2 MESS, the Matrix Equations Sparse Solvers library, is the successor to the Lyapack Toolbox for MATLAB®. It will be available as a MATLAB® toolbox as well as a C-library. It is intended for solving large sparse matrix equations as well as problems from model order reduction and optimal control. The C version provides a large set of axillary subroutines for sparse matrix computations and efficient usage of modern multicore workstations. 
     2MESS, the Matrix Equations Sparse Solvers library, is the successor to the Lyapack Toolbox for MATLAB®. It will be available as a MATLAB® toolbox as well as a C-library. It is intended for solving large sparse matrix equations as well as problems from model order reduction and optimal control. The C-version provides a large set of auxillary subroutines for sparse matrix computations and efficient usage of modern multicore workstations. 
    33 
    44== Features ==  
     
    1111 
    1212The C-library additionally provides:  
    13  * a uniform inferface to handle sparse and dense matrices. 
     13 * a uniform interface to handle sparse and dense matrices. 
    1414 * shared memory parallel algorithms using OpenMP and Pthreads.  
    1515 * a solver for special sparse-dense Sylvester equations.