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