andes.core.model.ModelCall#

class andes.core.model.ModelCall[source]#

Class for storing generated function calls, Jacobian calls, and arguments.

__init__()[source]#

Methods

append_ijv(j_full_name, ii, jj, vv)

clear_ijv()

zip_ijv(j_full_name)

Return a zipped iterator for the rows, cols and vals for the specified matrix name.