Changes between Version 2 and Version 3 of WikiStart

Show
Ignore:
Timestamp:
05/13/11 10:14:26 (13 years ago)
Author:
komart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    11= Welcome to M.E.S.S. = 
    2 MESS, the Matrix Equation Sparse Solver library, is the successor to the Lyapack Toolbox for MATLAB. It will be available a MATLAB toolbox as well as a C-library. It is intended for solving large sparse matrix equations and problems from model order reduction. The C version provide a large set of axillary subroutines for sparse matrix computations and efficient usage of modern multicore workstations. We plan to release the first public version of the C-library in 2011.  
     2MESS, the Matrix Equation Sparse Solver 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 provide a large set of axillary subroutines for sparse matrix computations and efficient usage of modern multicore workstations. 
    33 
    44== Features ==  
     
    66 * solving large scale (generalized) Lyapunov and Riccati equations. 
    77 * model order reduction for 1st and 2nd order systems with Balanced Truncation. 
     8 * tools for LQR problems 
     9 * DAE solvers  
    810 
    911The C-library additionally provides:  
     
    1113 * shared memory parallel algorithms using OpenMP and Pthreads.  
    1214 * a solver for special sparse-dense Sylvester equations. 
     15 * H_2 model order reduction for 1st order systems using IRKA or TSIA 
    1316 * a large set of direct and iterative solvers for linear systems  
    1417 * various helper subroutines for thread pools, configuration files, interface to MATLAB, ... 
     
    1720 
    1821== Contact ==  
    19 For information about the MATLAB-part please contact Dr. Jens Saak.  
     22For information about the MATLAB-part please contact [http://www.mpi-magdeburg.mpg.de/mpcsc/saak/ Dr. Jens Saak].  
    2023 
    21 For information about the C-library please contact Martin Köhler. 
     24For information about the C-library please contact [http://www.mpi-magdeburg.mpg.de/mpcsc/koehlerm/ Martin Köhler]. 
    2225 
    2326=== Help using Trac  ===