nidtec-una / nidtec-una/krysbas-dev
Add possibility to acept matrix A with complex numbers
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- MATLAB
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
To do this. modify plane rotations:
s = H(j + 1, j) / (sqrt(abs(H(j + 1, j))^2 + H(j, j)^2));
c = H(j, j) / (sqrt(abs(H(j + 1, j))^2 + H(j, j)^2));
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the plane-rotation implementation in the MATLAB/Octave solver code and inspect how matrix A is processed for real values. Use the supplied expressions as the starting point, then verify that a complex-valued A is accepted and that the solver still behaves correctly on representative inputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matlab
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100