2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-10 11:52:21 +00:00

merged doc in uBLAS CVS to boost CVS

svn path=/trunk/boost/libs/numeric/ublas/; revision=26634
This commit is contained in:
Toon Knapen
2005-01-06 10:03:41 +00:00
parent 57934a5da7
commit f2934e3c8a
19 changed files with 326 additions and 375 deletions

View File

@@ -18,7 +18,7 @@
int main () {
using namespace boost::numeric::ublas;
map_array<int, double> a;
map_array<int, double> a (3);
for (unsigned i = 0; i < a.size (); ++ i) {
a [i] = i;
std::cout << a [i] << std::endl;