Lines Matching defs:self
24 def __init__(self, mu_=1.0e3, mf_=False, imex_=False): argument
38 def initialCondition(self, u): argument
44 def evalFunction(self, ts, t, u, f): argument
53 def evalJacobian(self, ts, t, u, A, B): argument
71 def evalJacobianP(self, ts, t, u, C): argument
81 def evalIFunction(self, ts, t, u, udot, f): argument
90 def evalIJacobian(self, ts, t, u, udot, shift, A, B): argument
108 def evalIJacobianP(self, ts, t, u, udot, shift, C): argument
119 def __init__(self, ode): argument
122 def mult(self, A, x, y): argument
126 def multTranspose(self, A, x, y): argument
132 def __init__(self, ode): argument
135 def multTranspose(self, A, x, y): argument
141 def __init__(self, ode): argument
144 def mult(self, A, x, y): argument
148 def multTranspose(self, A, x, y): argument
154 def __init__(self, ode): argument
157 def multTranspose(self, A, x, y): argument