Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::lansb Interface Reference

LANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals. More...

Public Member Functions

real(sp) function clansb (norm, uplo, n, k, ab, ldab, work)
 
 la_clansb
 
real(dp) function dlansb (norm, uplo, n, k, ab, ldab, work)
 
 la_dlansb
 
 la_qlansb
 
real(sp) function slansb (norm, uplo, n, k, ab, ldab, work)
 
 la_slansb
 
 la_wlansb
 
real(dp) function zlansb (norm, uplo, n, k, ab, ldab, work)
 
 la_zlansb
 

Detailed Description

LANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.

Member Function/Subroutine Documentation

◆ clansb()

real(sp) function la_lapack::lansb::clansb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
complex(sp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(sp), dimension(*), intent(out) work )

◆ dlansb()

real(dp) function la_lapack::lansb::dlansb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
real(dp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(dp), dimension(*), intent(out) work )

◆ la_clansb()

la_lapack::lansb::la_clansb

◆ la_dlansb()

la_lapack::lansb::la_dlansb

◆ la_qlansb()

la_lapack::lansb::la_qlansb

◆ la_slansb()

la_lapack::lansb::la_slansb

◆ la_wlansb()

la_lapack::lansb::la_wlansb

◆ la_zlansb()

la_lapack::lansb::la_zlansb

◆ slansb()

real(sp) function la_lapack::lansb::slansb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
real(sp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(sp), dimension(*), intent(out) work )

◆ zlansb()

real(dp) function la_lapack::lansb::zlansb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
complex(dp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(dp), dimension(*), intent(out) work )

The documentation for this interface was generated from the following file: