Sign in
eigen
/
mirror
/
7882408856e839ad65eff8728e3710a6f2fc779a
/
.
/
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
());
}