Disabled external gits
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
template <class ArgType>
|
||||
Circulant<ArgType> makeCirculant(const Eigen::MatrixBase<ArgType>& arg)
|
||||
{
|
||||
return Circulant<ArgType>(arg.derived());
|
||||
}
|
Reference in New Issue
Block a user