check_tridiag Interface

public interface check_tridiag

Module Procedures

private function d_check_tridiag(Amat) result(Mcheck)

Arguments

Type IntentOptional Attributes Name
real(kind=8), dimension(:,:) :: Amat

Return Value logical

private function c_check_tridiag(Amat) result(Mcheck)

Arguments

Type IntentOptional Attributes Name
complex(kind=8), dimension(:,:) :: Amat

Return Value logical

private function d_check_tridiag_block(Nblock, Nsize, Amat) result(Mcheck)

Arguments

Type IntentOptional Attributes Name
integer :: Nblock
integer :: Nsize
real(kind=8), dimension(Nblock*Nsize,Nblock*Nsize) :: Amat

Return Value logical

private function c_check_tridiag_block(Nblock, Nsize, Amat) result(Mcheck)

Arguments

Type IntentOptional Attributes Name
integer :: Nblock
integer :: Nsize
complex(kind=8), dimension(Nblock*Nsize,Nblock*Nsize) :: Amat

Return Value logical