first commit
This commit is contained in:
22
src/ComputeSPMV_ref.hpp
Normal file
22
src/ComputeSPMV_ref.hpp
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
//@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 COMPUTESPMV_REF_HPP
|
||||
#define COMPUTESPMV_REF_HPP
|
||||
#include "SparseMatrix.hpp"
|
||||
#include "Vector.hpp"
|
||||
|
||||
int ComputeSPMV_ref(const SparseMatrix& A, Vector& x, Vector& y);
|
||||
|
||||
#endif // COMPUTESPMV_REF_HPP
|
||||
Reference in New Issue
Block a user