Go to the source code of this file.
Namespaces | |
Eigen | |
Namespace containing all symbols from the Eigen library. | |
Eigen::internal | |
Functions | |
template<typename MatrixType , typename VectorsType , typename CoeffsType > | |
void | Eigen::internal::apply_block_householder_on_the_left (MatrixType &mat, const VectorsType &vectors, const CoeffsType &hCoeffs, bool forward) |
template<typename TriangularFactorType , typename VectorsType , typename CoeffsType > | |
void | Eigen::internal::make_block_householder_triangular_factor (TriangularFactorType &triFactor, const VectorsType &vectors, const CoeffsType &hCoeffs) |