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