Module implementing features of the matrix algebra with csr matrices
Computes the i-th component of the matrix vector product between the given csr matrix mat and the vector v NOTE: This subroutine has been hand optimized
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(csrmat_t), | intent(in) | :: | mat | |||
| real(kind=GP), | intent(in), | dimension(:) | :: | v | ||
| integer, | intent(in) | :: | i |