2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 15:52:18 +00:00

Maintenance release.

svn path=/trunk/boost/boost/numeric/ublas/; revision=19544
This commit is contained in:
Jörg Walter
2003-08-12 08:56:47 +00:00
parent 85febf3fce
commit 4e4e2a4959
38 changed files with 2854 additions and 2516 deletions

View File

@@ -264,6 +264,8 @@ void test_matrix () {
test_my_matrix<ublas::banded_matrix<std::complex<double>, ublas::row_major, ublas::unbounded_array<std::complex<double> > >, 3 > () ();
test_my_matrix<ublas::banded_matrix<std::complex<double>, ublas::row_major, ublas::unbounded_array<std::complex<double> > >, 3 > () (0);
#endif
#endif
#endif
#ifdef USE_STD_VECTOR
#ifdef USE_FLOAT
@@ -277,8 +279,6 @@ void test_matrix () {
test_my_matrix<ublas::banded_matrix<double, ublas::row_major, std::vector<double> >, 3 > () ();
test_my_matrix<ublas::banded_matrix<double, ublas::row_major, std::vector<double> >, 3 > () (0);
#endif
#endif
#endif
#ifdef USE_STD_COMPLEX
#ifdef USE_FLOAT
@@ -350,6 +350,8 @@ void test_matrix () {
test_my_matrix<ublas::diagonal_matrix<std::complex<double>, ublas::row_major, ublas::unbounded_array<std::complex<double> > >, 3 > () ();
test_my_matrix<ublas::diagonal_matrix<std::complex<double>, ublas::row_major, ublas::unbounded_array<std::complex<double> > >, 3 > () (0);
#endif
#endif
#endif
#ifdef USE_STD_VECTOR
#ifdef USE_FLOAT
@@ -363,8 +365,6 @@ void test_matrix () {
test_my_matrix<ublas::diagonal_matrix<double, ublas::row_major, std::vector<double> >, 3 > () ();
test_my_matrix<ublas::diagonal_matrix<double, ublas::row_major, std::vector<double> >, 3 > () (0);
#endif
#endif
#endif
#ifdef USE_STD_COMPLEX
#ifdef USE_FLOAT