DPsim
|
Public Member Functions | |
CudaMatrix (const Eigen::SparseMatrix< ValueType, Eigen::RowMajor > &mat, int dim) | |
Public Attributes | |
const int | dim |
const int | non_zero |
cuda::Vector< IndexType > | row |
cuda::Vector< IndexType > | col |
cuda::Vector< ValueType > | val |
Friends | |
std::ostream & | operator<< (std::ostream &os, const DPsim::cuda::CudaMatrix< ValueType, IndexType > &mat) |
Definition at line 136 of file CudaUtility.h.
|
inline |
Definition at line 138 of file CudaUtility.h.
|
friend |
Definition at line 162 of file CudaUtility.h.
cuda::Vector<IndexType> DPsim::cuda::CudaMatrix< ValueType, IndexType >::col |
Definition at line 159 of file CudaUtility.h.
const int DPsim::cuda::CudaMatrix< ValueType, IndexType >::dim |
Definition at line 156 of file CudaUtility.h.
const int DPsim::cuda::CudaMatrix< ValueType, IndexType >::non_zero |
Definition at line 157 of file CudaUtility.h.
cuda::Vector<IndexType> DPsim::cuda::CudaMatrix< ValueType, IndexType >::row |
Definition at line 158 of file CudaUtility.h.
cuda::Vector<ValueType> DPsim::cuda::CudaMatrix< ValueType, IndexType >::val |
Definition at line 160 of file CudaUtility.h.