LASwift icon indicating copy to clipboard operation
LASwift copied to clipboard

Linear Algebra library for Swift language

Results 6 LASwift issues
Sort by recently updated
recently updated
newest added

The current versions of Nimble and Quick do not match between the `Example/Podfile` and `Package.swift`. Can you please update the version in the Swift Package as well? It causes dependency...

Looking to use asin or atan (to calculate distance between points on the sphere). I don't see anything I could use in LASwift. Not sure if there is any advantage...

Adds support for convolving matrices with NxM kernels (not necessarily square kernels) using the implementation described in https://developer.apple.com/documentation/accelerate/vdsp/2d_convolution

In my understanding the eigenvectors are in the columns of V and not as stated here "by rows" ``` /// Compute eigen values and vectors of a given square matrix....

This library still works but when compiled for macOS 13.3 or later generates lots of deprecation warnings. I am compiling for macOS 14.2 and see warnings similar to: `'dgetrf_' was...

I am not sure if this is aligned with the package purposes, but it would be helpful if there are rank and unique method to see if a matrix is...