Go to the source code of this file.
◆ main()
Definition at line 4 of file Tutorial_ArrayClass_addition.cpp.
16 std::cout <<
"a + b = " << std::endl <<
a +
b << std::endl << std::endl;
19 std::cout <<
"a - 2 = " << std::endl <<
a - 2 << std::endl;
General-purpose arrays with easy API for coefficient-wise operations.