jam31118 / cu-tridiag

A set of tridiagonal solver routines using CUDA
0 stars 0 forks source link

Make `m_t` and the type of `cusparse<t>gtsv2()` consistent #7

Open jam31118 opened 5 years ago

jam31118 commented 5 years ago

The type of cusparse<t>gtsv2() denoted by <t> should refer the same type as m_t, which is the type of data array elements.

jam31118 commented 5 years ago

Test for several types including float, double, and std::complex<double>