ConstructEmptyMatrix Interface

public interface ConstructEmptyMatrix

Contents


Module Procedures

private subroutine ConstructEmptyMatrixSup_ldr(this, rows, columns)

A subroutine wrapper for the empty constructor.

Arguments

Type IntentOptional AttributesName
type(Matrix_ldr), intent(inout) :: this

The matrix to construct

integer, intent(in) :: rows

Rows of the matrix

integer, intent(in) :: columns

Columns of the matrix

private subroutine ConstructEmptyMatrixSup_ldc(this, rows, columns)

A subroutine style wrapper for the constructor.

Arguments

Type IntentOptional AttributesName
type(Matrix_ldc), intent(inout) :: this

The matrix to construct.

integer, intent(in) :: rows

The number of rows of the matrix.

integer, intent(in) :: columns

The number of columns o the matrix.