@[email protected]M to Science [email protected]English • 4 months agoTensorsmander.xyzimagemessage-square16fedilinkarrow-up1202arrow-down113
arrow-up1189arrow-down1imageTensorsmander.xyz@[email protected]M to Science [email protected]English • 4 months agomessage-square16fedilink
minus-square@[email protected]linkfedilinkEnglish38•4 months agoThe difference between a matrix and a 2d array of numbers is the operations that are performed A tensor really isn’t standardized in the same way so it’s basically just an n-d array in my mind
minus-square@[email protected]linkfedilinkEnglish29•4 months agoIt’s all just pointers with semantics attached.
minus-square@ZILtoid1991linkEnglish3•4 months agoYou can force a 2D array to be a matrix if you’re clever enough
minus-square@[email protected]linkfedilinkEnglish2•4 months agoWell, it would still be a vector. So some standardisation.
The difference between a matrix and a 2d array of numbers is the operations that are performed
A tensor really isn’t standardized in the same way so it’s basically just an n-d array in my mind
It’s all just pointers with semantics attached.
Vectors with strides.
You can force a 2D array to be a matrix if you’re clever enough
Well, it would still be a vector. So some standardisation.
good ol’ nominal typing