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