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