コード例 #1
0
 private Matrix CovarianceResidual()
 {
     return(H * P * (Matrix)H.Transpose() + R);
 }