In some of the examples, a cwise function can be called these two ways:
let somearray = cwiseFunc(arr1, arr2)
cwiseFunc(somearray, arr1, arr2)
I could only get the second to work, so I wonder if the docs aren't up to date in this and perhaps other ways. Also, is this expected to work without the browserify transform or is that just to get size down? I'm in webpack.
In the mean time, any links to repos making use of cwise would get great to check out.
In some of the examples, a cwise function can be called these two ways:
I could only get the second to work, so I wonder if the docs aren't up to date in this and perhaps other ways. Also, is this expected to work without the browserify transform or is that just to get size down? I'm in webpack.
In the mean time, any links to repos making use of cwise would get great to check out.