Ask a Question | Search PSRCHIVE: |
Home
|
UnaryStatistic.h virtual UnaryStatistic * clone() const =0 Derived types must also define clone method. void frc1d(size_t nfft, float *into, const float *from) Forward real-to-complex FFT. Definition: FTransform.C:39 virtual double get(const std::vector< double > &)=0 Derived types define the value returned. UnaryStatistic(const std::string &name, const std::string &description) Construct with a name and description. Definition: UnaryStatistic.C:825 static UnaryStatistic * factory(const std::string &name) Create a new instance of UnaryStatistic based on name. Definition: UnaryStatistic.C:897 Commmon statistics that can be derived from a single array of floats. Definition: UnaryStatistic.h:18 static const std::vector< UnaryStatistic * > & children() Returns a list of available UnaryStatistic children. Definition: UnaryStatistic.C:887 normalization get_norm() Returns the normalization convention of the currently selected library. Definition: FTransform.C:102 Generated using doxygen 1.8.17
|