Treelite
|
This is the complete list of members for CSRDMatrixImpl< ElementType >, including all inherited members.
ClearRow(size_t row_id, OutputType *out) const (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | |
col_ind | CSRDMatrixImpl< ElementType > | |
Create(std::vector< ElementType > data, std::vector< uint32_t > col_ind, std::vector< size_t > row_ptr, size_t num_row, size_t num_col) (defined in CSRDMatrix) | CSRDMatrix | static |
Create(const void *data, const uint32_t *col_ind, const size_t *row_ptr, size_t num_row, size_t num_col) (defined in CSRDMatrix) | CSRDMatrix | static |
Create(TypeInfo type, const void *data, const uint32_t *col_ind, const size_t *row_ptr, size_t num_row, size_t num_col) (defined in CSRDMatrix) | CSRDMatrix | static |
Create(const char *filename, const char *format, const char *data_type, int nthread, int verbose) (defined in CSRDMatrix) | CSRDMatrix | static |
CSRDMatrix (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | friend |
CSRDMatrixImpl()=delete (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | |
CSRDMatrixImpl(std::vector< ElementType > data, std::vector< uint32_t > col_ind, std::vector< size_t > row_ptr, size_t num_row, size_t num_col) (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | |
CSRDMatrixImpl(const CSRDMatrixImpl &)=default (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | |
CSRDMatrixImpl(CSRDMatrixImpl &&) noexcept=default (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | |
data | CSRDMatrixImpl< ElementType > | |
DMatrix()=default (defined in DMatrix) | DMatrix | |
FillRow(size_t row_id, OutputType *out) const (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | |
GetElementType() const override (defined in CSRDMatrix) | CSRDMatrix | virtual |
GetNumCol() const override (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | virtual |
GetNumElem() const override (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | virtual |
GetNumRow() const override (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | virtual |
GetType() const override (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | virtual |
num_col | CSRDMatrixImpl< ElementType > | |
num_row | CSRDMatrixImpl< ElementType > | |
operator=(const CSRDMatrixImpl &)=default (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | |
operator=(CSRDMatrixImpl &&) noexcept=default (defined in CSRDMatrixImpl< ElementType >) | CSRDMatrixImpl< ElementType > | |
row_ptr | CSRDMatrixImpl< ElementType > | |
~DMatrix()=default (defined in DMatrix) | DMatrix | virtual |