Sign in
◑
Theme
eigen
/
mirror
/
f96618cd2cfa983e5390c666e4fca6cebc462e26
/
.
/
doc
/
snippets
/
Tutorial_commainit_01.cpp
blob: 966dee709a8752af831861cafd050b954855c249 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Matrix3f
m
;
m
<<
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
;
std
::
cout
<<
m
;