public static class
Eig.Options
Optional attributes for Eig
Public Methods
Eig.Options |
computeV(Boolean computeV)
|
Inherited Methods
Public Methods
public Eig.Options computeV (Boolean computeV)
Parameters
computeV | If `True` then eigenvectors will be computed and returned in `v`. Otherwise, only the eigenvalues will be computed. |
---|