ProteoWizard
Namespaces | Functions
qr.hpp File Reference
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/io.hpp>

Go to the source code of this file.

Namespaces

 pwiz
 
 pwiz::math
 

Functions

template<class matrix_type , class vector_type >
void pwiz::math::Reflector (const vector_type &x, matrix_type &F)
 
template<class matrix_type , class vector_type >
matrix_type pwiz::math::Reflector (const vector_type &x)
 
template<class matrix_type >
void pwiz::math::qr (const matrix_type &A, matrix_type &Q, matrix_type &R)