template.class_template.SymmetryOrbitEQN.matvec

SymmetryOrbitEQN.matvec(other, **kwargs)[source]

Matrix-vector product of self.jacobian and other.orbit_vector

Parameters
otherOrbit

Orbit whose state represents the vector in the matrix-vector product.

Returns
orbit_matvec :

Orbit with values representative of the matrix-vector product; typically state variables only.

Notes

This method represents the matrix-vector product of the Jacobian matrix with an orbit vector of dimension self.size+len(self.parameters).