GeneralMatrix Member List

This is the complete list of members for GeneralMatrix, including all inherited members.

AddToMat(BaseFloat alpha, MatrixBase< BaseFloat > *mat, MatrixTransposeType trans=kNoTrans) constGeneralMatrix
AddToMat(BaseFloat alpha, CuMatrixBase< BaseFloat > *cu_mat, MatrixTransposeType trans=kNoTrans) constGeneralMatrix
Clear()GeneralMatrix
cmat_GeneralMatrixprivate
Compress()GeneralMatrix
CopyToMat(MatrixBase< BaseFloat > *mat, MatrixTransposeType trans=kNoTrans) constGeneralMatrix
CopyToMat(CuMatrixBase< BaseFloat > *cu_mat, MatrixTransposeType trans=kNoTrans) constGeneralMatrix
GeneralMatrix(const MatrixBase< BaseFloat > &mat)GeneralMatrixinlineexplicit
GeneralMatrix(const CompressedMatrix &cmat)GeneralMatrixinlineexplicit
GeneralMatrix(const SparseMatrix< BaseFloat > &smat)GeneralMatrixinlineexplicit
GeneralMatrix()GeneralMatrixinline
GeneralMatrix(const GeneralMatrix &other)GeneralMatrixinline
GetCompressedMatrix() constGeneralMatrix
GetFullMatrix() constGeneralMatrix
GetMatrix(Matrix< BaseFloat > *mat) constGeneralMatrix
GetSparseMatrix() constGeneralMatrix
mat_GeneralMatrixprivate
NumCols() constGeneralMatrix
NumRows() constGeneralMatrix
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_GeneralMatrixprivate
Swap(GeneralMatrix *other)GeneralMatrix
SwapCompressedMatrix(CompressedMatrix *cmat)GeneralMatrix
SwapFullMatrix(Matrix< BaseFloat > *mat)GeneralMatrix
SwapSparseMatrix(SparseMatrix< BaseFloat > *smat)GeneralMatrix
Type() constGeneralMatrix
Uncompress()GeneralMatrix
Write(std::ostream &os, bool binary) constGeneralMatrix