Matrix_ldc Interface

public interface Matrix_ldc

Contents


Module Procedures

private pure function ConstructEmptyMatrix_ldc(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_ldc)

The matrix to construct.