Searched defs:hCoeffs (Results 1 – 2 of 2) sorted by relevance
51 …ular_factor(TriangularFactorType& triFactor, const VectorsType& vectors, const CoeffsType& hCoeffs) in make_block_householder_triangular_factor()79 …holder_on_the_left(MatrixType& mat, const VectorsType& vectors, const CoeffsType& hCoeffs, bool fo… in apply_block_householder_on_the_left()
212 const HCoeffsType& hCoeffs() const { return m_hCoeffs; } in hCoeffs() function