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/
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
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