Sign in
third-party-mirror
/
eigen
/
941ca8d83f776b9a07153d3abef2877907aa0555
/
.
/
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
());
}