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