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

Detailed Description

Compute matrix-vector product.

b = self * a

Public Member Functions

subroutine mat_apply_vec (self, a, b)

Constructor & Destructor Documentation

◆ mat_apply_vec()

subroutine mat_apply_vec ( class(oft_matrix), intent(inout) self,
class(oft_vector), intent(inout), target a,
class(oft_vector), 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: