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