scipy.linalg.lapack.zlantr#
- scipy.linalg.lapack.zlantr(norm, a[, uplo, diag]) = <fortran function zlantr>#
Wrapper for
zlantr
.- 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’