This is the complete list of members for GeneralMatrix, including all inherited members.
AddToMat(BaseFloat alpha, MatrixBase< BaseFloat > *mat, MatrixTransposeType trans=kNoTrans) const | GeneralMatrix | |
AddToMat(BaseFloat alpha, CuMatrixBase< BaseFloat > *cu_mat, MatrixTransposeType trans=kNoTrans) const | GeneralMatrix | |
Clear() | GeneralMatrix | |
cmat_ | GeneralMatrix | private |
Compress() | GeneralMatrix | |
CopyToMat(MatrixBase< BaseFloat > *mat, MatrixTransposeType trans=kNoTrans) const | GeneralMatrix | |
CopyToMat(CuMatrixBase< BaseFloat > *cu_mat, MatrixTransposeType trans=kNoTrans) const | GeneralMatrix | |
GeneralMatrix(const MatrixBase< BaseFloat > &mat) | GeneralMatrix | inlineexplicit |
GeneralMatrix(const CompressedMatrix &cmat) | GeneralMatrix | inlineexplicit |
GeneralMatrix(const SparseMatrix< BaseFloat > &smat) | GeneralMatrix | inlineexplicit |
GeneralMatrix() | GeneralMatrix | inline |
GeneralMatrix(const GeneralMatrix &other) | GeneralMatrix | inline |
GetCompressedMatrix() const | GeneralMatrix | |
GetFullMatrix() const | GeneralMatrix | |
GetMatrix(Matrix< BaseFloat > *mat) const | GeneralMatrix | |
GetSparseMatrix() const | GeneralMatrix | |
mat_ | GeneralMatrix | private |
NumCols() const | GeneralMatrix | |
NumRows() const | GeneralMatrix | |
operator=(const MatrixBase< BaseFloat > &mat) | GeneralMatrix | |
operator=(const CompressedMatrix &mat) | GeneralMatrix | |
operator=(const SparseMatrix< BaseFloat > &smat) | GeneralMatrix | |
operator=(const GeneralMatrix &other) | GeneralMatrix | |
Read(std::istream &is, bool binary) | GeneralMatrix | |
Scale(BaseFloat alpha) | GeneralMatrix | |
smat_ | GeneralMatrix | private |
Swap(GeneralMatrix *other) | GeneralMatrix | |
SwapCompressedMatrix(CompressedMatrix *cmat) | GeneralMatrix | |
SwapFullMatrix(Matrix< BaseFloat > *mat) | GeneralMatrix | |
SwapSparseMatrix(SparseMatrix< BaseFloat > *smat) | GeneralMatrix | |
Type() const | GeneralMatrix | |
Uncompress() | GeneralMatrix | |
Write(std::ostream &os, bool binary) const | GeneralMatrix |