Searched refs:UnsafeRows (Results 1 – 1 of 1) sorted by relevance
54 : UnsafeRows(new bool[M.getRows() - 1]()), in MatrixMetadata()64 UnsafeRows[i - 1] = true; in MatrixMetadata()81 const bool* getUnsafeRows() const { return UnsafeRows.get(); } in getUnsafeRows()87 std::unique_ptr<bool[]> UnsafeRows; variable