CompFUSE / DCA

DCA++
BSD 3-Clause "New" or "Revised" License
36 stars 28 forks source link

Properly construct view of constant matrix. #224

Closed gbalduzz closed 3 years ago

gbalduzz commented 4 years ago

I learned the proper way to construct safe views of constant objects: no const_cast shenanigans required.