Cem Bassoy

Results 25 comments of Cem Bassoy

> As you can see in compiler explorer, this happens both on gcc 9.3 and clang 10.0.0 with these command-line options: -DNDEBUG -std=c++17 Thanks @dubek for reporting this issue. Your...

> Thanks, I'll look at TTV. The problem with compiling without `NDEBUG` is that I lose optimizations for other parts of Boost that I use in my program. Sorry to...

This is changed with commit https://github.com/boostorg/ublas/commit/231ba5f7303f0f7d7ae5d5f9426e4908fb4df712 in branch [develop](https://github.com/boostorg/ublas). Yet not merged into the master branch which is why you still see the issue in boost version 1.77.0.

Hi Thomas, thanks for your support. It will be good to merge previous GSOC projects and code to uBLAS. I would like to see more than four test cases. Can...

@David: I would like to "wait" until we have a stable version. And we have to review the code before any kind of merging I think. Nick if you want...

Am Sa., 27. Apr. 2019 um 23:03 Uhr schrieb Thomas : > I added 5 more 10x10 test matrices with numbers at different orders of > magnitude. I also changed...

> Hello all, > I have been following this discussion on the mailing list, and have > commented > via Stackoverflow. Please see below. > All the best, Paul >...

@mhoemmen Hi Mark! Nice to hear from you! Right now we are in the process of switching from the old matrix/vector implementation to the tensor implementation which is why we...

> How close are y'all to finishing that? We have a temporary local work-around, but we're trying to come up with a reproducer to send to MS. If you're planning...

@yuxianch thanks for commenting on this issue. we might soon integrate a new iterator concept which aligns with newer C++ standards. for now we might want to live with that...