Searched refs:UnsafeCols (Results 1 – 1 of 1) sorted by relevance
57 UnsafeCols(new bool[M.getCols() - 1]()) { in MatrixMetadata()67 UnsafeCols[j - 1] = true; in MatrixMetadata()84 const bool* getUnsafeCols() const { return UnsafeCols.get(); } in getUnsafeCols()90 std::unique_ptr<bool[]> UnsafeCols; variable