MCPcopy Create free account
hub / github.com/android/ndk-samples / column

Method column

vectorization/src/main/cpp/matrix.h:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 [[nodiscard, clang::always_inline]] constexpr const std::span<const T> column(
76 size_t column) const {
77 return std::span{&get(0, column), Rows};
78 }
79
80 [[nodiscard, clang::always_inline]] constexpr std::span<T> column(
81 size_t column) {

Callers 2

MultiplyWithOpenMPFunction · 0.80
MultiplyWithClangVectorsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected