SelfAdjointEig.Options

public static class SelfAdjointEig.Options

Optional attributes for SelfAdjointEig

Public Methods

SelfAdjointEig.Options
computeV(Boolean computeV)

Inherited Methods

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.