Click or drag to resize

GraphTridiagonalSolve Method

http://www.emgu.com
TridiagonalSolve

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation TridiagonalSolve(
	Output diagonals,
	Output rhs,
	bool partial_pivoting = true,
	string opName = "TridiagonalSolve"
)

Parameters

diagonals
Type: Emgu.TFOutput
Input to the operation.
rhs
Type: Emgu.TFOutput
Input to the operation.
partial_pivoting (Optional)
Type: SystemBoolean
partial pivoting
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also