scipy.linalg.blas.cscal¶
- scipy.linalg.blas.cscal = <fortran object>¶
 - cscal - Function signature:
 - x = cscal(a,x,[n,offx,incx])
 - Required arguments:
 - a : input complex x : input rank-1 array(‘F’) with bounds (*)
 - Optional arguments:
 - n := (len(x)-offx)/abs(incx) input int offx := 0 input int incx := 1 input int
 - Return objects:
 - x : rank-1 array(‘F’) with bounds (*)
 
