|
ProteoWizard
|
Namespaces | |
| namespace | MatchedFilter |
| namespace | types |
Classes | |
| class | Random |
| class | LinearLeastSquares< LinearLeastSquaresType_LU > |
| class | LinearLeastSquares< LinearLeastSquaresType_QR > |
| class | LinearSolver< LinearSolverType_LU > |
| class | LinearSolver< LinearSolverType_QR > |
| struct | OrderedPair |
| class | OrderedPairContainerRef |
| wrapper class for accessing contiguous data as a container of OrderedPairs; note that it does not own the underlying data More... | |
| class | Parabola |
| class | Stats |
Functions | |
| PWIZ_API_DECL double | erf (double x) |
| real error function; calls gcc-provided erf, complex version (below) on msvc | |
| PWIZ_API_DECL std::complex < double > | erf (const std::complex< double > &z) |
| complex error function | |
| std::complex< double > | erf_series2 (const std::complex< double > &z) |
| series implementation for testing | |
| template<class T > | |
| void | TransposeMultiply (const ublas::vector< T > &vector, ublas::matrix< T > &result, size_t size) |
| template<class T > | |
| void | HouseholderCornerSubstraction (ublas::matrix< T > &LeftLarge, const ublas::matrix< T > &RightSmall) |
| template<class T > | |
| void | HouseholderQR (const ublas::matrix< T > &M, ublas::matrix< T > &Q, ublas::matrix< T > &R) |
| std::ostream & | operator<< (std::ostream &os, const OrderedPair &p) |
| std::istream & | operator>> (std::istream &is, OrderedPair &p) |
| bool | operator== (const OrderedPair &a, const OrderedPair &b) |
| bool | operator!= (const OrderedPair &a, const OrderedPair &b) |
| PWIZ_API_DECL std::ostream & | operator<< (std::ostream &os, const Parabola &p) |
| template<class matrix_type , class vector_type > | |
| void | Reflector (const vector_type &x, matrix_type &F) |
| template<class matrix_type , class vector_type > | |
| matrix_type | Reflector (const vector_type &x) |
| template<class matrix_type > | |
| void | qr (const matrix_type &A, matrix_type &Q, matrix_type &R) |
| PWIZ_API_DECL double pwiz::math::erf | ( | double | x | ) |
real error function; calls gcc-provided erf, complex version (below) on msvc
Referenced by test_real(), test_real_wrapper(), and test_series().
| PWIZ_API_DECL std::complex<double> pwiz::math::erf | ( | const std::complex< double > & | z | ) |
complex error function
| std::complex<double> pwiz::math::erf_series2 | ( | const std::complex< double > & | z | ) |
series implementation for testing
Referenced by test_series().
| void pwiz::math::TransposeMultiply | ( | const ublas::vector< T > & | vector, |
| ublas::matrix< T > & | result, | ||
| size_t | size | ||
| ) |
Definition at line 39 of file HouseholderQR.hpp.
Referenced by HouseholderQR().
| void pwiz::math::HouseholderCornerSubstraction | ( | ublas::matrix< T > & | LeftLarge, |
| const ublas::matrix< T > & | RightSmall | ||
| ) |
Definition at line 54 of file HouseholderQR.hpp.
Referenced by HouseholderQR().
| void pwiz::math::HouseholderQR | ( | const ublas::matrix< T > & | M, |
| ublas::matrix< T > & | Q, | ||
| ublas::matrix< T > & | R | ||
| ) |
Definition at line 79 of file HouseholderQR.hpp.
References H, HouseholderCornerSubstraction(), and TransposeMultiply().
Referenced by main().
|
inline |
Definition at line 49 of file OrderedPair.hpp.
References pwiz::math::OrderedPair::x, and pwiz::math::OrderedPair::y.
|
inline |
Definition at line 56 of file OrderedPair.hpp.
References pwiz::math::OrderedPair::x, and pwiz::math::OrderedPair::y.
|
inline |
Definition at line 67 of file OrderedPair.hpp.
References pwiz::math::OrderedPair::x, and pwiz::math::OrderedPair::y.
|
inline |
Definition at line 73 of file OrderedPair.hpp.
| PWIZ_API_DECL std::ostream& pwiz::math::operator<< | ( | std::ostream & | os, |
| const Parabola & | p | ||
| ) |
| void pwiz::math::Reflector | ( | const vector_type & | x, |
| matrix_type & | F | ||
| ) |
Definition at line 39 of file qr.hpp.
References x.
Referenced by qr(), and testReflector().
| matrix_type pwiz::math::Reflector | ( | const vector_type & | x | ) |
| void pwiz::math::qr | ( | const matrix_type & | A, |
| matrix_type & | Q, | ||
| matrix_type & | R | ||
| ) |
Definition at line 81 of file qr.hpp.
References A, F, ident(), k, Reflector(), and x.
Referenced by pwiz::math::LinearSolver< LinearSolverType_QR >::solve().
1.8.1.1