numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
approximate_max_eigen_aat.h File Reference

Definition of max_eigen_aat function. More...

+ Include dependency graph for approximate_max_eigen_aat.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::regularization
 Namespace of regularization algorithms.
 
namespace  num_collect::regularization::impl
 Namespace of internal implementations.
 

Functions

template<typename Matrix >
requires (base::concepts::real_scalar_dense_matrix<Matrix> || base::concepts::real_scalar_sparse_matrix<Matrix>)
auto num_collect::regularization::impl::approximate_max_eigen_aat (const Matrix &matrix) -> typename Matrix::Scalar
 Approximate the maximum eigenvalue of \( AA^T \) for a matrix \( A \).
 

Detailed Description

Definition of max_eigen_aat function.

Definition in file approximate_max_eigen_aat.h.