SparseMatrix< Real > Member List

This is the complete list of members for SparseMatrix< Real >, including all inherited members.

AddToMat(BaseFloat alpha, MatrixBase< Real > *other, MatrixTransposeType t=kNoTrans) constSparseMatrix< Real >
AppendSparseMatrixRows(std::vector< SparseMatrix< Real > > *inputs)SparseMatrix< Real >
CopyElementsToVec(VectorBase< Real > *other) constSparseMatrix< Real >
CopyFromSmat(const SparseMatrix< OtherReal > &other, MatrixTransposeType trans=kNoTrans)SparseMatrix< Real >
CopyToMat(MatrixBase< OtherReal > *other, MatrixTransposeType t=kNoTrans) constSparseMatrix< Real >
Data()SparseMatrix< Real >
Data() constSparseMatrix< Real >
FrobeniusNorm() constSparseMatrix< Real >
NumCols() constSparseMatrix< Real >
NumElements() constSparseMatrix< Real >
NumRows() constSparseMatrix< Real >
operator=(const SparseMatrix< Real > &other)SparseMatrix< Real >
Read(std::istream &os, bool binary)SparseMatrix< Real >
Resize(MatrixIndexT rows, MatrixIndexT cols, MatrixResizeType resize_type=kSetZero)SparseMatrix< Real >
Row(MatrixIndexT r) constSparseMatrix< Real >
rows_SparseMatrix< Real >private
Scale(Real alpha)SparseMatrix< Real >
SelectRows(const std::vector< int32 > &row_indexes, const SparseMatrix< Real > &smat_other)SparseMatrix< Real >
SetRandn(BaseFloat zero_prob)SparseMatrix< Real >
SetRow(int32 r, const SparseVector< Real > &vec)SparseMatrix< Real >
SparseMatrix(const MatrixBase< Real > &mat)SparseMatrix< Real >explicit
SparseMatrix(const SparseMatrix< Real > &other, MatrixTransposeType trans=kNoTrans)SparseMatrix< Real >inline
SparseMatrix(int32 dim, const std::vector< std::vector< std::pair< MatrixIndexT, Real > > > &pairs)SparseMatrix< Real >
SparseMatrix()SparseMatrix< Real >inline
SparseMatrix(int32 num_rows, int32 num_cols)SparseMatrix< Real >inline
SparseMatrix(const std::vector< int32 > &indexes, int32 dim, MatrixTransposeType trans=kNoTrans)SparseMatrix< Real >
SparseMatrix(const std::vector< int32 > &indexes, const VectorBase< Real > &weights, int32 dim, MatrixTransposeType trans=kNoTrans)SparseMatrix< Real >
Sum() constSparseMatrix< Real >
Swap(SparseMatrix< Real > *other)SparseMatrix< Real >
Write(std::ostream &os, bool binary) constSparseMatrix< Real >