Page 1 of 1
		
			
				number of unstable roots in DR1
				
Posted: 
Thu May 25, 2006 8:20 pm 
				by perendia
				For modification, we need number of unstable roots in DR1 after calls to qzdiv.
where/how can we get that information?
			 
			
		
			
				
				
Posted: 
Thu May 25, 2006 9:44 pm 
				by perendia
				After looking around a bit, I guess this may be achieved using
nnz(abs(eigenvalues_) > options_.qz_criterium)
would that be the best way?
			 
			
		
			
				
				
Posted: 
Fri May 26, 2006 9:44 am 
				by MichelJuillard
				Yes, that is the idea, but don't use eigenvalues_, it is deprecated and returned only by the "check" command.
Use dr.eigval instead
Kind regards
Michel
			 
			
		
			
				
				
Posted: 
Fri May 26, 2006 4:33 pm 
				by perendia
				Thanks. Is then nba variable in DR1 what we should use with higher resilience since nba may have different value if mjdgges.dll is called instead the qzdiv?
			 
			
		
			
				
				
Posted: 
Sat May 27, 2006 9:02 am 
				by MichelJuillard
				Normally, it shouldn't matter
Best
michel