|
Ublas : |
Subject: [ublas] newbie
From: Robinson, John MD PhD (johnmrobinson_at_[hidden])
Date: 2008-12-16 16:59:01
Can anyone recommend a simple "examples program" that illustrates
uBLAS usage. I am particularly perplexed about defining values for
vectors and matrixs such as:
ublas::vector<int> ia (6);
ia = [ 1, 2, 3, 4, 5, 6 ] ; // <--error!
thanks,
~John