GraphBatchMatrixSolve Method |
Namespace: Emgu.TF
public Operation BatchMatrixSolve( Output matrix, Output rhs, bool adjoint = false, string opName = "BatchMatrixSolve" )
Public Function BatchMatrixSolve ( matrix As Output, rhs As Output, Optional adjoint As Boolean = false, Optional opName As String = "BatchMatrixSolve" ) As Operation
public: Operation^ BatchMatrixSolve( Output^ matrix, Output^ rhs, bool adjoint = false, String^ opName = L"BatchMatrixSolve" )
member BatchMatrixSolve : matrix : Output * rhs : Output * ?adjoint : bool * ?opName : string (* Defaults: let _adjoint = defaultArg adjoint false let _opName = defaultArg opName "BatchMatrixSolve" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,