Click or drag to resize

GraphMatrixTriangularSolve Method

http://www.emgu.com
MatrixTriangularSolve

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation MatrixTriangularSolve(
	Output matrix,
	Output rhs,
	bool lower = true,
	bool adjoint = false,
	string opName = "MatrixTriangularSolve"
)

Parameters

matrix
Type: Emgu.TFOutput
Input to the operation.
rhs
Type: Emgu.TFOutput
Input to the operation.
lower (Optional)
Type: SystemBoolean
lower
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.MatrixTriangularSolve(Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.Boolean,System.String)"]

See Also