Eigen 3.4.90
doc
snippets
Matrix_setConstant_int_int.cpp
Go to the documentation of this file.
1
MatrixXf
m
;
2
m
.setConstant(3, 3, 5);
3
cout <<
m
<< endl;
m
MatrixXf m
Definition:
Matrix_setConstant_int_int.cpp:1
Eigen::MatrixXf
Matrix< float, Dynamic, Dynamic > MatrixXf
Dynamic×Dynamic matrix of type float.
Definition:
Matrix.h:501