MCPcopy Create free account
hub / github.com/KavrakiLab/vamp / to_array

Method to_array

src/impl/vamp/vector/interface.hh:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 using DataT = typename Sig::DataT;
62
63 inline constexpr auto to_array() const noexcept
64 -> std::array<typename S::ScalarT, num_scalars_rounded>
65 {
66 alignas(S::Alignment) std::array<typename S::ScalarT, num_scalars_rounded> result = {};
67 to_array(result);
68 return result;
69 }
70
71 inline constexpr void
72 to_array(std::array<typename S::ScalarT, num_scalars_rounded> &buf) const noexcept

Callers 15

rotate_basesMethod · 0.80
vector_to_eigenFunction · 0.80
collides_simdMethod · 0.80
nextMethod · 0.80
get_waypointMethod · 0.80
get_all_waypointsMethod · 0.80
get_upper_boundsFunction · 0.80
get_lower_boundsFunction · 0.80
fromMethod · 0.80
fromMethod · 0.80
solveMethod · 0.80
solveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected