The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Member Functions | List of all members
mat_zero_rows Interface Reference

Detailed Description

Zero all entries in the specified rows.

Public Member Functions

subroutine mat_zero_rows (self, nrows, irows, iblock, keep_diag)
 

Constructor & Destructor Documentation

◆ mat_zero_rows()

subroutine mat_zero_rows ( class(oft_matrix), intent(inout)  self,
integer(i4), intent(in)  nrows,
integer(i4), dimension(nrows), intent(in)  irows,
integer(i4), intent(in), optional  iblock,
logical, intent(in), optional  keep_diag 
)
virtual
Parameters
[in,out]selfMatrix object
[in]nrowsNumber of rows to zero
[in]irowsIndices of rows to zero [nrows]
[in]iblockRow block (optional)
[in]keep_diagKeep diagonal entries

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