Go to the source code of this file.
|
| | Eigen |
| | Namespace containing all symbols from the Eigen library.
|
| |
| | Eigen::internal |
| | Namespace containing low-level routines from the Eigen library.
|
| |
|
| 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, std::enable_if_t< VectorType::IsVectorAtCompileTime > *=0) |
| |
| template<typename MatrixType > |
| MatrixType::RealScalar | Eigen::internal::stable_norm_impl (const MatrixType &mat, std::enable_if_t<!MatrixType::IsVectorAtCompileTime > *=0) |
| |
| template<typename Derived > |
| NumTraits< typename traits< Derived >::Scalar >::Real | Eigen::internal::blueNorm_impl (const EigenBase< Derived > &_vec) |
| |