first commit
This commit is contained in:
19
src/GenerateCoarseProblem.hpp
Normal file
19
src/GenerateCoarseProblem.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
//@HEADER
|
||||
// ***************************************************
|
||||
//
|
||||
// HPCG: High Performance Conjugate Gradient Benchmark
|
||||
//
|
||||
// Contact:
|
||||
// Michael A. Heroux ( maherou@sandia.gov)
|
||||
// Jack Dongarra (dongarra@eecs.utk.edu)
|
||||
// Piotr Luszczek (luszczek@eecs.utk.edu)
|
||||
//
|
||||
// ***************************************************
|
||||
//@HEADER
|
||||
|
||||
#ifndef GENERATECOARSEPROBLEM_HPP
|
||||
#define GENERATECOARSEPROBLEM_HPP
|
||||
#include "SparseMatrix.hpp"
|
||||
void GenerateCoarseProblem(const SparseMatrix& A);
|
||||
#endif // GENERATECOARSEPROBLEM_HPP
|
||||
Reference in New Issue
Block a user