mirror of
				https://github.com/gonum/gonum.git
				synced 2025-11-01 02:52:49 +08:00 
			
		
		
		
	 975d99cd20
			
		
	
	975d99cd20
	
	
	
		
			
			This avoids the confusion between Zero() and IsZero() which sounds like they should be related to one another but are not. This makes IsEmpty the counterpart to Reset. Add check for Zero in allMatrix Fixes #1083. Updates #1081.