|
|
|
|
|
|
|
|
val(:,:,1)
with size 5-by-4. So, I wanted to acess the first matrix similarly, but I am failing to do this val(:,:,1)
in C++ using tensors.
|
|
{0, 0};
and {3, 0};
means first row, column and 4th row and first column which should return a 1-by-4 column vector??
oh, clearly I have gone mad! |