Eigen 3.4.90
doc
snippets
Functions
|
Variables
Matrix_variadic_ctor_cxx11.cpp File Reference
Go to the source code of this file.
Functions
Matrix< int, 1, 6 >
a
(1, 2, 3, 4, 5, 6)
Variables
Matrix< int, 3, 1 >
b
Function Documentation
◆
a()
Matrix<int, 1, 6> a
(
1
,
2
,
3
,
4
,
5
,
6
)
Variable Documentation
◆
b
Matrix<int, 3, 1> b
Definition at line
2
of file
Matrix_variadic_ctor_cxx11.cpp
.