Click or drag to resize

GraphSelfAdjointEigV2 Method

https://www.emgu.com/wiki/index.php/Emgu_TF
SelfAdjointEigV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation SelfAdjointEigV2(
	Output input,
	bool compute_v = true,
	string opName = "SelfAdjointEigV2"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
compute_v (Optional)
Type: SystemBoolean
compute v
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] e(type: DtInvalid). [1] v(type: DtInvalid).
See Also