scipy.linalg.blas.dtpsv#
- scipy.linalg.blas.dtpsv(n, ap, x[, incx, offx, lower, trans, diag, overwrite_x]) = <fortran function dtpsv>#
- Wrapper for - dtpsv.- Parameters:
- ninput int
- apinput rank-1 array(‘d’) with bounds (*)
- xinput rank-1 array(‘d’) with bounds (*)
 
- Returns:
- xoutrank-1 array(‘d’) with bounds (*) and x storage
 
- Other Parameters:
- overwrite_xinput int, optional
- Default: 0 
- incxinput int, optional
- Default: 1 
- offxinput int, optional
- Default: 0 
- lowerinput int, optional
- Default: 0 
- transinput int, optional
- Default: 0 
- diaginput int, optional
- Default: 0