Amesos Package Browser (Single Doxygen Collection)
Development
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
test
Test_Basic
SparseDirectTimingVars.h
Go to the documentation of this file.
1
/*
2
// @HEADER
3
// ***********************************************************************
4
//
5
// Amesos: Direct Sparse Solver Package
6
// Copyright (2004) Sandia Corporation
7
//
8
// Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive
9
// license for use of this work by or on behalf of the U.S. Government.
10
//
11
// This library is free software; you can redistribute it and/or modify
12
// it under the terms of the GNU Lesser General Public License as
13
// published by the Free Software Foundation; either version 2.1 of the
14
// License, or (at your option) any later version.
15
//
16
// This library is distributed in the hope that it will be useful, but
17
// WITHOUT ANY WARRANTY; without even the implied warranty of
18
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19
// Lesser General Public License for more details.
20
//
21
// You should have received a copy of the GNU Lesser General Public
22
// License along with this library; if not, write to the Free Software
23
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
24
// USA
25
// Questions? Contact Michael A. Heroux (maherou@sandia.gov)
26
//
27
// ***********************************************************************
28
// @HEADER
29
*/
30
31
#ifndef SPARSEDIRECTTIMINGVARS_H
32
#define SPARSEDIRECTTIMINGVARS_H
33
#define SPARSE_DIRECT_TIMINGS
34
#ifdef SPARSE_DIRECT_TIMINGS
35
#include "
SparseSolverResult.h
"
36
#include <fstream>
37
38
class
SparseDirectTimingVars
39
{
40
private
:
41
public
:
42
static
SparseSolverResult
SS_Result
;
43
static
std::ofstream
log_file
;
44
45
} ;
46
#endif
47
#endif
48
SparseDirectTimingVars
Definition:
SparseDirectTimingVars.h:38
SparseSolverResult
Definition:
SparseSolverResult.h:36
SparseDirectTimingVars::log_file
static std::ofstream log_file
Definition:
SparseDirectTimingVars.h:43
SparseDirectTimingVars::SS_Result
static SparseSolverResult SS_Result
Definition:
SparseDirectTimingVars.h:42
SparseSolverResult.h
Generated by
1.8.5