|
Go to the documentation of this file.
24 using namespace faudes;
52 std::vector<Idx> vLambda;
53 vLambda.push_back(lambda);
55 std::vector<Idx> vSquare;
56 vSquare.push_back(square);
58 std::vector<Idx> vDot;
61 std::vector<Idx> vDotSquare;
62 vDotSquare.push_back(dot);
63 vDotSquare.push_back(square);
65 std::vector<Idx> vDotDot;
66 vDotDot.push_back(dot);
67 vDotDot.push_back(dot);
100 std::cout << "***************** RESULT *****************" << std::endl;
libFAUDES 2.24g
--- 2014.09.15
--- c++ api documentaion by doxygen
|