covmats.PriorTerm.get_gradient_dot_product#

abstractmethod PriorTerm.get_gradient_dot_product(input: ndarray[tuple[Any, ...], dtype[float64]]) float | ndarray[tuple[Any, ...], dtype[float64]][source]#

Return the dot product of the gradient of the prior and the given input vector.

Parameters:

params (NDArrayFloat) – Values with which to compute the prior gradient dot product.

Returns:

Prior gradient-input vector dot product.

Return type:

NDArrayFloat