scipy.linalg.lapack.dlantr#
- scipy.linalg.lapack.dlantr(norm, a[, uplo, diag]) = <fortran function dlantr>#
- Wrapper for - dlantr.- Parameters:
- norminput bytes
- ainput rank-2 array(‘d’) with bounds (lda,n)
 
- Returns:
- n2float
 
- Other Parameters:
- uploinput bytes, optional
- Default: ‘U’ 
- diaginput bytes, optional
- Default: ‘N’