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
lex.hh
Go to the documentation of this file.
1
/*----------------------------------------------------------------------------
2
Sparse QR solver for linear systems of equations or least squares problems
3
Copyright (C) 1996, Thomas H. Robey
4
5
This library is free software; you can redistribute it and/or
6
modify it under the terms of the GNU Library General Public
7
License as published by the Free Software Foundation; either
8
version 2 of the License, or (at your option) any later version.
9
10
This library is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
Library General Public License for more details.
14
15
You should have received a copy of the GNU Library General Public
16
License along with this library; if not, write to the Free
17
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
19
Inquiries can be directed to trobey@arc.unm.edu or
20
21
Thomas H. Robey
22
925 Madison NE
23
Albuquerque, NM 87110
24
USA
25
----------------------------------------------------------------------------*/
26
27
extern
std::ifstream
lexFile
;
28
int
read_unsigned
(
unsigned
*);
29
int
read_integer
(
int
*);
30
int
read_double
(
double
*);
read_double
int read_double(double *)
lexFile
std::ifstream lexFile
read_unsigned
int read_unsigned(unsigned *)
read_integer
int read_integer(int *)
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich