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

use unwrapping mechanism for triangular matrices #396

Merged
merged 9 commits into from
Jul 22, 2023

Merge branch 'main' into dk/trimul

65cb367
Select commit
Loading
Failed to load commit list.
Merged

use unwrapping mechanism for triangular matrices #396

Merge branch 'main' into dk/trimul
65cb367
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 17, 2023 in 1s

64.14% of diff hit (target 93.84%)

View this Pull Request on Codecov

64.14% of diff hit (target 93.84%)

Annotations

Check warning on line 33 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L33

Added line #L33 was not covered by tests

Check warning on line 170 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L169-L170

Added lines #L169 - L170 were not covered by tests

Check warning on line 568 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L563-L568

Added lines #L563 - L568 were not covered by tests

Check warning on line 570 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L570

Added line #L570 was not covered by tests

Check warning on line 577 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L576-L577

Added lines #L576 - L577 were not covered by tests

Check warning on line 584 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L579-L584

Added lines #L579 - L584 were not covered by tests

Check warning on line 595 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L586-L595

Added lines #L586 - L595 were not covered by tests

Check warning on line 598 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L598

Added line #L598 was not covered by tests

Check warning on line 602 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L600-L602

Added lines #L600 - L602 were not covered by tests

Check warning on line 605 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L605

Added line #L605 was not covered by tests

Check warning on line 612 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L608-L612

Added lines #L608 - L612 were not covered by tests

Check warning on line 623 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L614-L623

Added lines #L614 - L623 were not covered by tests

Check warning on line 626 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L626

Added line #L626 was not covered by tests

Check warning on line 630 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L628-L630

Added lines #L628 - L630 were not covered by tests

Check warning on line 633 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L633

Added line #L633 was not covered by tests

Check warning on line 636 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L636

Added line #L636 was not covered by tests

Check warning on line 650 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L650

Added line #L650 was not covered by tests

Check warning on line 707 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L707

Added line #L707 was not covered by tests

Check warning on line 711 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L711

Added line #L711 was not covered by tests

Check warning on line 766 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L766

Added line #L766 was not covered by tests

Check warning on line 770 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L770

Added line #L770 was not covered by tests

Check warning on line 784 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L779-L784

Added lines #L779 - L784 were not covered by tests

Check warning on line 787 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L786-L787

Added lines #L786 - L787 were not covered by tests

Check warning on line 789 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L789

Added line #L789 was not covered by tests

Check warning on line 794 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L794

Added line #L794 was not covered by tests