Skip to content

Return the condition number for matrix tuning#16

Merged
antonysigma merged 1 commit intomainfrom
condition_number
Mar 3, 2025
Merged

Return the condition number for matrix tuning#16
antonysigma merged 1 commit intomainfrom
condition_number

Conversation

@antonysigma
Copy link
Collaborator

@antonysigma antonysigma commented Mar 3, 2025

Given a pointer to a double object, fill in the value of recipocal condition number of the Matrix defined in Li2017.

The rcond number is primarily used for offline algorithm numerical stability testing.

@antonysigma antonysigma linked an issue Mar 3, 2025 that may be closed by this pull request
Given a pointer to a double object, fill in the value of recipocal
condition number of the Matrix defined in Li2017.

The `rcond` number is primarily used for offline algorithm numerical
stability testing.
@antonysigma antonysigma merged commit 43228c4 into main Mar 3, 2025
3 checks passed
@antonysigma antonysigma deleted the condition_number branch March 3, 2025 23:25
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.

Singular matrix when NA = 0.8 and ni = 1.0

1 participant