root/test0.cpp @ 5

Revision 5, 324 bytes (checked in by smidl, 16 years ago)

RV

RevLine 
[1]1#include <itpp/itbase.h>
[2]2#include "libBM.h"
[1]3
4using namespace itpp;
5
6//These lines are needed for use of cout and endl
7using std::cout;
8using std::endl;
9
10int main()
11{
12
[5]13        RV th = RV ( "1 2","{a b }","1 1","0 0","0 0" );
14        RV r = RV("3 4");
15        int i =0;
[1]16
[5]17        cout << th << r << th(ivec(&1,1)) << endl;
[1]18
[5]19        //Exit program:
20        return 0;
[1]21
22}
Note: See TracBrowser for help on using the browser.