04-02-2020 12:27 PM
@Michi_Fu wrote:
I think is correct, right?
It is difficult to verify if you don't resize the array containers so we can see at least one extra row and column (for example we cannot tell how big the "column" input really is. remember, container size is independent of array size.
While this solutions works correctly, the code is relatively inefficient (unless the compiler can do some good transforms) for the following reasons:
Of course LabVIEW will take care of everything and give the expected result, but if you later need to work with much larger data structures, it could become much more expensive (slower, more memory fragmentation) than needed.