Page 1 of 1

CLapack and Data order

PostPosted: Thu Nov 01, 2012 8:37 am
by wolframio88
Hello everyone!
I'm new at using Lapack and I need some hints :D .
I read that CLapack was built from fortran so, does it need matrix to be passed to functions in column major order (fortran order) or the C row major order?
If I must use the column major order, do I need to "manually" transpose matrices?