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 MatrixType , typename VectorsType , typename CoeffsType > | |
void | apply_block_householder_on_the_left (MatrixType &mat, const VectorsType &vectors, const CoeffsType &hCoeffs) |
template<typename TriangularFactorType , typename VectorsType , typename CoeffsType > | |
void | make_block_householder_triangular_factor (TriangularFactorType &triFactor, const VectorsType &vectors, const CoeffsType &hCoeffs) |