Skip to content

Change equilibration code 'magic number' #51

@ismael-mendoza

Description

@ismael-mendoza

Mike's suggestion in the paper review is to use exact powers of 2 for equilibrating matrices instead of 10^4 (which we currently use). This would avoid the equilibration process itself introducing numerical noise from numbers (10^4) not being exactly invertible in double precision. I think an appropriate replacement would be either 2**13 or 2**14

I don't think this would change the output (so it's not urgent), but it would be good to change at some point.

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions