-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matrix class extension #57
base: main
Are you sure you want to change the base?
Conversation
Added Scalapack wrapper, but not going to use it for now.
Added Scalapack wrapper, but not going to use it for now.
…o MatrixClassExtension
…pers/dft-efe into MatrixClassExtension
} | ||
|
||
// FIXME: to be implemented (not complex conjugate transpose) | ||
// S.complexConjugate(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iancclin Please note the FIXME comments
* @warning There is no boundary check in this function. The user should | ||
* be responsible that the size of data array should have | ||
* (j2-j1)*(i2-i1) size. | ||
* @param i1 the global index of the first row of the submatrix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iancclin Could you please clarify in the documentation whether the global index is counted starting from 0 or 1?
No description provided.