Template Function librapid::detail::dotHelper#

Function Documentation#

template<typename T>
auto librapid::detail::dotHelper(T &&val)#

Return a tuple of the form (transpose, scalar, raw array) depending on the input type. All scalar values are extracted and combined, and successive transpose operations are combined.

Template Parameters

T

Parameters

val

Returns