|
inline |
Returns the eigenvalue of the specified eigenvector relative to the specified matrix.
o | matrix of which v is an eigenvector |
v | eigenvector of the matrix o |
If debugging is enabled, a check is made to ensure that v
is indeed an eigenvector of o
, otherwise, the first nonzero element of v
is compared to the corresponding element of o v
and the ratio is returned.
References abs(), std::setprecision(), std::numeric_limits::signaling_NaN(), SYTEN_DEBUG_THRESHOLD, SYTEN_ZNORM_THRESHOLD, and to_string_def().