ExactMethod.cpp File Reference

Introduction

Implementation of the exact method.

Definition in file ExactMethod.cpp.

Functions

void ExactMethod (Matrix3 &X, Matrix3 &R)
 Exact method. More...
 

Function Documentation

◆ ExactMethod()

void ExactMethod ( Matrix3 X,
Matrix3 R 
)

Implementation of the exact closed formula.

Parameters
XThe corrected output matrix.
RThe input noisy matrix.

Definition at line 12 of file ExactMethod.cpp.

References real.

Referenced by main().