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