Sign in
nest-open-source
/
nest-cam
/
v350
/
eigen
/
9d75fdbcd2b5a2fdab03a859ddefda95ce1217ed
/
.
/
doc
/
snippets
/
DenseBase_LinSpaced_seq_deprecated.cpp
blob: f55c5085d7e2e503313d2b9c87e999bd6602727a [
file
] [
log
] [
blame
]
cout
<<
VectorXi
::
LinSpaced
(
Sequential
,
4
,
7
,
10
).
transpose
()
<<
endl
;
cout
<<
VectorXd
::
LinSpaced
(
Sequential
,
5
,
0.0
,
1.0
).
transpose
()
<<
endl
;