Sam
Sam
This might be a case of 'XY' problem since I've only begun learning about partitioning the past week, but I have a time history table for an IoT-type workload I'm...
Just a good method to have
Closes #468 and fixes the edge-case found in the SVD implementation. Helper methods were added to the SVD class to do two things: 1. Diagonalize S if it's not rectangular...
In investigating the problems in #468, I decided to try implementing the qr algorithm to have an alternative way of getting the eigenvectors. This is still a work in progress,...
Adding the generalize pseudo-inverse I think is on the docket somewhere (mentioned in #260) I've actually implemented it in a fork using the [SVD method](https://en.wikipedia.org/wiki/Moore%E2%80%93Penrose_inverse#Singular_value_decomposition_(SVD)) of construction (pretty easy actually)....
While working on #459, I noticed that there's a `NumericMatrix->rowAddScalar()` method that isn't documented and that there is no matching `columnAddScalar`. Should this be rectified? I couldn't find an issue...
This request doesn't really have any justification in the pure linear algebra world, but I have run into a use case where I want to treat 3 columns of a...
This isn't meant to be merged, it's just a test case illustrating that the serializer doesn't play nice with classes implementing \Iterator as pointed out in #127 If you clone...
I've been trying to debug the deserialization from a database of a vector object. While stepping through a unit test, I noticed that the property of another entity typed as...
I was looking into whether the spec supported generics, and I found this nifty [article](https://json-schema.org/blog/posts/dynamicref-and-generics) recently shared by henry andrews [here](https://github.com/OAI/OpenAPI-Specification/issues/957#issuecomment-1912910504) This has technically been a part of the spec...