Class SelfAdjointEig.Options

java.lang.Object
org.tensorflow.op.linalg.SelfAdjointEig.Options
Enclosing class:
SelfAdjointEig<T extends TType>

public static class SelfAdjointEig.Options extends Object
Optional attributes for SelfAdjointEig
  • Method Details

    • computeV

      public SelfAdjointEig.Options computeV(Boolean computeV)
      Sets the computeV option.
      Parameters:
      computeV - If True then eigenvectors will be computed and returned in v. Otherwise, only the eigenvalues will be computed.
      Returns:
      this Options instance.