|
ProteoWizard
|
Namespaces | |
| namespace | details |
Classes | |
| struct | ProductSpace |
| struct | SampledData |
| struct | KernelTraitsBase |
| struct | KernelTraitsBase< Y(*)(X)> |
| struct | Correlation |
| struct | KernelTraits |
Typedefs | |
| typedef ProductSpace< double, double > | DxD |
| typedef ProductSpace< double, std::complex< double > > | DxCD |
Functions | |
| template<typename space_type > | |
| std::ostream & | operator<< (std::ostream &os, const SampledData< space_type > &data) |
| template<typename Kernel > | |
| void | checkKernelConcept () |
| template<typename Y > | |
| std::ostream & | operator<< (std::ostream &os, const Correlation< Y > &c) |
| template<typename Kernel > | |
| KernelTraits< Kernel > ::correlation_data_type | computeCorrelationData (const typename KernelTraits< Kernel >::sampled_data_type &data, const Kernel &kernel, int sampleRadius, int subsampleFactor) |
| typedef ProductSpace< double, double > pwiz::math::MatchedFilter::DxD |
Definition at line 50 of file MatchedFilter.hpp.
| typedef ProductSpace< double, std::complex<double> > pwiz::math::MatchedFilter::DxCD |
Definition at line 51 of file MatchedFilter.hpp.
| std::ostream& pwiz::math::MatchedFilter::operator<< | ( | std::ostream & | os, |
| const SampledData< space_type > & | data | ||
| ) |
Definition at line 97 of file MatchedFilter.hpp.
References pwiz::math::MatchedFilter::SampledData< space_type >::samples.
| void pwiz::math::MatchedFilter::checkKernelConcept | ( | ) |
Definition at line 150 of file MatchedFilter.hpp.
| std::ostream& pwiz::math::MatchedFilter::operator<< | ( | std::ostream & | os, |
| const Correlation< Y > & | c | ||
| ) |
Definition at line 174 of file MatchedFilter.hpp.
| KernelTraits<Kernel>::correlation_data_type pwiz::math::MatchedFilter::computeCorrelationData | ( | const typename KernelTraits< Kernel >::sampled_data_type & | data, |
| const Kernel & | kernel, | ||
| int | sampleRadius, | ||
| int | subsampleFactor | ||
| ) |
Definition at line 287 of file MatchedFilter.hpp.
References pwiz::math::MatchedFilter::details::createFilters(), pwiz::math::MatchedFilter::SampledData< space_type >::domain, pwiz::math::MatchedFilter::SampledData< space_type >::dx(), and pwiz::math::MatchedFilter::SampledData< space_type >::samples.
Referenced by test_compute().
1.8.1.1