2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-25 16:52:09 +00:00

More bug fixes.

svn path=/trunk/boost/libs/numeric/ublas/; revision=17336
This commit is contained in:
Jörg Walter
2003-02-12 20:24:54 +00:00
parent eb94c15d04
commit f375ddfd58
61 changed files with 1378 additions and 254 deletions

View File

@@ -63,6 +63,7 @@ struct test_my_matrix {
// Binary matrix operations resulting in a matrix
initialize_matrix (m1);
initialize_matrix (m2);
initialize_matrix (m3);
m3 = m1 + m2;
std::cout << "m1 + m2 = " << m3 << std::endl;
m3 = m1 - m2;