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