Searched refs:outerIndices (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Deigen.h566 auto outerIndices = array_t<StorageIndex>((object) obj.attr("indptr")); local
570 if (!values || !innerIndices || !outerIndices)
575 outerIndices.mutable_data(), innerIndices.mutable_data(), values.mutable_data());
587 array outerIndices((rowMajor ? src.rows() : src.cols()) + 1, src.outerIndexPtr());
591 std::make_tuple(data, innerIndices, outerIndices),

Completed in 7 milliseconds