Class documentation of Concepts

Loading...
Searching...
No Matches
sparseqr.hh
1/* include files for sparseqr package
2 */
3
4/*----------------------------------------------------------------------------
5Sparse QR solver for linear systems of equations or least squares problems
6Copyright (C) 1996, 1997, 1998 Thomas H. Robey
7
8This library is free software; you can redistribute it and/or
9modify it under the terms of the GNU Library General Public
10License as published by the Free Software Foundation; either
11version 2 of the License, or (at your option) any later version.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16Library General Public License for more details.
17
18You should have received a copy of the GNU Library General Public
19License along with this library; if not, write to the Free
20Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21
22Inquiries can be directed to trobey@arc.unm.edu or
23
24Thomas H. Robey
25925 Madison NE
26Albuquerque, NM 87110
27USA
28----------------------------------------------------------------------------*/
29
30#ifndef sparseqr_inc_hh
31#define sparseqr_inc_hh
32
33#include "sparseqr/sparseqr.hh"
35#include "sparseqr/driver.hh"
36
53namespace sparseqr {
54 // just for documentation, leave empty
55}
56
57#endif // sparseqr_inc_hh