Free Electron
|
solve A=B*B for B, given A More...
#include <MatrixSqrt.h>
Public Member Functions | |
void | solve (MATRIX &B, const MATRIX &A) const |
void | setIterations (U32 iterations) |
Private Attributes | |
U32 | m_iterations |
solve A=B*B for B, given A
Uses Denman-Beavers square root iteration.
B will be set with best result even with a convergence exception, so the exception could be caught and ignored.