mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
#include <Eigen/Core>
|
|
#include <iostream>
|
|
|
|
template <class ArgType> class Circulant;
|