Skip to content

ceptr: Increase temperature polynomial efficiency #12

@terencelehmann

Description

@terencelehmann

In many functions in the mechanism files, the temperature polynomials are calculated as

T2 = T * T
T3 = T * T * T
...

This can be optimized to

T2 = T * T
T3 = T2 * T
...

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions