Choral
Private Member Functions | List of all members
algebra_lin::matvecprod Interface Reference
Collaboration diagram for algebra_lin::matvecprod:
Collaboration graph

Private Member Functions

subroutine algebra_lin_matvecprod (y, A, X)
 Matrix Vector Product v <= m*u. More...
 

Detailed Description

Definition at line 56 of file algebra_lin.F90.

Member Function/Subroutine Documentation

◆ algebra_lin_matvecprod()

subroutine algebra_lin::matvecprod::algebra_lin_matvecprod ( real(rp), dimension(:), intent(out)  y,
real(rp), dimension(size(y,1), size(x,1)), intent(in)  A,
real(rp), dimension(:), intent(in)  X 
)
private

Matrix Vector Product v <= m*u.

Definition at line 71 of file algebra_lin.F90.


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