sparsematrixvectormultiply2.h

来自「PDE simulator on GPU.」· C头文件 代码 · 共 21 行

H
21
字号
// SparseMatrixVectorMultiply2.h: interface for the SparseMatrixVectorMultiply2 class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_SPARSEMATRIXVECTORMULTIPLY2_H__F1879402_7940_4909_8886_857B586766AE__INCLUDED_)
#define AFX_SPARSEMATRIXVECTORMULTIPLY2_H__F1879402_7940_4909_8886_857B586766AE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "VectorOnGPU.h"
#include "SparseMatrixOnGPU2.h"
///////////////////////////////////////////////////////////////////////////////
/// Sparse matrix * vector operation
void BrookSparseMatVecFP(const CBrookMatrix& A, const CVectorOnGPU& x, CVectorOnGPU& result);

void MultiBrookSparseMatVecFP(const CBrookMatrix& A, const CVectorOnGPU& x, CVectorOnGPU& result);

#endif // !defined(AFX_SPARSEMATRIXVECTORMULTIPLY2_H__F1879402_7940_4909_8886_857B586766AE__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?