|
Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
|
This is the complete list of members for VectorMatrix, including all inherited members.
| alloc(int size) | VectorMatrix | protected |
| ArrayMultiply(const VectorMatrix &rhs) const | VectorMatrix | virtual |
| at(int i) const | VectorMatrix | inline |
| at(int i) | VectorMatrix | inline |
| basicDataType_ | RecordableBase | protected |
| clear(void) | VectorMatrix | protected |
| columns | VectorMatrix | protected |
| copy(const VectorMatrix &source) | VectorMatrix | protected |
| dimensions | VectorMatrix | protected |
| exp(const VectorMatrix &v) | VectorMatrix | friend |
| getDataType() const override | VectorMatrix | inlinevirtual |
| getElement(int index) const | VectorMatrix | inlinevirtual |
| getNumElements() const | VectorMatrix | inlinevirtual |
| init | Matrix | protected |
| Limit(BGFLOAT low, BGFLOAT high) const | VectorMatrix | virtual |
| Matrix(string t="", string i="", int r=0, int c=0, BGFLOAT m=0.0) | Matrix | protected |
| Max(void) const | VectorMatrix | virtual |
| Min(void) const | VectorMatrix | virtual |
| multiplier | Matrix | protected |
| operator*(const VectorMatrix &rhs) const | VectorMatrix | virtual |
| operator*(const CompleteMatrix &rhs) const | VectorMatrix | virtual |
| operator*(BGFLOAT c) const | VectorMatrix | virtual |
| operator*(BGFLOAT c, const VectorMatrix &rhs) | VectorMatrix | friend |
| operator*(const VectorMatrix &v, const SparseMatrix &m) | VectorMatrix | friend |
| operator+(const VectorMatrix &rhs) const | VectorMatrix | virtual |
| operator+(BGFLOAT c) const | VectorMatrix | virtual |
| operator+(BGFLOAT c, const VectorMatrix &rhs) | VectorMatrix | friend |
| operator+=(const VectorMatrix &rhs) | VectorMatrix | virtual |
| operator-(BGFLOAT c, const VectorMatrix &v) | VectorMatrix | friend |
| operator/(BGFLOAT c) const | VectorMatrix | virtual |
| operator/(BGFLOAT c, const VectorMatrix &v) | VectorMatrix | friend |
| operator=(BGFLOAT c) | VectorMatrix | |
| operator=(const VectorMatrix &rhs) | VectorMatrix | |
| operator[](int i) const | VectorMatrix | inline |
| operator[](int i) | VectorMatrix | inline |
| Print(ostream &os) const | VectorMatrix | virtual |
| RecordableBase()=default | RecordableBase | protected |
| rows | VectorMatrix | protected |
| serialize(Archive &archive) | VectorMatrix | |
| SetAttributes(string t, string i, int r, int c, BGFLOAT m, int d) | Matrix | protected |
| setDataType() | VectorMatrix | inlinevirtual |
| Size(void) const | VectorMatrix | inline |
| sqrt(const VectorMatrix &v) | VectorMatrix | friend |
| startNewEpoch() | VectorMatrix | inlinevirtual |
| toXML(string name="") const | VectorMatrix | virtual |
| type | Matrix | protected |
| VectorMatrix(string t="complete", string i="const", int r=1, int c=1, BGFLOAT m=0.0, string v="") | VectorMatrix | |
| VectorMatrix(const VectorMatrix &oldV) | VectorMatrix | |
| ~Matrix()=default | Matrix | virtual |
| ~RecordableBase()=default (defined in RecordableBase) | RecordableBase | virtual |
| ~VectorMatrix()=default | VectorMatrix | virtual |