This is the complete list of members for Vector< Real >, including all inherited members.
| Add(Real c) | VectorBase< Real > | |
| AddColSumMat(Real alpha, const MatrixBase< Real > &M, Real beta=1.0) | VectorBase< Real > | |
| AddDiagMat2(Real alpha, const MatrixBase< Real > &M, MatrixTransposeType trans=kNoTrans, Real beta=1.0) | VectorBase< Real > | |
| AddDiagMatMat(Real alpha, const MatrixBase< Real > &M, MatrixTransposeType transM, const MatrixBase< Real > &N, MatrixTransposeType transN, Real beta=1.0) | VectorBase< Real > | |
| AddMatSvec(const Real alpha, const MatrixBase< Real > &M, const MatrixTransposeType trans, const VectorBase< Real > &v, const Real beta) | VectorBase< Real > | |
| AddMatVec(const Real alpha, const MatrixBase< Real > &M, const MatrixTransposeType trans, const VectorBase< Real > &v, const Real beta) | VectorBase< Real > | |
| AddRowSumMat(Real alpha, const MatrixBase< Real > &M, Real beta=1.0) | VectorBase< Real > | |
| AddSpVec(const Real alpha, const SpMatrix< Real > &M, const VectorBase< Real > &v, const Real beta) | VectorBase< Real > | |
| AddTpVec(const Real alpha, const TpMatrix< Real > &M, const MatrixTransposeType trans, const VectorBase< Real > &v, const Real beta) | VectorBase< Real > | |
| AddVec(const Real alpha, const VectorBase< OtherReal > &v) | VectorBase< Real > | |
| AddVec(const float alpha, const VectorBase< float > &rv) | VectorBase< Real > | |
| AddVec(const double alpha, const VectorBase< double > &rv) | VectorBase< Real > | |
| AddVec(const float alpha, const VectorBase< float > &v) | VectorBase< Real > | |
| AddVec(const double alpha, const VectorBase< double > &v) | VectorBase< Real > | |
| AddVec2(const Real alpha, const VectorBase< Real > &v) | VectorBase< Real > | |
| AddVec2(const Real alpha, const VectorBase< OtherReal > &v) | VectorBase< Real > | |
| AddVecDivVec(Real alpha, const VectorBase< Real > &v, const VectorBase< Real > &r, Real beta) | VectorBase< Real > | |
| AddVecVec(Real alpha, const VectorBase< Real > &v, const VectorBase< Real > &r, Real beta) | VectorBase< Real > | |
| ApplyAbs() | VectorBase< Real > | |
| ApplyCeiling(Real ceil_val, MatrixIndexT *ceiled_count=nullptr) | VectorBase< Real > | inline |
| ApplyExp() | VectorBase< Real > | |
| ApplyFloor(Real floor_val, MatrixIndexT *floored_count=nullptr) | VectorBase< Real > | inline |
| ApplyFloor(const VectorBase< Real > &floor_vec) | VectorBase< Real > | |
| ApplyLog() | VectorBase< Real > | |
| ApplyLogAndCopy(const VectorBase< Real > &v) | VectorBase< Real > | |
| ApplyLogSoftMax() | VectorBase< Real > | |
| ApplyPow(Real power) | VectorBase< Real > | inline |
| ApplyPowAbs(Real power, bool include_sign=false) | VectorBase< Real > | |
| ApplySoftMax() | VectorBase< Real > | |
| ApproxEqual(const VectorBase< Real > &other, float tol=0.01) const | VectorBase< Real > | |
| Ceiling(const VectorBase< Real > &v, Real ceil_val, MatrixIndexT *ceiled_count=nullptr) | VectorBase< Real > | |
| CopyColFromMat(const MatrixBase< OtherReal > &M, MatrixIndexT col) | VectorBase< Real > | |
| CopyColsFromMat(const MatrixBase< Real > &M) | VectorBase< Real > | |
| CopyDiagFromMat(const MatrixBase< Real > &M) | VectorBase< Real > | |
| CopyDiagFromPacked(const PackedMatrix< Real > &M) | VectorBase< Real > | |
| CopyDiagFromSp(const SpMatrix< Real > &M) | VectorBase< Real > | inline |
| CopyDiagFromTp(const TpMatrix< Real > &M) | VectorBase< Real > | inline |
| CopyFromPacked(const PackedMatrix< OtherReal > &M) | VectorBase< Real > | |
| CopyFromPtr(const Real *Data, MatrixIndexT sz) | VectorBase< Real > | protected |
| CopyFromVec(const VectorBase< Real > &v) | VectorBase< Real > | |
| CopyFromVec(const VectorBase< OtherReal > &v) | VectorBase< Real > | |
| CopyFromVec(const CuVectorBase< OtherReal > &v) | VectorBase< Real > | |
| CopyRowFromMat(const MatrixBase< Real > &M, MatrixIndexT row) | VectorBase< Real > | |
| CopyRowFromMat(const MatrixBase< OtherReal > &M, MatrixIndexT row) | VectorBase< Real > | |
| CopyRowFromSp(const SpMatrix< OtherReal > &S, MatrixIndexT row) | VectorBase< Real > | |
| CopyRowsFromMat(const MatrixBase< Real > &M) | VectorBase< Real > | |
| CopyRowsFromMat(const MatrixBase< OtherReal > &M) | VectorBase< Real > | |
| CopyRowsFromMat(const CuMatrixBase< Real > &M) | VectorBase< Real > | |
| Data() | VectorBase< Real > | inline |
| Data() const | VectorBase< Real > | inline |
| data_ | VectorBase< Real > | protected |
| Destroy() | Vector< Real > | private |
| Dim() const | VectorBase< Real > | inline |
| dim_ | VectorBase< Real > | protected |
| DivElements(const VectorBase< Real > &v) | VectorBase< Real > | |
| DivElements(const VectorBase< OtherReal > &v) | VectorBase< Real > | |
| Floor(const VectorBase< Real > &v, Real floor_val, MatrixIndexT *floored_count=nullptr) | VectorBase< Real > | |
| Init(const MatrixIndexT dim) | Vector< Real > | inlineprivate |
| InvertElements() | VectorBase< Real > | |
| IsZero(Real cutoff=1.0e-06) const | VectorBase< Real > | |
| KALDI_DISALLOW_COPY_AND_ASSIGN(VectorBase) | VectorBase< Real > | protected |
| LogSumExp(Real prune=-1.0) const | VectorBase< Real > | |
| Max() const | VectorBase< Real > | |
| Max(MatrixIndexT *index) const | VectorBase< Real > | |
| Min() const | VectorBase< Real > | |
| Min(MatrixIndexT *index) const | VectorBase< Real > | |
| MulElements(const VectorBase< Real > &v) | VectorBase< Real > | |
| MulElements(const VectorBase< OtherReal > &v) | VectorBase< Real > | |
| MulTp(const TpMatrix< Real > &M, const MatrixTransposeType trans) | VectorBase< Real > | |
| Norm(Real p) const | VectorBase< Real > | |
| operator()(MatrixIndexT i) const | VectorBase< Real > | inline |
| operator()(MatrixIndexT i) | VectorBase< Real > | inline |
| operator=(const Vector< Real > &other) | Vector< Real > | inline |
| operator=(const VectorBase< Real > &other) | Vector< Real > | inline |
| Pow(const VectorBase< Real > &v, Real power) | VectorBase< Real > | |
| RandCategorical() const | VectorBase< Real > | |
| Range(const MatrixIndexT o, const MatrixIndexT l) | VectorBase< Real > | inline |
| Range(const MatrixIndexT o, const MatrixIndexT l) const | VectorBase< Real > | inline |
| Read(std::istream &in, bool binary, bool add=false) | Vector< Real > | |
| RemoveElement(MatrixIndexT i) | Vector< Real > | |
| ReplaceValue(Real orig, Real changed) | VectorBase< Real > | |
| Resize(MatrixIndexT length, MatrixResizeType resize_type=kSetZero) | Vector< Real > | |
| Scale(Real alpha) | VectorBase< Real > | |
| Set(Real f) | VectorBase< Real > | |
| SetRandn() | VectorBase< Real > | |
| SetRandUniform() | VectorBase< Real > | |
| SetZero() | VectorBase< Real > | |
| Sigmoid(const VectorBase< Real > &src) | VectorBase< Real > | |
| SizeInBytes() const | VectorBase< Real > | inline |
| Solve(const TpMatrix< Real > &M, const MatrixTransposeType trans) | VectorBase< Real > | |
| Sum() const | VectorBase< Real > | |
| SumLog() const | VectorBase< Real > | |
| Swap(Vector< Real > *other) | Vector< Real > | |
| Tanh(const VectorBase< Real > &src) | VectorBase< Real > | |
| Vector() | Vector< Real > | inline |
| Vector(const MatrixIndexT s, MatrixResizeType resize_type=kSetZero) | Vector< Real > | inlineexplicit |
| Vector(const CuVectorBase< OtherReal > &cu) | Vector< Real > | explicit |
| Vector(const Vector< Real > &v) | Vector< Real > | inline |
| Vector(const VectorBase< Real > &v) | Vector< Real > | inlineexplicit |
| Vector(const VectorBase< OtherReal > &v) | Vector< Real > | inlineexplicit |
| VectorBase() | VectorBase< Real > | inlineexplicitprotected |
| Write(std::ostream &Out, bool binary) const | VectorBase< Real > | |
| ~Vector() | Vector< Real > | inline |
| ~VectorBase() | VectorBase< Real > | inlineprotected |