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