Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

eigen - dsygv

Status
Not open for further replies.

rk_19

Structural
Aug 7, 2012
71
Hi,

i am using fortran to solve an eigen value problem. i am using lapack routine dsygv to solve the eqn of type (Ax=kBx). size of the matrices are 168x168, i am getting 'info' as 170 when i make the run - understand that this should be zero..could some one explain physical meaning of 'info' not equal to zero.. i went through the online manual ( but it is still not clear to me.


thanks for your time,
 
Replies continue below

Recommended for you

Well I would say if 'Info' comes back not Zero then there was an error in the subroutine
The number of the Info gives you some hint on what the error might be

If Info = 0 => then all OK, no error






best regards
Klaus
 
ok, I sorted it out myself.. if info>n, where n is size of matrix, it is like there is some mismatch in the matrix size declaration.some where in the code, the matrix was not declared properly, so all this happened.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor