Go to the source code of this file.
◆ main()
Definition at line 6 of file Tutorial_ArrayClass_interop.cpp.
17 result = (
m.array() + 4).matrix() *
m;
18 std::cout <<
"-- Combination 1: --\n" << result <<
"\n\n";
19 result = (
m.array() *
n.array()).matrix() *
m;
20 std::cout <<
"-- Combination 2: --\n" << result <<
"\n\n";
Matrix< float, Dynamic, Dynamic > MatrixXf
Dynamic×Dynamic matrix of type float.