SpecialMatrices
Source Files
Modules
Procedures
Derived Types
shape
Interface
FreeBSD Documentation License
6 statements
Source File
specialmatrices_symtridiagonal.f90
specialmatrices_symtridiagonal
shape
Contents
Functions
shape_rdp
public interface shape
Functions
private pure module function shape_rdp(A) result(arr_shape)
Return the shape of a
SymTridiagonal
matrix.
Arguments
Type
Intent
Optional
Attributes
Name
type(
SymTridiagonal
),
intent(in)
::
A
Input matrix.
Return Value
integer(kind=ilp), (2)
Shape of the matrix.