This is the complete list of members for SparseVector< Real >, including all inherited members.
| AddToVec(Real alpha, VectorBase< OtherReal > *vec) const | SparseVector< Real > | |
| CopyElementsToVec(VectorBase< OtherReal > *vec) const | SparseVector< Real > | |
| CopyFromSvec(const SparseVector< OtherReal > &other) | SparseVector< Real > | |
| Data() | SparseVector< Real > | |
| Data() const | SparseVector< Real > | |
| Dim() const | SparseVector< Real > | inline |
| dim_ | SparseVector< Real > | private |
| GetElement(MatrixIndexT i) const | SparseVector< Real > | inline |
| Max(int32 *index) const | SparseVector< Real > | |
| NumElements() const | SparseVector< Real > | inline |
| operator=(const SparseVector< Real > &other) | SparseVector< Real > | |
| pairs_ | SparseVector< Real > | private |
| Read(std::istream &os, bool binary) | SparseVector< Real > | |
| Resize(MatrixIndexT dim, MatrixResizeType resize_type=kSetZero) | SparseVector< Real > | |
| Scale(Real alpha) | SparseVector< Real > | |
| SetRandn(BaseFloat zero_prob) | SparseVector< Real > | |
| SparseVector(const SparseVector< Real > &other) | SparseVector< Real > | inline |
| SparseVector() | SparseVector< Real > | inline |
| SparseVector(MatrixIndexT dim) | SparseVector< Real > | inlineexplicit |
| SparseVector(MatrixIndexT dim, const std::vector< std::pair< MatrixIndexT, Real > > &pairs) | SparseVector< Real > | |
| SparseVector(const VectorBase< Real > &vec) | SparseVector< Real > | explicit |
| Sum() const | SparseVector< Real > | |
| Swap(SparseVector< Real > *other) | SparseVector< Real > | |
| Write(std::ostream &os, bool binary) const | SparseVector< Real > |