mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-11-01 04:12:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| int main()
 | |
| {
 | |
|   Eigen::VectorXd vec(4);
 | |
|   vec << 1, 2, 4, 8;
 | |
|   Eigen::MatrixXd mat;
 | |
|   mat = makeCirculant(vec);
 | |
|   std::cout << mat << std::endl;
 | |
| }
 | 
