Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
sparseqr.hh
Go to the documentation of this file.
1
/* include files for sparseqr package
2
*/
3
4
/*----------------------------------------------------------------------------
5
Sparse QR solver for linear systems of equations or least squares problems
6
Copyright (C) 1996, 1997, 1998 Thomas H. Robey
7
8
This library is free software; you can redistribute it and/or
9
modify it under the terms of the GNU Library General Public
10
License as published by the Free Software Foundation; either
11
version 2 of the License, or (at your option) any later version.
12
13
This library is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
Library General Public License for more details.
17
18
You should have received a copy of the GNU Library General Public
19
License along with this library; if not, write to the Free
20
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21
22
Inquiries can be directed to trobey@arc.unm.edu or
23
24
Thomas H. Robey
25
925 Madison NE
26
Albuquerque, NM 87110
27
USA
28
----------------------------------------------------------------------------*/
29
30
#ifndef sparseqr_inc_hh
31
#define sparseqr_inc_hh
32
33
#include "
sparseqr/sparseqr.hh
"
34
#include "
sparseqr/givensRotations.hh
"
35
#include "
sparseqr/driver.hh
"
36
53
namespace
sparseqr
{
54
// just for documentation, leave empty
55
}
56
57
#endif // sparseqr_inc_hh
driver.hh
sparseqr
SparseQR solver.
Definition:
driver.hh:19
givensRotations.hh
sparseqr.hh
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich