Sign in
nest-open-source
/
nest-cam
/
v366
/
eigen
/
9d75fdbcd2b5a2fdab03a859ddefda95ce1217ed
/
.
/
doc
/
examples
/
make_circulant.cpp.entry
blob: f9d2eb8a9599c06bb96ed1df16c93b2945cf39de [
file
] [
log
] [
blame
]
template
<
class
ArgType
>
Circulant
<
ArgType
>
makeCirculant
(
const
Eigen
::
MatrixBase
<
ArgType
>&
arg
)
{
return
Circulant
<
ArgType
>(
arg
.
derived
());
}