The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
mat_apply_cvec Interface Reference

Detailed Description

Compute matrix-vector product (complex vector).

b = self * a

Public Member Functions

subroutine mat_apply_cvec (self, a, b)

Constructor & Destructor Documentation

◆ mat_apply_cvec()

subroutine mat_apply_cvec ( class(oft_matrix), intent(inout) self,
class(oft_cvector), intent(inout), target a,
class(oft_cvector), intent(inout) b )
virtual
Parameters
[in,out]selfMatrix object
[in,out]aSource vector
[in,out]bResult of matrix product

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