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