This is the complete list of members for CuVector< 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 > | |
| CuMatrixBase< Real > class | CuVector< Real > | friend |
| CuPackedMatrix< Real > class | CuVector< Real > | friend |
| CuSpMatrix< Real > class | CuVector< Real > | friend |
| CuTpMatrix< Real > class | CuVector< Real > | friend |
| CuVector() | CuVector< Real > | inline |
| CuVector(MatrixIndexT dim, MatrixResizeType t=kSetZero) | CuVector< Real > | inline |
| CuVector(const CuVectorBase< Real > &v) | CuVector< Real > | |
| CuVector(const VectorBase< Real > &v) | CuVector< Real > | |
| CuVector(const CuVector< Real > &v) | CuVector< Real > | inlineexplicit |
| CuVector(const CuVectorBase< OtherReal > &v) | CuVector< Real > | inlineexplicit |
| CuVector(const VectorBase< OtherReal > &v) | CuVector< Real > | inlineexplicit |
| CuVectorBase() | CuVectorBase< Real > | inlineprotected |
| CuVectorBase< double > class | CuVector< Real > | friend |
| CuVectorBase< float > class | CuVector< Real > | friend |
| Data() | CuVectorBase< Real > | inline |
| Data() const | CuVectorBase< Real > | inline |
| data_ | CuVectorBase< Real > | protected |
| Destroy() | CuVector< Real > | private |
| 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 > | |
| 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 |
| operator=(const CuVectorBase< Real > &other) | CuVector< Real > | inline |
| operator=(const CuVector< Real > &other) | CuVector< Real > | inline |
| operator=(const VectorBase< Real > &other) | CuVector< 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 |
| Read(std::istream &is, bool binary) | CuVector< Real > | |
| ReplaceValue(Real orig, Real changed) | CuVectorBase< Real > | |
| Resize(MatrixIndexT dim, MatrixResizeType t=kSetZero) | CuVector< Real > | |
| Scale(Real value) | CuVectorBase< Real > | |
| Set(Real value) | CuVectorBase< Real > | |
| SetRandn() | CuVectorBase< Real > | |
| SetRandUniform() | CuVectorBase< Real > | |
| SetZero() | CuVectorBase< Real > | |
| Sum() const | CuVectorBase< Real > | |
| Swap(CuVector< Real > *vec) | CuVector< Real > | |
| Swap(Vector< Real > *vec) | CuVector< Real > | |
| Vec() const | CuVectorBase< Real > | inline |
| Vec() | CuVectorBase< Real > | inline |
| Write(std::ostream &is, bool binary) const | CuVector< Real > | |
| ~CuVector() | CuVector< Real > | inline |