Re: [ViennaCL-devel] Lanczos algorithm with dense A fails to build on MSVC9

2014-05-07 Thread Toby St Clere Smithe
Karl Rupp writes: > All (or at least most...) conversion warnings (both floating point and > integers) are supposed to be fixed with a commit I pushed today. The > issue with dense types looks like one of these boundary cases where > Visual Studio just needs some additional love (maybe a C++03/

Re: [ViennaCL-devel] Lanczos algorithm with dense A fails to build on MSVC9

2014-05-07 Thread Karl Rupp
Hi, > I had a bug report that the Lanczos algorithm wasn't working[1], and it > turned out I hadn't enabled the relevant code path in the wrapper. The > user was using a dense matrix in the given example, so I enabled the > algorithm for dense types, and compressed and coordinate types. This was

[ViennaCL-devel] Lanczos algorithm with dense A fails to build on MSVC9

2014-05-07 Thread Toby St Clere Smithe
Hi all, I had a bug report that the Lanczos algorithm wasn't working[1], and it turned out I hadn't enabled the relevant code path in the wrapper. The user was using a dense matrix in the given example, so I enabled the algorithm for dense types, and compressed and coordinate types. This was all f