- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm calling MKL functions from C++.
I would know how the functions store results in the matrixes. In the documents it says that is column major (but seems that is something wrong or not corrected).
For example, in the case of 3x3 matrix in input, when I call ztrevc to find eigenvectors, I get in output vl (and vr). I want to know if vr[0], vr[1] and vr[2] is the first vector (or the first column of the vectors' matrix) or vr[0], vr[3], vr[6] is the correct form.
Thank you.
I'm calling MKL functions from C++.
I would know how the functions store results in the matrixes. In the documents it says that is column major (but seems that is something wrong or not corrected).
For example, in the case of 3x3 matrix in input, when I call ztrevc to find eigenvectors, I get in output vl (and vr). I want to know if vr[0], vr[1] and vr[2] is the first vector (or the first column of the vectors' matrix) or vr[0], vr[3], vr[6] is the correct form.
Thank you.
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page