Searched defs:HessenbergDecomposition (Results 1 - 1 of 1) sorted by last modified time

/external/eigen/Eigen/src/Eigenvalues/
H A DHessenbergDecomposition.h30 * \class HessenbergDecomposition
47 * HessenbergDecomposition(const MatrixType&) constructor which computes the
57 template<typename _MatrixType> class HessenbergDecomposition class in namespace:Eigen
100 HessenbergDecomposition(Index size = Size==Dynamic ? 2 : Size) function in class:Eigen::HessenbergDecomposition
118 HessenbergDecomposition(const MatrixType& matrix) function in class:Eigen::HessenbergDecomposition
144 * This method reuses of the allocated data in the HessenbergDecomposition
150 HessenbergDecomposition& compute(const MatrixType& matrix)
168 * \pre Either the constructor HessenbergDecomposition(const MatrixType&)
179 eigen_assert(m_isInitialized && "HessenbergDecomposition is not initialized.");
188 * \pre Either the constructor HessenbergDecomposition(cons
[all...]

Completed in 168 milliseconds