Function Dune::XT::LA::solve_by_qr_decomposition

template<class FieldType, size_t num_blocks, size_t block_rows, size_t rhs_block_cols>
void Dune::XT::LA::solve_by_qr_decomposition(XT::Common::BlockedFieldMatrix<FieldType, num_blocks, block_rows, block_rows> &A, XT::Common::BlockedFieldMatrix<FieldType, num_blocks, block_rows, rhs_block_cols> &X, const XT::Common::BlockedFieldMatrix<FieldType, num_blocks, block_rows, rhs_block_cols> &B)

No documentation provided.

template<class MatrixType, class VectorType, class SecondVectorType>
int Dune::XT::LA::solve_by_qr_decomposition(MatrixType &A, VectorType &x, const SecondVectorType &b)

Performs a QR decomposition to solve Ax = b

See also: qr