|
gstlearn
1.0.0
CCC
|
This is the complete list of members for VH, including all inherited members.
| add(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| addConstant(VectorDouble &vec, double v) | VectorHelper | static |
| addConstant(VectorInt &vec, int v) | VectorHelper | static |
| addInPlace(VectorDouble &dest, const VectorDouble &src) | VectorHelper | static |
| addInPlace(const VectorDouble &veca, const VectorDouble &vecb, VectorDouble &res, int size=0) | VectorHelper | static |
| addInPlace(const double *veca, const double *vecb, double *res, int size) | VectorHelper | static |
| addInPlace(const VectorVectorDouble &in1, const VectorVectorDouble &in2, VectorVectorDouble &outv) | VectorHelper | static |
| addMultiplyConstantInPlace(double val1, const VectorVectorDouble &in1, VectorVectorDouble &outv) | VectorHelper | static |
| arrangeInPlace(int safe, VectorInt &ranks, VectorDouble &values, bool ascending=true, int size=-1) | VectorHelper | static |
| arrangeInPlace(int safe, VectorInt &ranks, VectorInt &values, bool ascending=true, int size=-1) | VectorHelper | static |
| concatenate(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| copy(const VectorDouble &vecin, VectorDouble &vecout, int size=-1) | VectorHelper | static |
| copy(const VectorInt &vecin, VectorInt &vecout, int size=-1) | VectorHelper | static |
| copy(const VectorVectorDouble &inv, VectorVectorDouble &outv) | VectorHelper | static |
| correlation(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| countDefined(const VectorDouble &vec) | VectorHelper | static |
| countUndefined(const VectorDouble &vec) | VectorHelper | static |
| crossProduct3D(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| crossProduct3DInPlace(const double *a, const double *b, double *v) | VectorHelper | static |
| cumul(const VectorInt &vec) | VectorHelper | static |
| cumul(const VectorDouble &vec) | VectorHelper | static |
| cumulate(VectorDouble &veca, const VectorDouble &vecb, double coeff=1., double addval=0.) | VectorHelper | static |
| display(const String &title, const VectorDouble &vect, bool skipLine=true) | VectorHelper | static |
| display(const String &title, const VectorVectorDouble &vect, bool skipLine=true) | VectorHelper | static |
| display(const String &title, const VectorString &vect, bool skipLine=true) | VectorHelper | static |
| display(const String &title, const VectorInt &vect, bool skipLine=true) | VectorHelper | static |
| displayNNZ(const String &title, const VectorDouble &vect, int nclass=10) | VectorHelper | static |
| displayRange(const String &title, const VectorDouble &vect) | VectorHelper | static |
| displayRange(const String &title, const VectorInt &vect) | VectorHelper | static |
| displayStats(const String &title, const VectorDouble &vect) | VectorHelper | static |
| divideConstant(VectorDouble &vec, double v) | VectorHelper | static |
| divideInPlace(VectorDouble &vec, const VectorDouble &v) | VectorHelper | static |
| extensionDiagonal(const VectorDouble &mini, const VectorDouble &maxi) | VectorHelper | static |
| fill(VectorDouble &vec, double v, int size=0) | VectorHelper | static |
| fill(VectorInt &vec, int v, int size=0) | VectorHelper | static |
| fill(VectorVectorDouble &vec, double value) | VectorHelper | static |
| fillUndef(VectorDouble &vec, double repl) | VectorHelper | static |
| filter(const VectorInt &vecin, int vmin=ITEST, int vmax=ITEST, bool ascending=true) | VectorHelper | static |
| flatten(const VectorVectorDouble &vvd) | VectorHelper | static |
| flattenInPlace(const VectorVectorDouble &vvd, VectorDouble &vd) | VectorHelper | static |
| getMostSignificant(const VectorDouble &vec, double tol=EPSILON6, int nmax=-1) | VectorHelper | static |
| initVDouble(int nval, double value=0.) | VectorHelper | static |
| initVDouble(const double *values, int number) | VectorHelper | static |
| initVInt(int nval, int value=0.) | VectorHelper | static |
| initVInt(const int *values, int number) | VectorHelper | static |
| initVVDouble(int nval1, int nval2, double value=0.) | VectorHelper | static |
| initVVDouble(const double *value, int n1, int n2) | VectorHelper | static |
| initVVInt(int nval1, int nval2, int value=0) | VectorHelper | static |
| innerProduct(const VectorDouble &veca, const VectorDouble &vecb, int size=-1) | VectorHelper | static |
| innerProduct(const double *veca, const double *vecb, int size) | VectorHelper | static |
| innerProduct(const VectorVectorDouble &x, const VectorVectorDouble &y) | VectorHelper | static |
| inverse(const VectorDouble &vec) | VectorHelper | static |
| isConstant(const VectorDouble &vect, double refval=TEST) | VectorHelper | static |
| isConstant(const VectorInt &vect, int refval=ITEST) | VectorHelper | static |
| isInList(const VectorInt &vec, int item) | VectorHelper | static |
| isSame(const VectorDouble &v1, const VectorDouble &v2, double eps=EPSILON10) | VectorHelper | static |
| isSame(const VectorInt &v1, const VectorInt &v2) | VectorHelper | static |
| linearComb(double val1, const VectorVectorDouble &in1, double val2, const VectorVectorDouble &in2, VectorVectorDouble &outv) | VectorHelper | static |
| maximum(const VectorInt &vec, bool flagAbs=false) | VectorHelper | static |
| maximum(const VectorDouble &vec, bool flagAbs=false) | VectorHelper | static |
| maximum(const VectorVectorDouble &vec, bool flagAbs=false) | VectorHelper | static |
| mean(const VectorDouble &vec) | VectorHelper | static |
| median(const VectorDouble &vec) | VectorHelper | static |
| minimum(const VectorInt &vec, bool flagAbs=false) | VectorHelper | static |
| minimum(const VectorDouble &vec, bool flagAbs=false) | VectorHelper | static |
| minimum(const VectorVectorDouble &vec, bool flagAbs=false) | VectorHelper | static |
| multiplyConstant(VectorDouble &vec, double v) | VectorHelper | static |
| multiplyConstantInPlace(const VectorDouble &vec, double v, VectorDouble &vecout) | VectorHelper | static |
| multiplyInPlace(VectorDouble &vec, const VectorDouble &v) | VectorHelper | static |
| norm(const VectorDouble &vec) | VectorHelper | static |
| normalize(VectorDouble &vec) | VectorHelper | static |
| normalize(double *tab, int ntab) | VectorHelper | static |
| normalizeFromGaussianDistribution(VectorDouble &vec, double mini=0., double maxi=1.) | VectorHelper | static |
| normalScore(const VectorDouble &data, const VectorDouble &wt=VectorDouble()) | VectorHelper | static |
| normDistance(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| orderRanks(const VectorInt &vecin, bool ascending=true, int size=-1) | VectorHelper | static |
| orderRanks(const VectorDouble &vecin, bool ascending=true, int size=-1) | VectorHelper | static |
| pnormVec(const VectorDouble &vec) | VectorHelper | static |
| power(const VectorDouble &vec, double power) | VectorHelper | static |
| product(const VectorInt &nx) | VectorHelper | static |
| product(const VectorDouble &vec) | VectorHelper | static |
| qnormVec(const VectorDouble &vec) | VectorHelper | static |
| quantiles(const VectorDouble &vec, const VectorDouble &probas) | VectorHelper | static |
| rangeVals(const VectorDouble &vec) | VectorHelper | static |
| reorder(const VectorInt &vecin, const VectorInt &order, int size=-1) | VectorHelper | static |
| reorder(const VectorDouble &vecin, const VectorInt &order, int size=-1) | VectorHelper | static |
| sampleRanks(int ntotal, double proportion=0., int number=0, int seed=242141, int optSort=0) | VectorHelper | static |
| sequence(int number, int ideb=0, int step=1) | VectorHelper | static |
| sequence(double valFrom, double valTo, double valStep=1., double ratio=1.) | VectorHelper | static |
| simulateBernoulli(int n=1, double proba=0.5, double vone=1., double velse=0.) | VectorHelper | static |
| simulateGaussian(int n=1, double mean=0., double sigma=1.) | VectorHelper | static |
| simulateGaussianInPlace(VectorDouble &vect, double mean=0., double sigma=1.) | VectorHelper | static |
| simulateUniform(int n=1, double mini=0., double maxi=1.) | VectorHelper | static |
| sort(const VectorInt &vecin, bool ascending=true, int size=-1) | VectorHelper | static |
| sort(const VectorDouble &vecin, bool ascending=true, int size=-1) | VectorHelper | static |
| sortInPlace(VectorInt &vecin, bool ascending=true, int size=-1) | VectorHelper | static |
| sortInPlace(VectorDouble &vecin, bool ascending=true, int size=-1) | VectorHelper | static |
| sortRanks(const VectorDouble &vecin, bool ascending=true, int size=-1) | VectorHelper | static |
| stdv(const VectorDouble &vec, bool scaleByN=false) | VectorHelper | static |
| subtract(const VectorDouble &veca, const VectorDouble &vecb) | VectorHelper | static |
| subtractInPlace(VectorDouble &dest, const VectorDouble &src) | VectorHelper | static |
| subtractInPlace(VectorInt &dest, const VectorInt &src) | VectorHelper | static |
| subtractInPlace(const VectorVectorDouble &in1, const VectorVectorDouble &in2, VectorVectorDouble &outv) | VectorHelper | static |
| suppressTest(const VectorDouble &vecin) | VectorHelper | static |
| toStringAsVD(const VectorDouble &vec) | VectorHelper | static |
| toStringAsVI(const VectorInt &vec) | VectorHelper | static |
| toStringAsVS(const VectorString &vec) | VectorHelper | static |
| toStringAsVVD(const VectorVectorDouble &vec) | VectorHelper | static |
| unflatten(const VectorDouble &vd, const VectorInt &sizes) | VectorHelper | static |
| unflattenInPlace(const VectorDouble &vd, VectorVectorDouble &vvd) | VectorHelper | static |
| unique(const VectorDouble &vecin, int size=-1) | VectorHelper | static |
| unique(const VectorInt &vecin, int size=-1) | VectorHelper | static |
| variance(const VectorDouble &vec, bool scaleByN=false) | VectorHelper | static |