attempt to fix strange MKL-related error
							parent
							
								
									fd95ebbef8
								
							
						
					
					
						commit
						d8b531aaba
					
				| 
						 | 
				
			
			@ -141,7 +141,7 @@ bool Gaussian::equals(const Base& expected, double tol) const {
 | 
			
		|||
/* ************************************************************************* */
 | 
			
		||||
Vector Gaussian::sigmas() const {
 | 
			
		||||
  // TODO(frank): can this be done faster?
 | 
			
		||||
  return (thisR().transpose() * thisR()).inverse().diagonal().array().sqrt();
 | 
			
		||||
  return Vector((thisR().transpose() * thisR()).inverse().diagonal()).cwiseSqrt();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* ************************************************************************* */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue