Searched refs:MDMatrix (Results 1 – 2 of 2) sorted by relevance
261 class MDMatrix : public Matrix {263 MDMatrix(const Matrix &m) : Matrix(m), md(*this) {} in MDMatrix() function264 MDMatrix(Matrix &&m) : Matrix(std::move(m)), md(*this) { } in MDMatrix() function273 inline hash_code hash_value(const MDMatrix<Metadata> &M) { in hash_value()
272 using RAMatrix = MDMatrix<MatrixMetadata>;