cvxgrp / CVXR

An R modeling language for convex optimization problems.

Home Page:https://cvxr.rbind.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mul_elemwise() deprecated?

sangwon-hyun opened this issue · comments

A quick question: I'm getting the error
'mul_elemwise' is not an exported object from 'namespace:CVXR'

I can see that multiply() seems to do the same thing. mul_elemwise() only exists in documentation but not in the package anymore, from a cursory search. Is it deprecated?

Yes, mul_elemwise has been renamed to multiply. We will update the documentation shortly.