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