Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
|
This is the complete list of members for SparseMatrix, including all inherited members.
alloc(void) | SparseMatrix | protected |
basicDataType_ | RecordableBase | protected |
clear(void) | SparseMatrix | protected |
columns | Matrix | protected |
copy(const SparseMatrix &source) | SparseMatrix | protected |
dimensions | SparseMatrix | protected |
init | Matrix | protected |
Matrix(string t="", string i="", int r=0, int c=0, BGFLOAT m=0.0) | Matrix | protected |
multiplier | Matrix | protected |
operator()(int r, int c) | SparseMatrix | |
operator*(const SparseMatrix &rhs) const | SparseMatrix | virtual |
operator*(const VectorMatrix &v, const SparseMatrix &m) | SparseMatrix | friend |
operator+(const SparseMatrix &rhs) const | SparseMatrix | virtual |
operator-() const | SparseMatrix | virtual |
operator=(const SparseMatrix &rhs) | SparseMatrix | |
Print(ostream &os) const override | SparseMatrix | virtual |
RecordableBase()=default | RecordableBase | protected |
remove_lists(Element *el) | SparseMatrix | protected |
rowFromXML(TiXmlElement *rowElement) | SparseMatrix | protected |
rows | Matrix | protected |
serialize(Archive &archive) | Matrix | |
SetAttributes(string t, string i, int r, int c, BGFLOAT m, int d) | Matrix | protected |
size(void) const | SparseMatrix | inline |
SparseMatrix(int r, int c, BGFLOAT m, TiXmlElement *e) | SparseMatrix | |
SparseMatrix(int r, int c, BGFLOAT m, const char *v=nullptr) | SparseMatrix | |
SparseMatrix(int r=1, int c=1) | SparseMatrix | |
SparseMatrix(const SparseMatrix &oldM) | SparseMatrix | |
toXML(string name="") const | SparseMatrix | virtual |
type | Matrix | protected |
~Matrix()=default | Matrix | virtual |
~RecordableBase()=default (defined in RecordableBase) | RecordableBase | virtual |
~SparseMatrix() | SparseMatrix | virtual |