CopyElementsToVec(CuVectorBase< Real > *vec) const | CuSparseMatrix< Real > | |
CopyFromSmat(const SparseMatrix< OtherReal > &smat) | CuSparseMatrix< Real > | |
CopyFromSmat(const CuSparseMatrix< Real > &smat, MatrixTransposeType trans=kNoTrans) | CuSparseMatrix< Real > | |
CopyToMat(CuMatrixBase< OtherReal > *dest, MatrixTransposeType trans=kNoTrans) const | CuSparseMatrix< Real > | |
CopyToSmat(SparseMatrix< OtherReal > *smat) const | CuSparseMatrix< Real > | |
cpu_rows_ | CuSparseMatrix< Real > | private |
csr_row_ptr_col_idx_ | CuSparseMatrix< Real > | private |
csr_val_ | CuSparseMatrix< Real > | private |
CsrColIdx() const | CuSparseMatrix< Real > | inlineprotected |
CsrColIdx() | CuSparseMatrix< Real > | inlineprotected |
CsrRowPtr() const | CuSparseMatrix< Real > | inlineprotected |
CsrRowPtr() | CuSparseMatrix< Real > | inlineprotected |
CsrVal() const | CuSparseMatrix< Real > | inlineprotected |
CsrVal() | CuSparseMatrix< Real > | inlineprotected |
CuMatrixBase< double > class | CuSparseMatrix< Real > | friend |
CuMatrixBase< float > class | CuSparseMatrix< Real > | friend |
CuMatrixBase< Real > class | CuSparseMatrix< Real > | friend |
CuSparseMatrix() | CuSparseMatrix< Real > | inline |
CuSparseMatrix(const SparseMatrix< Real > &smat) | CuSparseMatrix< Real > | inlineexplicit |
CuSparseMatrix(const CuSparseMatrix< Real > &smat, MatrixTransposeType trans=kNoTrans) | CuSparseMatrix< Real > | inline |
CuSparseMatrix(const CuArray< int32 > &indexes, int32 dim, MatrixTransposeType trans=kNoTrans) | CuSparseMatrix< Real > | |
CuSparseMatrix(const CuArray< int32 > &indexes, const CuVectorBase< Real > &weights, int32 dim, MatrixTransposeType trans=kNoTrans) | CuSparseMatrix< Real > | |
CuVectorBase< double > class | CuSparseMatrix< Real > | friend |
CuVectorBase< float > class | CuSparseMatrix< Real > | friend |
CuVectorBase< Real > class | CuSparseMatrix< Real > | friend |
Destroy() | CuSparseMatrix< Real > | private |
FrobeniusNorm() const | CuSparseMatrix< Real > | |
nnz_ | CuSparseMatrix< Real > | private |
num_cols_ | CuSparseMatrix< Real > | private |
num_rows_ | CuSparseMatrix< Real > | private |
NumCols() const | CuSparseMatrix< Real > | |
NumElements() const | CuSparseMatrix< Real > | |
NumRows() const | CuSparseMatrix< Real > | |
operator=(const SparseMatrix< Real > &smat) | CuSparseMatrix< Real > | |
operator=(const CuSparseMatrix< Real > &smat) | CuSparseMatrix< Real > | |
Read(std::istream &is, bool binary) | CuSparseMatrix< Real > | |
Resize(const MatrixIndexT num_rows, const MatrixIndexT num_cols, const MatrixIndexT nnz, MatrixResizeType resize_type=kSetZero) | CuSparseMatrix< Real > | protected |
SelectRows(const CuArray< int32 > &row_indexes, const CuSparseMatrix< Real > &smat_other) | CuSparseMatrix< Real > | |
SetRandn(BaseFloat zero_prob) | CuSparseMatrix< Real > | |
Smat() const | CuSparseMatrix< Real > | inlineprotected |
Smat() | CuSparseMatrix< Real > | inlineprotected |
Sum() const | CuSparseMatrix< Real > | |
Swap(SparseMatrix< Real > *smat) | CuSparseMatrix< Real > | |
Swap(CuSparseMatrix< Real > *smat) | CuSparseMatrix< Real > | |
TraceMatSmat(const CuMatrixBase< Real > &A, const CuSparseMatrix< Real > &B, MatrixTransposeType trans) | CuSparseMatrix< Real > | friend |
Write(std::ostream &os, bool binary) const | CuSparseMatrix< Real > | |
~CuSparseMatrix() | CuSparseMatrix< Real > | inline |