📄 sparsematrixvectormultiply1.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -