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