DPsim
Public Member Functions | Public Attributes | Friends | List of all members
DPsim::cuda::CudaMatrix< ValueType, IndexType > Struct Template Reference
Collaboration diagram for DPsim::cuda::CudaMatrix< ValueType, IndexType >:
[legend]

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)
 

Detailed Description

template<typename ValueType, typename IndexType>
struct DPsim::cuda::CudaMatrix< ValueType, IndexType >

Definition at line 136 of file CudaUtility.h.


The documentation for this struct was generated from the following file: