Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvanaret/Uno
/ begin
Method
begin
uno/linear_algebra/SparseVector.hpp:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
[[nodiscard]] bool is_empty() const;
56
57
[[nodiscard]] iterator begin() const { return iterator(*this, 0); }
58
[[nodiscard]] iterator end() const { return iterator(*this, this->number_nonzeros); }
59
60
template <typename U>
Callers
nothing calls this directly
Calls
1
iterator
Class · 0.70
Tested by
no test coverage detected