2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 03:42:19 +00:00

test_vector not used

svn path=/trunk/boost/libs/numeric/ublas/; revision=25168
This commit is contained in:
Michael Stevens
2004-09-17 09:11:47 +00:00
parent 9480f905af
commit fdf6fae7bd
3 changed files with 0 additions and 3 deletions

View File

@@ -43,7 +43,6 @@ void initialize_matrix (M &m) {
m (i, j) = i * size1 + j + 1.f;
}
void test_vector ();
void test_matrix_vector ();
void test_matrix ();

View File

@@ -60,7 +60,6 @@ void initialize_matrix (M &m) {
}
void test_vector ();
void test_matrix_vector ();
void test_matrix ();

View File

@@ -60,7 +60,6 @@ void initialize_matrix (M &m) {
}
void test_vector ();
void test_matrix_vector ();
void test_matrix ();