Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(in), | dimension(:,:) | :: | M | The matrix |
|
real(kind=8), | intent(in), | dimension(:) | :: | v | The vector |
|
real(kind=8), | intent(out), | dimension(:), allocatable | :: | outv | The result |
multiply a matrix \(\mathbb{M}\) and a vector \(\vec{v}\) and get result \(\vec{outv}\)
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=4), | public | :: | i | ||||
integer(kind=4), | public | :: | j |