Matrix_ldr Interface

public interface Matrix_ldr

Contents


Module Procedures

private pure function ConstructEmptyMatrix_ldr(rows, columns) result(this)

Construct an empty dense matrix with a set number of rows and columns

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: rows

Rows of the matrix

integer, intent(in) :: columns

Columns of the matrix.

Return Value type(Matrix_ldr)

The matrix to construct.