dynamo.vf.solveQ

dynamo.vf.solveQ(D, F, debug=False)[source]

Function to calculate Q matrix by a least square method

Parameters
  • D (numpy.ndarray) – Diffusion matrix.

  • F (numpy.ndarray) – Jacobian of the vector field function at specific location.

  • debug (bool) – A flag to determine whether the debug mode should be used.

Returns

Return type

Depends on whether