Subroutine wrapper for the construct from file function.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsr), | intent(inout) | :: | this |
The matrix being constructed. |
||
character(len=*), | intent(in) | :: | file_name |
Name of the file. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsc), | intent(inout) | :: | this |
The matrix being constructed. |
||
character(len=*), | intent(in) | :: | file_name |
Name of the file. |