GraphBatchMatrixSolveLs Method |
Namespace: Emgu.TF
public Operation BatchMatrixSolveLs( Output matrix, Output rhs, Output l2_regularizer, bool fast = true, string opName = "BatchMatrixSolveLs" )
Public Function BatchMatrixSolveLs ( matrix As Output, rhs As Output, l2_regularizer As Output, Optional fast As Boolean = true, Optional opName As String = "BatchMatrixSolveLs" ) As Operation
public: Operation^ BatchMatrixSolveLs( Output^ matrix, Output^ rhs, Output^ l2_regularizer, bool fast = true, String^ opName = L"BatchMatrixSolveLs" )
member BatchMatrixSolveLs : matrix : Output * rhs : Output * l2_regularizer : Output * ?fast : bool * ?opName : string (* Defaults: let _fast = defaultArg fast true let _opName = defaultArg opName "BatchMatrixSolveLs" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,