root/test0.cpp
@
3
| Revision 2, 278 bytes (checked in by smidl, 18 years ago) |
|---|
| Line | |
|---|---|
| 1 | #include <itpp/itbase.h> |
| 2 | #include "libBM.h" |
| 3 | |
| 4 | using namespace itpp; |
| 5 | |
| 6 | //These lines are needed for use of cout and endl |
| 7 | using std::cout; |
| 8 | using std::endl; |
| 9 | |
| 10 | int main() |
| 11 | { |
| 12 | |
| 13 | RV th = RV("1 2","{a b }","1 1","0 0","0 0"); |
| 14 | |
| 15 | cout << th << th << endl; |
| 16 | |
| 17 | //Exit program: |
| 18 | return 0; |
| 19 | |
| 20 | } |
Note: See TracBrowser
for help on using the browser.
