, including all inherited members.
append(const real &newval) | PLearn::TVec< real > | [inline] |
append(const vector< real > &newvec) | PLearn::TVec< real > | [inline] |
append(const TVec< real > &values) | PLearn::TVec< real > | [inline] |
appendIfNotThereAlready(const real &newval) | PLearn::TVec< real > | [inline] |
back() const | PLearn::TVec< real > | [inline] |
begin() const | PLearn::TVec< real > | [inline] |
byteLength() const | PLearn::TVec< real > | [inline] |
capacity() const | PLearn::TVec< real > | [inline] |
clear() const | PLearn::TVec< real > | [inline] |
compact() | PLearn::TVec< real > | [inline] |
concat(const TVec< real > &input1, const TVec< real > &input2) | PLearn::TVec< real > | [inline] |
concat(const TVec< real > &input1, const TVec< real > &input2, const TVec< real > &input3) | PLearn::TVec< real > | [inline] |
concat(const TVec< real > &input1, const TVec< real > &input2, const TVec< real > &input3, const TVec< real > &input4) | PLearn::TVec< real > | [inline] |
const_iterator typedef | PLearn::TVec< real > | |
contains(const real &element) const | PLearn::TVec< real > | [inline] |
copy() const | PLearn::TVec< real > | [inline] |
copyFrom(const real *x, int n) const | PLearn::TVec< real > | [inline] |
copyTo(real *x) const | PLearn::TVec< real > | [inline] |
count(const real &element) | PLearn::TVec< real > | [inline] |
count(const TVec< real > &elements) | PLearn::TVec< real > | [inline] |
data() const | PLearn::TVec< real > | [inline] |
debugPrint() | PLearn::TVec< real > | [inline] |
deepCopy(CopiesMap &copies) const | PLearn::TVec< real > | |
end() const | PLearn::TVec< real > | [inline] |
fill(const real &value) const | PLearn::TVec< real > | [inline] |
fill(const real &startval, const real &step) | PLearn::TVec< real > | [inline] |
find(const real &element, int start=0) const | PLearn::TVec< real > | [inline] |
find(TVec< real > elements) | PLearn::TVec< real > | [inline] |
findIndices(const real &element) | PLearn::TVec< real > | [inline] |
findIndices(const TVec< real > &elements) | PLearn::TVec< real > | [inline] |
findSorted(realvalue) const | PLearn::TVec< real > | [inline] |
first() const | PLearn::TVec< real > | [inline] |
firstElement() const | PLearn::TVec< real > | [inline] |
front() const | PLearn::TVec< real > | [inline] |
getStorage() const | PLearn::TVec< real > | [inline] |
hasMissing() const | PLearn::TVec< real > | [inline] |
input(istream &in=cin) const | PLearn::TVec< real > | |
input(PStream &in) const | PLearn::TVec< real > | |
insert(int position, realvalue) | PLearn::TVec< real > | [inline] |
insertSorted(realvalue, bool uniq) | PLearn::TVec< real > | [inline] |
isEmpty() const | PLearn::TVec< real > | [inline] |
isEqual(const TVec< real > &value, bool ignore_missing=false) const | PLearn::TVec< real > | [inline] |
isNotEmpty() const | PLearn::TVec< real > | [inline] |
isNotNull() const | PLearn::TVec< real > | [inline] |
isNull() const | PLearn::TVec< real > | [inline] |
iterator typedef | PLearn::TVec< real > | |
last() const | PLearn::TVec< real > | [inline] |
lastElement() const | PLearn::TVec< real > | [inline] |
length() const | PLearn::TVec< real > | [inline] |
length_ | PLearn::TVec< real > | [protected] |
load(const string &filename) | PLearn::TVec< real > | [inline] |
makeDeepCopyFromShallowCopy(CopiesMap &copies) | PLearn::TVec< real > | |
makeSharedValue(real *x, int n) | PLearn::TVec< real > | [inline] |
normalize() | PLearn::ProbVector | |
offset() const | PLearn::TVec< real > | [inline] |
offset_ | PLearn::TVec< real > | [protected] |
operator char *() const | PLearn::TVec< real > | [inline] |
operator vector< real >() const | PLearn::TVec< real > | [inline] |
operator!() const | PLearn::TVec< real > | [inline] |
operator!=(const TVec< real > &value) const | PLearn::TVec< real > | [inline] |
operator()(const TVec< I > &indices, TVec< real > &destination) const | PLearn::TVec< real > | [inline] |
operator()(const TVec< I > &indices) const | PLearn::TVec< real > | [inline] |
operator->() | PLearn::TVec< real > | [inline] |
operator<<(const string &datastring) const | PLearn::TVec< real > | [inline] |
operator=(const TVec< real > &other) | PLearn::TVec< real > | [inline] |
operator==(const real &value) const | PLearn::TVec< real > | [inline] |
operator==(const TVec< real > &value) const | PLearn::TVec< real > | [inline] |
operator[](int i) const | PLearn::TVec< real > | [inline] |
operator[](unsigned int i) const | PLearn::TVec< real > | [inline] |
pop() | PLearn::TVec< real > | [inline] |
pop_back() | PLearn::TVec< real > | [inline] |
print(ostream &out=cout) const | PLearn::TVec< real > | |
print(ostream &out, const string &separator) const | PLearn::TVec< real > | |
printcol(ostream &out=cout) const | PLearn::TVec< real > | |
println(ostream &out=cout) const | PLearn::TVec< real > | [inline] |
push(const real &newval) | PLearn::TVec< real > | [inline] |
push_back(const real &newval) | PLearn::TVec< real > | [inline] |
read(PStream &in) | PLearn::TVec< real > | [inline] |
remove(int position) | PLearn::TVec< real > | [inline] |
removeSorted(realvalue) | PLearn::TVec< real > | [inline] |
resize(int newlength, int extra=0) | PLearn::TVec< real > | [inline] |
save(const string &filename) const | PLearn::TVec< real > | [inline] |
size() const | PLearn::TVec< real > | [inline] |
size_type typedef | PLearn::TVec< real > | |
smoothingMethod | PLearn::ProbVector | [protected] |
smoothNormalize(string name, real discounting_value=DISCOUNT_MASS) | PLearn::ProbVector | |
sortingPermutation(bool stable=false, bool missing=false) const | PLearn::TVec< real > | |
storage | PLearn::TVec< real > | [protected] |
subVec(int newstart, int newlength) const | PLearn::TVec< real > | [inline] |
subVec(Range r) | PLearn::TVec< real > | [inline] |
subVecSelf(int newstart, int newlength) | PLearn::TVec< real > | [inline] |
swap() | PLearn::TVec< real > | [inline] |
toMat(int newlength, int newwidth) const | PLearn::TVec< real > | [inline] |
top() const | PLearn::TVec< real > | [inline] |
TVec(const vector< real > &vec) | PLearn::TVec< real > | [inline] |
TVec() | PLearn::TVec< real > | [inline] |
TVec(int the_length) | PLearn::TVec< real > | [inline, explicit] |
TVec(int the_length, const real &init_value) | PLearn::TVec< real > | [inline] |
TVec(const real &start, const real &stop, const real &step) | PLearn::TVec< real > | |
TVec(int the_length, real *the_data) | PLearn::TVec< real > | [inline] |
TVec(const TVec< real > &other) | PLearn::TVec< real > | [inline] |
value_type typedef | PLearn::TVec< real > | |
write(PStream &out) const | PLearn::TVec< real > | [inline] |