MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / CSC_RowIterator

Method CSC_RowIterator

src/c_api.cpp:1877–1880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1875}
1876
1877CSC_RowIterator::CSC_RowIterator(const void* col_ptr, int col_ptr_type, const int32_t* indices,
1878 const void* data, int data_type, int64_t ncol_ptr, int64_t nelem, int col_idx) {
1879 iter_fun_ = IterateFunctionFromCSC(col_ptr, col_ptr_type, indices, data, data_type, ncol_ptr, nelem, col_idx);
1880}
1881
1882double CSC_RowIterator::Get(int idx) {
1883 while (idx > cur_idx_ && !is_end_) {

Callers

nothing calls this directly

Calls 1

IterateFunctionFromCSCFunction · 0.70

Tested by

no test coverage detected