Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepGraphLearning/graphvite
/ Vector
Method
Vector
include/base/vector.h:42–42 ·
view source on GitHub ↗
Default constructor */
Source
from the content-addressed store, hash-verified
40
41
/** Default constructor */
42
Vector() = default;
43
44
/** Construct a vector of repeat scalar */
45
Vector(Float f) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected