Eigen 3.4.90
doc
examples
Functions
tut_matrix_resize_fixed_size.cpp File Reference
Go to the source code of this file.
Functions
int
main
()
Function Documentation
◆
main()
int main
(
)
Definition at line
4
of file
tut_matrix_resize_fixed_size.cpp
.
5
{
6
Eigen::Matrix4d
m
;
7
m
.resize(4,4);
// no operation
8
std::cout <<
"The matrix m is of size "
9
<<
m
.rows() <<
"x"
<<
m
.cols() << std::endl;
10
}
m
Matrix3f m
Definition:
AngleAxis_mimic_euler.cpp:1
Eigen::Matrix
The matrix class, also used for vectors and row-vectors.
Definition:
Matrix.h:182