other versions
| dlantr.f(3) | LAPACK | dlantr.f(3) | 
NAME¶
dlantr.f
SYNOPSIS¶
Functions/Subroutines¶
double precision function dlantr (NORM, UPLO, DIAG, M,
    N, A, LDA, WORK)
  
  DLANTR returns the value of the 1-norm, or the Frobenius norm, or the
    infinity norm, or the element of largest absolute value of a trapezoidal or
    triangular matrix.
  
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
| Wed May 24 2017 | Version 3.7.0 |