MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / set

Method set

include/Tensor.h:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void set(const double Value, const VectorStatic<Dim> Indices)
70 {
71 _Grid(_Index(Indices)) = Value;
72 }
73
74 template<typename... IndicesTemplate>
75 void set(const double Value, IndicesTemplate... Indices)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected