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:
@@ -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 ();
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@ void initialize_matrix (M &m) {
|
||||
}
|
||||
|
||||
|
||||
void test_vector ();
|
||||
void test_matrix_vector ();
|
||||
void test_matrix ();
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@ void initialize_matrix (M &m) {
|
||||
}
|
||||
|
||||
|
||||
void test_vector ();
|
||||
void test_matrix_vector ();
|
||||
void test_matrix ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user