Choral
Private Member Functions | List of all members
csr_mod::matvecprod Interface Reference

matrix vector product More...

Collaboration diagram for csr_mod::matvecprod:
Collaboration graph

Private Member Functions

subroutine csr_matvecprod (v, m, u)
 Matrix Vector Product v <= m*u. More...
 

Detailed Description

matrix vector product

Definition at line 132 of file csr_mod.F90.

Member Function/Subroutine Documentation

◆ csr_matvecprod()

subroutine csr_mod::matvecprod::csr_matvecprod ( real(rp), dimension(:), intent(out)  v,
type(csr), intent(in)  m,
real(rp), dimension(:), intent(in)  u 
)
private

Matrix Vector Product v <= m*u.

Definition at line 522 of file csr_mod.F90.


The documentation for this interface was generated from the following file: