Warning: This API is deprecated and will be removed in a future version of TensorFlow after the replacement is stable.

Eig.Options

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.