ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
ezp::sparse_coo_mat< DT, IT > Struct Template Reference
Collaboration diagram for ezp::sparse_coo_mat< DT, IT >:
[legend]

Public Member Functions

 sparse_coo_mat (const IT n, const IT nnz, IT *const row, IT *const col, DT *const data)
 
auto is_valid () const
 

Public Attributes

IT n
 
IT nnz
 
IT * row
 
IT * col
 
DT * data
 

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