gtsam
3rdparty
Eigen
doc
examples
DenseBase_template_int_middleCols.cpp
Go to the documentation of this file.
1
#include <Eigen/Core>
2
#include <iostream>
3
4
using namespace
Eigen
;
5
using namespace
std
;
6
7
int
main
(
void
)
8
{
9
int
const
N
= 5;
10
MatrixXi
A
(
N
,
N
);
11
A
.setRandom();
12
cout <<
"A =\n"
<<
A
<<
'\n'
<< endl;
13
cout <<
"A(:,1..3) =\n"
<<
A
.middleCols<3>(1) << endl;
14
return
0;
15
}
Eigen
Namespace containing all symbols from the Eigen library.
Definition:
jet.h:637
A
Matrix< SCALARA, Dynamic, Dynamic, opt_A > A
Definition:
bench_gemm.cpp:48
main
int main(void)
Definition:
DenseBase_template_int_middleCols.cpp:7
std
Definition:
BFloat16.h:88
N
#define N
Definition:
igam.h:9
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:32:24