Go to the source code of this file.
◆ main()
Definition at line 4 of file Tutorial_ArrayClass_accessors.cpp.
9 m(0,0) = 1.0;
m(0,1) = 2.0;
10 m(1,0) = 3.0;
m(1,1) =
m(0,1) +
m(1,0);
13 std::cout <<
m << std::endl << std::endl;
20 std::cout <<
m << std::endl;
General-purpose arrays with easy API for coefficient-wise operations.