This is the complete list of members for SparseMatrix< Real >, including all inherited members.
AddToMat(BaseFloat alpha, MatrixBase< Real > *other, MatrixTransposeType t=kNoTrans) const | SparseMatrix< Real > | |
AppendSparseMatrixRows(std::vector< SparseMatrix< Real > > *inputs) | SparseMatrix< Real > | |
CopyElementsToVec(VectorBase< Real > *other) const | SparseMatrix< Real > | |
CopyFromSmat(const SparseMatrix< OtherReal > &other, MatrixTransposeType trans=kNoTrans) | SparseMatrix< Real > | |
CopyToMat(MatrixBase< OtherReal > *other, MatrixTransposeType t=kNoTrans) const | SparseMatrix< Real > | |
Data() | SparseMatrix< Real > | |
Data() const | SparseMatrix< Real > | |
FrobeniusNorm() const | SparseMatrix< Real > | |
NumCols() const | SparseMatrix< Real > | |
NumElements() const | SparseMatrix< Real > | |
NumRows() const | SparseMatrix< 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) const | SparseMatrix< 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() const | SparseMatrix< Real > | |
Swap(SparseMatrix< Real > *other) | SparseMatrix< Real > | |
Write(std::ostream &os, bool binary) const | SparseMatrix< Real > |