Construct the vector holding the accumulated diagonal values
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_ps), | intent(in) | :: | AMat |
AMat the matrix we are working on (for meta data). |
||
type(ProcessGrid_t), | intent(inout) | :: | process_grid |
The process grid we are operating on. |
||
type(Matrix_ldr), | intent(in) | :: | dense_a |
A dense representation of the values. |
||
real(kind=NTREAL), | intent(inout), | DIMENSION(:) | :: | diag |
Diagonal values computed. |