StableNorm.h File Reference

Go to the source code of this file.

Namespaces

 Eigen
 : InteropHeaders
 
 Eigen::internal
 

Functions

template<typename Derived >
NumTraits< typename traits< Derived >::Scalar >::Real Eigen::internal::blueNorm_impl (const EigenBase< Derived > &_vec)
 
template<typename MatrixType >
MatrixType::RealScalar Eigen::internal::stable_norm_impl (const MatrixType &mat, std::enable_if_t<!MatrixType::IsVectorAtCompileTime > *=0)
 
template<typename VectorType >
VectorType::RealScalar Eigen::internal::stable_norm_impl (const VectorType &vec, std::enable_if_t< VectorType::IsVectorAtCompileTime > *=0)
 
template<typename VectorType , typename RealScalar >
void Eigen::internal::stable_norm_impl_inner_step (const VectorType &vec, RealScalar &ssq, RealScalar &scale, RealScalar &invScale)
 
template<typename ExpressionType , typename Scalar >
void Eigen::internal::stable_norm_kernel (const ExpressionType &bl, Scalar &ssq, Scalar &scale, Scalar &invScale)