Sign in
eigen
/
mirror
/
b86004226361882ea6c9308c0a940007a049d1d5
/
.
/
doc
/
examples
/
make_circulant.cpp.entry
blob: f5e69101369c5150c2da6efcd58ed0a271772ebe [
file
] [
log
] [
blame
]
template
<
class
ArgType
>
Circulant
<
ArgType
>
makeCirculant
(
const
Eigen
::
MatrixBase
<
ArgType
>&
arg
)
{
return
Circulant
<
ArgType
>(
arg
.
derived
());
}