Click or drag to resize

GraphTridiagonalSolve Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation TridiagonalSolve(
	Output diagonals,
	Output rhs,
	bool partial_pivoting = true,
	bool perturb_singular = false,
	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
perturb_singular (Optional)
Type: SystemBoolean
perturb singular
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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