Upsurge icon indicating copy to clipboard operation
Upsurge copied to clipboard

Multi-dimensional Swift math

Results 18 Upsurge issues
Sort by recently updated
recently updated
newest added

Can't seem to figure out why this is missing. Any ideas? Can't build the app. Running Xcode 9.2, target Swift 4.0 > > Upsurge/ValueArray.swift:134:35: error: missing argument for parameter 'capacity'...

Followup of our twitter conversation. You'll find a gist with a rethinking of the basic types to make them more similar to NumPy's: - make Matrix and MatrixSlice a single...

I need help with an interpolation algorithm for my app. I have a couple of arrays: (1) my measurements array (days versus weights) (2) a reference array with minimum weights...

question

Since it was pretty hard for me to understand how to use Upsurge only with the source codes, I thought of creating a markdown file for easier landing for people...

I may be missing something obvious, but is there a 'trick' to performing arithmetic on Matrices with scalars? Simple things like 1.0 + exp(A) seems to require working with a...

t3: enhancement

Is it possible to add support for WatchOS 4?

t3: enhancement

let A = [1.0,2.0,3.0] let B = [4.0,5.0,6.0] let C = A + B

question

I'm experimenting with a Package.swift using the new build system. Interestingly, it generates static libraries by default but without any lib prefix so the library becomes Upsurge.a. A swiftmodule is...

t3: enhancement
help wanted