Go to the source code of this file.
Namespaces | |
Eigen | |
iterative scaling algorithm to equilibrate rows and column norms in matrices | |
Eigen::internal | |
Functions | |
template<typename Derived > | |
NumTraits< typename traits< Derived >::Scalar >::Real | Eigen::internal::blueNorm_impl (const EigenBase< Derived > &_vec) |
template<typename ExpressionType , typename Scalar > | |
void | Eigen::internal::stable_norm_kernel (const ExpressionType &bl, Scalar &ssq, Scalar &scale, Scalar &invScale) |