WPILibC++ 2023.4.3-108-ge5452e3
StableNorm.h File Reference

Go to the source code of this file.

Namespaces

namespace  Eigen
 Namespace containing all symbols from the Eigen library.
 
namespace  Eigen::internal
 

Functions

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