Disabled external gits
This commit is contained in:
8
cs440-acg/ext/eigen/doc/examples/make_circulant.cpp.main
Normal file
8
cs440-acg/ext/eigen/doc/examples/make_circulant.cpp.main
Normal file
@@ -0,0 +1,8 @@
|
||||
int main()
|
||||
{
|
||||
Eigen::VectorXd vec(4);
|
||||
vec << 1, 2, 4, 8;
|
||||
Eigen::MatrixXd mat;
|
||||
mat = makeCirculant(vec);
|
||||
std::cout << mat << std::endl;
|
||||
}
|
Reference in New Issue
Block a user