You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,6 +126,12 @@ In vecxt, each of these function has an "in-place" counterpart that returns unit
123
126
124
127
Such operations can also be called via `tan(vec)`, `exp(matrix)`, etc.
125
128
129
+
## Broadcasting
130
+
131
+
Is not supported in an "implicit" fashion. Look at the methods;
132
+
133
+
`mapRows`, `mapColumns`, `mapRowsToScalar`, `mapColumnsToScalar`, etc. for explict alternatives to broadcasting. Jury still out on this but I never liked implicit broadcasting so it isn't implemented.
134
+
126
135
## Logical Operations
127
136
128
137
| Operation | vecxt | NumPy | MATLAB |
@@ -140,14 +149,18 @@ Such operations can also be called via `tan(vec)`, `exp(matrix)`, etc.
0 commit comments