mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 15:52:18 +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:
@@ -88,10 +88,20 @@ void test_blas_1<V, N>::operator () () {
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef USE_FLOAT
|
||||
template struct test_blas_1<ublas::vector<float>, 3>;
|
||||
#endif
|
||||
|
||||
#ifdef USE_DOUBLE
|
||||
template struct test_blas_1<ublas::vector<double>, 3>;
|
||||
#endif
|
||||
|
||||
#ifdef USE_STD_COMPLEX
|
||||
#ifdef USE_FLOAT
|
||||
template struct test_blas_1<ublas::vector<std::complex<float> >, 3>;
|
||||
#endif
|
||||
|
||||
#ifdef USE_DOUBLE
|
||||
template struct test_blas_1<ublas::vector<std::complex<double> >, 3>;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user