scipy.linalg.lapack.dgeev
-
scipy.linalg.lapack.dgeev = <fortran object>
- dgeev - Function signature:
- wr,wi,vl,vr,info = dgeev(a,[compute_vl,compute_vr,lwork,overwrite_a])
- Required arguments:
- a : input rank-2 array(‘d’) with bounds (n,n)
- Optional arguments:
- compute_vl := 1 input int
compute_vr := 1 input int
overwrite_a := 0 input int
lwork := 4*n input int
- Return objects:
- wr : rank-1 array(‘d’) with bounds (n)
wi : rank-1 array(‘d’) with bounds (n)
vl : rank-2 array(‘d’) with bounds (ldvl,n)
vr : rank-2 array(‘d’) with bounds (ldvr,n)
info : int