SubVector< Real > Member List

This is the complete list of members for SubVector< 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) constVectorBase< 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() constVectorBase< Real >inline
data_VectorBase< Real >protected
Dim() constVectorBase< 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 >
InvertElements()VectorBase< Real >
IsZero(Real cutoff=1.0e-06) constVectorBase< Real >
KALDI_DISALLOW_COPY_AND_ASSIGN(VectorBase)VectorBase< Real >protected
LogSumExp(Real prune=-1.0) constVectorBase< Real >
Max() constVectorBase< Real >
Max(MatrixIndexT *index) constVectorBase< Real >
Min() constVectorBase< Real >
Min(MatrixIndexT *index) constVectorBase< 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) constVectorBase< Real >
operator()(MatrixIndexT i) constVectorBase< Real >inline
operator()(MatrixIndexT i)VectorBase< Real >inline
operator=(const SubVector &other)SubVector< Real >inlineprivate
Pow(const VectorBase< Real > &v, Real power)VectorBase< Real >
RandCategorical() constVectorBase< Real >
Range(const MatrixIndexT o, const MatrixIndexT l)VectorBase< Real >inline
Range(const MatrixIndexT o, const MatrixIndexT l) constVectorBase< Real >inline
Read(std::istream &in, bool binary, bool add=false)VectorBase< Real >
ReplaceValue(Real orig, Real changed)VectorBase< 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() constVectorBase< Real >inline
Solve(const TpMatrix< Real > &M, const MatrixTransposeType trans)VectorBase< Real >
SubVector(const VectorBase< Real > &t, const MatrixIndexT origin, const MatrixIndexT length)SubVector< Real >inline
SubVector(const PackedMatrix< Real > &M)SubVector< Real >inline
SubVector(const SubVector &other)SubVector< Real >inline
SubVector(const Real *data, MatrixIndexT length)SubVector< Real >inline
SubVector(const MatrixBase< Real > &matrix, MatrixIndexT row)SubVector< Real >inline
Sum() constVectorBase< Real >
SumLog() constVectorBase< Real >
Tanh(const VectorBase< Real > &src)VectorBase< Real >
VectorBase()VectorBase< Real >inlineexplicitprotected
Write(std::ostream &Out, bool binary) constVectorBase< Real >
~SubVector()SubVector< Real >inline
~VectorBase()VectorBase< Real >inlineprotected