Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support StaticArrays (MVector) #242

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

RomeoV
Copy link

@RomeoV RomeoV commented Aug 15, 2023

This package is almost ready to be used straight up with StaticArrays.
Most variables are already written in a general way, there are just two
blockers:
The preallocated buffers JJ and n_buffer, aswell as the LMResults
type.

This PR fixes that, and almost allows usage of StaticArrays.
However, there's still
JuliaDiff/DiffResults.jl#25, but that can be
currently overcome by two function definitions shows in the PR.

This package is almost ready to be used straight up with StaticArrays.
Most variables are already written in a general way, there are just two
blockers:
The preallocated buffers `JJ` and `n_buffer`, aswell as the LMResults
type.

This commit fixes that, and almost allows usage of StaticArrays.
However, there's still
JuliaDiff/DiffResults.jl#25, but that can be
currently overcome by two typedefs.
@pkofod
Copy link
Member

pkofod commented Oct 3, 2023

Is this still waiting for the AD-issue? You can maybe add a test that has hand-written Jacobins or finitediff? (if that works..)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants