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

Method get

include/Tensor.h:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54 template<typename... IndicesTemplate>
55 double get(IndicesTemplate... Indices) const
56 {
57 /** check parameter number */
58 static_assert(sizeof...(IndicesTemplate) == Dim, "Number of provided indices have to be equal to the number of dimensions!");
59
60 /** get value */
61 return _Grid(_Index(Indices...));
62 }
63
64 double get(const VectorStatic<Dim> Indices) const
65 {

Callers 1

NumericalCovarianceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected