i-RIC/iriclib

Remove cg_iric_xxxx_mul() functions

Closed this issue · 1 comments

Modify cg_iric_xxxx_f() function interface to have fileid as the first argument.
Remove cg_iric_xxxx_mul_f(), because this will be the default and only APIs.

When we do this modification, solver developers have to add fileid as the first argument,
and if the fail, it will cause crash. To make the migration process straight forward, I think we should do this after finishing #62.

Closed with f429df9 .