|
ProteoWizard
|
#include <boost/numeric/ublas/matrix.hpp>#include <boost/numeric/ublas/matrix_proxy.hpp>#include <boost/numeric/ublas/vector_proxy.hpp>#include <boost/numeric/ublas/io.hpp>#include <boost/numeric/ublas/matrix_expression.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pwiz |
| AMTContainer.hpp. | |
| namespace | pwiz::math |
Functions | |
| template<class T > | |
| void | pwiz::math::TransposeMultiply (const ublas::vector< T > &vector, ublas::matrix< T > &result, size_t size) |
| template<class T > | |
| void | pwiz::math::HouseholderCornerSubstraction (ublas::matrix< T > &LeftLarge, const ublas::matrix< T > &RightSmall) |
| template<class T > | |
| void | pwiz::math::HouseholderQR (const ublas::matrix< T > &M, ublas::matrix< T > &Q, ublas::matrix< T > &R) |
1.8.1.1