mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-23 04:02:10 +00:00
Many bugfixes and improvements, especially related to sparse matrices.
Thanks namely to Kresimir Fresl and Michael Stevens this time.
This commit is contained in:
@@ -201,10 +201,20 @@ void test_blas_3<M, N>::operator () () {
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef USE_FLOAT
|
||||
template struct test_blas_3<ublas::matrix<float>, 3>;
|
||||
#endif
|
||||
|
||||
#ifdef USE_DOUBLE
|
||||
template struct test_blas_3<ublas::matrix<double>, 3>;
|
||||
#endif
|
||||
|
||||
#ifdef USE_STD_COMPLEX
|
||||
#ifdef USE_FLOAT
|
||||
template struct test_blas_3<ublas::matrix<std::complex<float> >, 3>;
|
||||
#endif
|
||||
|
||||
#ifdef USE_DOUBLE
|
||||
template struct test_blas_3<ublas::matrix<std::complex<double> >, 3>;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user