vlsvrs 1.0.0

VLSV reader with C and Python bindings
Documentation
1
2
3
4
5
template <class ArgType>
Circulant<ArgType> makeCirculant(const Eigen::MatrixBase<ArgType>& arg)
{
  return Circulant<ArgType>(arg.derived());
}