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

test_vector not used

[SVN r25168]
This commit is contained in:
Michael Stevens
2004-09-17 09:11:47 +00:00
parent 00e20d1059
commit 99d5e8da41
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 ();