|
bpp-core
2.2.0
|
This is the complete list of members for bpp::VectorTools, including all inherited members.
| abs(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| append(std::vector< T > &vec1, const std::vector< T > &vec2) | bpp::VectorTools | inlinestatic |
| append(const std::vector< std::vector< T > > &vecElementL) | bpp::VectorTools | inlinestatic |
| breaks(const std::vector< double > &v, unsigned int n) | bpp::VectorTools | static |
| center(const std::vector< InputType > &v1) | bpp::VectorTools | inlinestatic |
| center(const std::vector< InputType > &v1, const std::vector< InputType > &w, bool normalizeWeights=true) | bpp::VectorTools | inlinestatic |
| contains(const std::vector< T > &vec, T el) | bpp::VectorTools | inlinestatic |
| containsAll(std::vector< T > &v1, std::vector< T > &v2) | bpp::VectorTools | inlinestatic |
| cor(const std::vector< InputType > &v1, const std::vector< InputType > &v2) | bpp::VectorTools | inlinestatic |
| cor(const std::vector< InputType > &v1, const std::vector< InputType > &v2, const std::vector< InputType > &w, bool normalizeWeights=true) | bpp::VectorTools | inlinestatic |
| cos(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| cos(const std::vector< InputType > &v1, const std::vector< InputType > &v2) | bpp::VectorTools | inlinestatic |
| cos(const std::vector< InputType > &v1, const std::vector< InputType > &v2, const std::vector< InputType > &w) | bpp::VectorTools | inlinestatic |
| countValues(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| cov(const std::vector< InputType > &v1, const std::vector< InputType > &v2, bool unbiased=true) | bpp::VectorTools | inlinestatic |
| cov(const std::vector< InputType > &v1, const std::vector< InputType > &v2, const std::vector< InputType > &w, bool unbiased=true, bool normalizeWeights=true) | bpp::VectorTools | inlinestatic |
| cumProd(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| cumSum(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| diff(std::vector< T > &v1, std::vector< T > &v2, std::vector< T > &v3) | bpp::VectorTools | inlinestatic |
| exp(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| extend(std::vector< T > &vec1, const std::vector< T > &vec2) | bpp::VectorTools | inlinestatic |
| extract(const std::vector< T > &v1, const std::vector< int > &v2) | bpp::VectorTools | inlinestatic |
| fact(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| fill(std::vector< T > &v, T value) | bpp::VectorTools | inlinestatic |
| haveSameElements(const std::vector< T > &v1, const std::vector< T > &v2) | bpp::VectorTools | inlinestatic |
| haveSameElements(std::vector< T > &v1, std::vector< T > &v2) | bpp::VectorTools | inlinestatic |
| isUnique(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| kroneckerMult(const std::vector< T > &v1, const std::vector< T > &v2) | bpp::VectorTools | inlinestatic |
| log(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| log(const std::vector< T > &v1, double base) | bpp::VectorTools | inlinestatic |
| log10(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| logMeanExp(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| logNorm(std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| logSumExp(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| logSumExp(const std::vector< T > &v1, const std::vector< T > &v2) | bpp::VectorTools | inlinestatic |
| max(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| mean(const std::vector< InputType > &v1) | bpp::VectorTools | inlinestatic |
| mean(const std::vector< InputType > &v1, const std::vector< InputType > &w, bool normalizeWeights=true) | bpp::VectorTools | inlinestatic |
| median(std::vector< InputType > &v1) | bpp::VectorTools | inlinestatic |
| miContinuous(const std::vector< InputType > &v1, const std::vector< InputType > &v2, double base=2.7182818) | bpp::VectorTools | inlinestatic |
| miDiscrete(const std::vector< InputType > &v1, const std::vector< InputType > &v2, double base=2.7182818) | bpp::VectorTools | inlinestatic |
| min(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| nclassScott(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| norm(const std::vector< InputType > &v1) | bpp::VectorTools | inlinestatic |
| norm(const std::vector< InputType > &v1, const std::vector< InputType > &w) | bpp::VectorTools | inlinestatic |
| order(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| paste(const std::vector< T > &v, const std::string &delim=" ") | bpp::VectorTools | inlinestatic |
| pow(const std::vector< T > &v1, T &b) | bpp::VectorTools | inlinestatic |
| prepend(std::vector< T > &vec1, const std::vector< T > &vec2) | bpp::VectorTools | inlinestatic |
| print(const std::vector< T > &v1, OutputStream &out= *ApplicationTools::message, const std::string &delim=" ") | bpp::VectorTools | inlinestatic |
| printForR(const std::vector< T > &v1, std::string variableName="x", std::ostream &out=std::cout) | bpp::VectorTools | inlinestatic |
| prod(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| range(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| rep(const std::vector< T > &vec, size_t n) | bpp::VectorTools | inlinestatic |
| resize2(VVdouble &vv, size_t n1, size_t n2) | bpp::VectorTools | inlinestatic |
| resize3(VVVdouble &vvv, size_t n1, size_t n2, size_t n3) | bpp::VectorTools | inlinestatic |
| resize4(VVVVdouble &vvvv, size_t n1, size_t n2, size_t n3, size_t n4) | bpp::VectorTools | inlinestatic |
| scalar(const std::vector< InputType > &v1, const std::vector< InputType > &v2) | bpp::VectorTools | inlinestatic |
| scalar(const std::vector< InputType > &v1, const std::vector< InputType > &v2, const std::vector< InputType > &w) | bpp::VectorTools | inlinestatic |
| sd(const std::vector< InputType > &v1, bool unbiased=true) | bpp::VectorTools | inlinestatic |
| sd(const std::vector< InputType > &v1, const std::vector< InputType > &w, bool unbiased=true, bool normalizeWeights=true) | bpp::VectorTools | inlinestatic |
| seq(T from, T to, T by) | bpp::VectorTools | inlinestatic |
| shannon(const std::vector< InputType > &v, double base=2.7182818) | bpp::VectorTools | inlinestatic |
| shannonContinuous(const std::vector< InputType > &v, double base=2.7182818) | bpp::VectorTools | inlinestatic |
| shannonDiscrete(const std::vector< InputType > &v, double base=2.7182818) | bpp::VectorTools | inlinestatic |
| sin(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| sqr(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| sum(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| sumExp(const std::vector< T > &v1) | bpp::VectorTools | inlinestatic |
| sumExp(const std::vector< T > &v1, const std::vector< T > &v2) | bpp::VectorTools | inlinestatic |
| test() | bpp::VectorTools | static |
| unique(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| var(const std::vector< InputType > &v1, bool unbiased=true) | bpp::VectorTools | inlinestatic |
| var(const std::vector< InputType > &v1, const std::vector< InputType > &w, bool unbiased=true, bool normalizeWeights=true) | bpp::VectorTools | inlinestatic |
| vectorIntersection(const std::vector< T > &vec1, const std::vector< T > &vec2) | bpp::VectorTools | inlinestatic |
| vectorIntersection(const std::vector< std::vector< T > > &vecElementL) | bpp::VectorTools | inlinestatic |
| VectorTools() | bpp::VectorTools | inline |
| vectorUnion(const std::vector< T > &vec1, const std::vector< T > &vec2) | bpp::VectorTools | inlinestatic |
| vectorUnion(const std::vector< std::vector< T > > &vecElementL) | bpp::VectorTools | inlinestatic |
| which(const std::vector< T > &v, const T &which) | bpp::VectorTools | inlinestatic |
| whichAll(const std::vector< T > &v, const T &which) | bpp::VectorTools | inlinestatic |
| whichMax(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| whichMaxAll(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| whichMin(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| whichMinAll(const std::vector< T > &v) | bpp::VectorTools | inlinestatic |
| ~VectorTools() | bpp::VectorTools | inlinevirtual |