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

This commit is contained in:
Toon Knapen
2005-01-06 10:03:41 +00:00
parent 1b258327f6
commit c0692ce161
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;