Searched defs:Matrix (Results 1 – 1 of 1) sorted by relevance
30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix() function37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix() function44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix() function