Skip to content

Implement Operations for Col in faer#653

Draft
cloudsftp wants to merge 20 commits into
argmin-rs:mainfrom
cloudsftp:faer-col
Draft

Implement Operations for Col in faer#653
cloudsftp wants to merge 20 commits into
argmin-rs:mainfrom
cloudsftp:faer-col

Conversation

@cloudsftp
Copy link
Copy Markdown

Hi, this PR adds implementations of some operations for the Col vectors of the faer crate.
The operation implementations are mostly copied and adjusted from the code added in #575.

The implemented operations are enough for the GaussNewton solvers.

Why?

When implementing the Operator and Jacobian traits for some objective function, it is awkward to implement it with type Param = Mat.
The Col type is much better.
The solver needs some operations to be implemented for Col.

I wanted to ask first, whether these changes are wanted, before continuing to implement other operations for the Col type that are required by other solvers.

@cloudsftp
Copy link
Copy Markdown
Author

cloudsftp commented Feb 24, 2026

Depends on #654

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant