Searched refs:MDMatrix (Results 1 – 2 of 2) sorted by relevance
412 class MDMatrix : public Matrix {414 MDMatrix(const Matrix &m) : Matrix(m), md(*this) { } in MDMatrix() function415 MDMatrix(Matrix &&m) : Matrix(std::move(m)), md(*this) { } in MDMatrix() function422 inline hash_code hash_value(const MDMatrix<Metadata> &M) { in hash_value()
330 typedef MDMatrix<MatrixMetadata> RAMatrix;