This is the complete list of members for CuVectorBase< Real >, including all inherited members.
| Add(Real value) | CuVectorBase< Real > | |
| AddColSumMat(Real alpha, const CuMatrixBase< Real > &mat, Real beta=1.0) | CuVectorBase< Real > | |
| AddDiagMat2(Real alpha, const CuMatrixBase< Real > &M, MatrixTransposeType trans, Real beta) | CuVectorBase< Real > | |
| AddDiagMatMat(Real alpha, const CuMatrixBase< Real > &M, MatrixTransposeType transM, const CuMatrixBase< Real > &N, MatrixTransposeType transN, Real beta=1.0) | CuVectorBase< Real > | |
| AddMatVec(const Real alpha, const CuMatrixBase< Real > &M, MatrixTransposeType trans, const CuVectorBase< Real > &v, const Real beta) | CuVectorBase< Real > | |
| AddRowSumMat(Real alpha, const CuMatrixBase< Real > &mat, Real beta=1.0) | CuVectorBase< Real > | |
| AddSpVec(const Real alpha, const CuSpMatrix< Real > &S, const CuVectorBase< Real > &v, const Real beta) | CuVectorBase< Real > | |
| AddTpVec(const Real alpha, const CuTpMatrix< Real > &M, const MatrixTransposeType trans, const CuVectorBase< Real > &v, const Real beta) | CuVectorBase< Real > | |
| AddVec(Real alpha, const CuVectorBase< Real > &vec, Real beta=1.0) | CuVectorBase< Real > | |
| AddVec(Real alpha, const CuVectorBase< OtherReal > &vec, Real beta=1.0) | CuVectorBase< Real > | |
| AddVecVec(Real alpha, const CuVectorBase< Real > &v, const CuVectorBase< Real > &r, Real beta) | CuVectorBase< Real > | |
| ApplyCeiling(Real ceiling_val, MatrixIndexT *ceiled_count=NULL) | CuVectorBase< Real > | inline | 
| ApplyExp() | CuVectorBase< Real > | |
| ApplyFloor(Real floor_val, MatrixIndexT *floored_count=NULL) | CuVectorBase< Real > | inline | 
| ApplyLog() | CuVectorBase< Real > | |
| ApplyLogSoftMax() | CuVectorBase< Real > | |
| ApplyPow(Real power) | CuVectorBase< Real > | inline | 
| ApplySoftMax() | CuVectorBase< Real > | |
| ApproxEqual(const CuVectorBase< Real > &other, float tol=0.01) const | CuVectorBase< Real > | |
| Ceiling(const CuVectorBase< Real > &src, Real ceiling_val, MatrixIndexT *ceiled_count=NULL) | CuVectorBase< Real > | |
| CopyColFromMat(const CuMatrixBase< Real > &mat, MatrixIndexT col) | CuVectorBase< Real > | |
| CopyColFromMat(const CuMatrixBase< OtherReal > &mat, MatrixIndexT col) | CuVectorBase< Real > | |
| CopyColFromMat(const CuMatrixBase< float > &mat, MatrixIndexT col) | CuVectorBase< Real > | |
| CopyColFromMat(const CuMatrixBase< double > &mat, MatrixIndexT col) | CuVectorBase< Real > | |
| CopyDiagFromMat(const CuMatrix< Real > &M) | CuVectorBase< Real > | |
| CopyDiagFromPacked(const CuPackedMatrix< Real > &M) | CuVectorBase< Real > | |
| CopyElements(const CuMatrixBase< Real > &mat, const MatrixTransposeType trans, const CuArrayBase< int32 > &elements) | CuVectorBase< Real > | |
| CopyFromVec(const CuVectorBase< Real > &src) | CuVectorBase< Real > | |
| CopyFromVec(const CuVectorBase< OtherReal > &M) | CuVectorBase< Real > | |
| CopyFromVec(const VectorBase< OtherReal > &src) | CuVectorBase< Real > | |
| CopyFromVec(const CuVectorBase< float > &src) | CuVectorBase< Real > | |
| CopyFromVec(const CuVectorBase< double > &src) | CuVectorBase< Real > | |
| CopyFromVec(const CuVectorBase< float > &src) | CuVectorBase< Real > | |
| CopyFromVec(const CuVectorBase< double > &src) | CuVectorBase< Real > | |
| CopyRowsFromMat(const CuMatrixBase< Real > &M) | CuVectorBase< Real > | |
| CopyRowsFromMat(const MatrixBase< Real > &M) | CuVectorBase< Real > | |
| CopyToVec(VectorBase< OtherReal > *dst) const | CuVectorBase< Real > | |
| cu::Splice(const CuMatrixBase< Real > &src, const CuArray< int32 > &frame_offsets, CuMatrixBase< Real > *tgt) | CuVectorBase< Real > | friend | 
| CuMatrixBase< Real > class | CuVectorBase< Real > | friend | 
| CuPackedMatrix< Real > class | CuVectorBase< Real > | friend | 
| CuRand< Real > class | CuVectorBase< Real > | friend | 
| CuSpMatrix< Real > class | CuVectorBase< Real > | friend | 
| CuTpMatrix< Real > class | CuVectorBase< Real > | friend | 
| CuVectorBase() | CuVectorBase< Real > | inlineprotected | 
| CuVectorBase< double > class | CuVectorBase< Real > | friend | 
| CuVectorBase< float > class | CuVectorBase< Real > | friend | 
| Data() | CuVectorBase< Real > | inline | 
| Data() const | CuVectorBase< Real > | inline | 
| data_ | CuVectorBase< Real > | protected | 
| Dim() const | CuVectorBase< Real > | inline | 
| dim_ | CuVectorBase< Real > | protected | 
| DivElements(const CuVectorBase< Real > &v) | CuVectorBase< Real > | |
| Floor(const CuVectorBase< Real > &src, Real floor_val, MatrixIndexT *floored_count=NULL) | CuVectorBase< Real > | |
| InvertElements() | CuVectorBase< Real > | |
| KALDI_DISALLOW_COPY_AND_ASSIGN(CuVectorBase) | CuVectorBase< Real > | private | 
| MatrixBase< Real > class | CuVectorBase< Real > | friend | 
| Max() const | CuVectorBase< Real > | |
| Min() const | CuVectorBase< Real > | |
| MulElements(const CuVectorBase< Real > &v) | CuVectorBase< Real > | |
| MulTp(const CuTpMatrix< Real > &M, const MatrixTransposeType trans) | CuVectorBase< Real > | |
| Norm(Real p) | CuVectorBase< Real > | |
| operator()(MatrixIndexT i) | CuVectorBase< Real > | inline | 
| operator()(MatrixIndexT i) const | CuVectorBase< Real > | inline | 
| Pow(const CuVectorBase< Real > &src, Real power) | CuVectorBase< Real > | |
| Range(const MatrixIndexT o, const MatrixIndexT l) | CuVectorBase< Real > | inline | 
| Range(const MatrixIndexT o, const MatrixIndexT l) const | CuVectorBase< Real > | inline | 
| ReplaceValue(Real orig, Real changed) | CuVectorBase< Real > | |
| Scale(Real value) | CuVectorBase< Real > | |
| Set(Real value) | CuVectorBase< Real > | |
| SetRandn() | CuVectorBase< Real > | |
| SetRandUniform() | CuVectorBase< Real > | |
| SetZero() | CuVectorBase< Real > | |
| Sum() const | CuVectorBase< Real > | |
| Vec() const | CuVectorBase< Real > | inline | 
| Vec() | CuVectorBase< Real > | inline | 
| VecVec(const CuVectorBase< OtherReal > &v1, const CuVectorBase< OtherReal > &v2) | CuVectorBase< Real > | friend |