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