sparsematrixvectormultiply1.h
来自「PDE simulator on GPU.」· C头文件 代码 · 共 22 行
H
22 行
// SparseMatrixVectorMultiply.h: interface for the SparseMatrixVectorMultiply class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SPARSEMATRIXVECTORMULTIPLY_H__454D3EBC_CFF0_4414_8FB2_6CDB5B44AACF__INCLUDED_)
#define AFX_SPARSEMATRIXVECTORMULTIPLY_H__454D3EBC_CFF0_4414_8FB2_6CDB5B44AACF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "VectorOnGPU.h"
#include "SparseMatrixOnGPU1.h"
///////////////////////////////////////////////////////////////////////////////
/// Sparse matrix * vector operation
void BolzSparseMatVect(const CBolzMatrix& A, const CVectorOnGPU& x, CVectorOnGPU& result);
void BolzSparseMatVectAnotherWay(const CBolzMatrix& A, const CVectorOnGPU& x, CVectorOnGPU& result);
void MultiBolzSparseMatVect(const CBolzMatrix& A, const CVectorOnGPU& x, CVectorOnGPU& result);
#endif // !defined(AFX_SPARSEMATRIXVECTORMULTIPLY_H__454D3EBC_CFF0_4414_8FB2_6CDB5B44AACF__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?