mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-11-01 04:12:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			145 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			145 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| template <class ArgType>
 | |
| Circulant<ArgType> makeCirculant(const Eigen::MatrixBase<ArgType>& arg)
 | |
| {
 | |
|   return Circulant<ArgType>(arg.derived());
 | |
| }
 | 
