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