|
Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
|
This is the complete list of members for CompleteMatrix, including all inherited members.
| alloc(int rows, int cols) | CompleteMatrix | protected |
| basicDataType_ | RecordableBase | protected |
| clear(void) | CompleteMatrix | protected |
| columns | CompleteMatrix | protected |
| CompleteMatrix(string t="complete", string i="const", int r=2, int c=2, BGFLOAT m=0.0, string v="") | CompleteMatrix | |
| CompleteMatrix(const CompleteMatrix &oldM) | CompleteMatrix | |
| copy(const CompleteMatrix &source) | CompleteMatrix | protected |
| dimensions | CompleteMatrix | protected |
| getDataType() const override | CompleteMatrix | inlinevirtual |
| getElement(int index) const override | CompleteMatrix | inlinevirtual |
| getNumElements() const override | CompleteMatrix | inlinevirtual |
| 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 row, int column) | CompleteMatrix | inline |
| operator*(const CompleteMatrix &rhs) const | CompleteMatrix | virtual |
| operator+(const CompleteMatrix &rhs) const | CompleteMatrix | virtual |
| operator=(const CompleteMatrix &rhs) | CompleteMatrix | |
| Print(ostream &os) const | CompleteMatrix | virtual |
| RecordableBase()=default | RecordableBase | protected |
| rows | CompleteMatrix | protected |
| serialize(Archive &archive) | CompleteMatrix | |
| SetAttributes(string t, string i, int r, int c, BGFLOAT m, int d) | Matrix | protected |
| setDataType() override | CompleteMatrix | inlinevirtual |
| sqrt (defined in CompleteMatrix) | CompleteMatrix | friend |
| startNewEpoch() override | CompleteMatrix | inlinevirtual |
| toXML(string name="") const | CompleteMatrix | virtual |
| type | Matrix | protected |
| VectorMatrix (defined in CompleteMatrix) | CompleteMatrix | friend |
| ~CompleteMatrix() | CompleteMatrix | virtual |
| ~Matrix()=default | Matrix | virtual |
| ~RecordableBase()=default (defined in RecordableBase) | RecordableBase | virtual |