
Interpolation between two symmetric, positive-definite matrices
spd.interpolate.Rd
Function smoothly interpolates between two SPD matrices x
and y
.
The interpolation is parametrized by t
, where t=0
returns x
,
t=1
returns y
, and t=.5
returns the mean of x
and y