Generalized eigenvalue problem



Hello friends,

I have to solve generalized eigenvalue problem, for which i am using
the clapack libraries, using C programming language.
I am using the DGGEV function, but how should i give the leading
dimension for the function?
I have two 4 x 4 matrices, and i get incorrect results, because of the
problem in the parameters.

Thank you,
Paramesh.

.