ConstructMatrixFromFile Interface

public interface ConstructMatrixFromFile

Contents


Module Procedures

private subroutine ConstructMatrixFromFileSub_lsr(this, file_name)

Subroutine wrapper for the construct from file function.

Arguments

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

The matrix being constructed.

character(len=*), intent(in) :: file_name

Name of the file.

private subroutine ConstructMatrixFromFileSub_lsc(this, file_name)

Arguments

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

The matrix being constructed.

character(len=*), intent(in) :: file_name

Name of the file.