Click or drag to resize

GraphBatchMatrixSolve Method

http://www.emgu.com
BatchMatrixSolve

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation BatchMatrixSolve(
	Output matrix,
	Output rhs,
	bool adjoint = false,
	string opName = "BatchMatrixSolve"
)

Parameters

matrix
Type: Emgu.TFOutput
Input to the operation.
rhs
Type: Emgu.TFOutput
Input to the operation.
adjoint (Optional)
Type: SystemBoolean
adjoint
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also