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.