SelfAdjointEig.Options

public static class SelfAdjointEig.Options

Optional attributes for SelfAdjointEig

Public Methods

SelfAdjointEig.Options
computeV(Boolean computeV)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public SelfAdjointEig.Options computeV (Boolean computeV)

Parameters
computeV If `True` then eigenvectors will be computed and returned in `v`. Otherwise, only the eigenvalues will be computed.