Click or drag to resize

GraphMatrixSetDiagV3 Method

http://www.emgu.com
MatrixSetDiagV3

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation MatrixSetDiagV3(
	Output input,
	Output diagonal,
	Output k,
	string align = null,
	string opName = "MatrixSetDiagV3"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
diagonal
Type: Emgu.TFOutput
Input to the operation.
k
Type: Emgu.TFOutput
Input to the operation.
align (Optional)
Type: SystemString
align
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.MatrixSetDiagV3(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String,System.String)"]

See Also