Tutorial_range_for_loop_2d_cxx11.cpp
Go to the documentation of this file.
1 Matrix2i A = Matrix2i::Random();
2 cout << "Here are the coeffs of the 2x2 matrix A:\n";
3 for(auto x : A.reshaped())
4  cout << x << " ";
5 cout << "\n";
x
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
Definition: gnuplot_common_settings.hh:12
A
Definition: test_numpy_dtypes.cpp:298


gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:11:26