ExtractMatrixRow Interface

public interface ExtractMatrixRow

Contents


Module Procedures

private subroutine ExtractMatrixRow_lsr(this, row_number, row_out)

Extract a row from the matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_lsr), intent(in) :: this

The matrix to extract from.

integer, intent(in) :: row_number

The row to extract.

type(Matrix_lsr), intent(inout) :: row_out

The matrix representing that row.

private subroutine ExtractMatrixRow_lsc(this, row_number, row_out)

Extract a row from the matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_lsc), intent(in) :: this

The matrix to extract from.

integer, intent(in) :: row_number

The row to extract.

type(Matrix_lsc), intent(inout) :: row_out

The matrix representing that row.