2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 03:42:19 +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 0bd20244f3
commit e2b27e29db
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;