Computes element row of vector y = A*x
Thread safe, i.e. can be called from within parallel region
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(csrmat_t), | intent(in) | :: | a |
csr matrix |
||
| real(kind=FP), | intent(in), | dimension(a%ncol) | :: | x |
vector x |
|
| integer, | intent(in) | :: | row |
row of matrix |