PetaVision  Alpha
PV::SparseList< T > Class Template Reference

Data Structures

struct  Entry
 

Public Member Functions

 SparseList (const Buffer< T > &source, T zeroVal)
 
void addEntry (Entry entry)
 
void appendToList (SparseList< T > &dest)
 
void fromBuffer (const Buffer< T > &source, T zeroVal)
 
vector< EntrygetContents ()
 
void set (const vector< Entry > &values)
 
void toBuffer (Buffer< T > &dest, T zeroVal)
 

Private Attributes

vector< EntrymList
 

Detailed Description

template<typename T>
class PV::SparseList< T >

Definition at line 14 of file SparseList.hpp.


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