helper.np_array_as_expr ======================= .. py:module:: helper.np_array_as_expr .. autoapi-nested-parse:: Converts a np.array object to cvxpy expression object. Functions --------- .. autoapisummary:: helper.np_array_as_expr.np_array_as_expr Module Contents --------------- .. py:function:: np_array_as_expr(np_arr) Convert numpy array into a cvxpy expression. :param np_arr: The numpy array to be converted. :return: The cvxpy expression of the numpy array.