Not that dot([1, 2], [3, 4])
and [1, 2]' * [3, 4]
are essentially equivalent in Julia, because [1, 2]'
acts like a covector, as discussed in Transposes vs 1-row matrices
3 Likes
Not that dot([1, 2], [3, 4])
and [1, 2]' * [3, 4]
are essentially equivalent in Julia, because [1, 2]'
acts like a covector, as discussed in Transposes vs 1-row matrices