Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] reuse option in Newton Raphson method #206

Closed
wants to merge 5 commits into from

default to false, make true optional (for large problems)

093490a
Select commit
Loading
Failed to load commit list.
Closed

[WIP] reuse option in Newton Raphson method #206

default to false, make true optional (for large problems)
093490a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 6, 2023 in 0s

50.00% of diff hit (target 48.45%)

View this Pull Request on Codecov

50.00% of diff hit (target 48.45%)

Annotations

Check warning on line 134 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L129-L134

Added lines #L129 - L134 were not covered by tests

Check warning on line 136 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L136

Added line #L136 was not covered by tests

Check warning on line 140 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L140

Added line #L140 was not covered by tests

Check warning on line 143 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L143

Added line #L143 was not covered by tests

Check warning on line 178 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L174-L178

Added lines #L174 - L178 were not covered by tests

Check warning on line 181 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L180-L181

Added lines #L180 - L181 were not covered by tests

Check warning on line 183 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L183

Added line #L183 was not covered by tests

Check warning on line 185 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L185

Added line #L185 was not covered by tests

Check warning on line 190 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L189-L190

Added lines #L189 - L190 were not covered by tests

Check warning on line 192 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L192

Added line #L192 was not covered by tests

Check warning on line 194 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L194

Added line #L194 was not covered by tests

Check warning on line 197 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L197

Added line #L197 was not covered by tests