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

[Enhancement] Add singular value decomposition #16

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Formatter

611de00
Select commit
Loading
Failed to load commit list.
Draft

[Enhancement] Add singular value decomposition #16

Formatter
611de00
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 17, 2024 in 1s

0.00% of diff hit (target 27.30%)

View this Pull Request on Codecov

0.00% of diff hit (target 27.30%)

Annotations

Check warning on line 611 in src/BlockArraysExtensions/BlockArraysExtensions.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/BlockArraysExtensions/BlockArraysExtensions.jl#L610-L611

Added lines #L610 - L611 were not covered by tests

Check warning on line 615 in src/BlockArraysExtensions/BlockArraysExtensions.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/BlockArraysExtensions/BlockArraysExtensions.jl#L614-L615

Added lines #L614 - L615 were not covered by tests

Check warning on line 619 in src/BlockArraysExtensions/BlockArraysExtensions.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/BlockArraysExtensions/BlockArraysExtensions.jl#L618-L619

Added lines #L618 - L619 were not covered by tests

Check warning on line 624 in src/BlockArraysExtensions/BlockArraysExtensions.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/BlockArraysExtensions/BlockArraysExtensions.jl#L621-L624

Added lines #L621 - L624 were not covered by tests

Check warning on line 6 in src/abstractblocksparsearray/abstractblocksparsematrix.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L6

Added line #L6 was not covered by tests

Check warning on line 10 in src/abstractblocksparsearray/abstractblocksparsematrix.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L9-L10

Added lines #L9 - L10 were not covered by tests

Check warning on line 12 in src/abstractblocksparsearray/abstractblocksparsematrix.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L12

Added line #L12 was not covered by tests

Check warning on line 15 in src/abstractblocksparsearray/abstractblocksparsematrix.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L14-L15

Added lines #L14 - L15 were not covered by tests

Check warning on line 21 in src/abstractblocksparsearray/abstractblocksparsematrix.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L19-L21

Added lines #L19 - L21 were not covered by tests

Check warning on line 9 in src/blocksparsearray/blockdiagonalarray.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocksparsearray/blockdiagonalarray.jl#L8-L9

Added lines #L8 - L9 were not covered by tests

Check warning on line 23 in src/blocksparsearray/blockdiagonalarray.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocksparsearray/blockdiagonalarray.jl#L15-L23

Added lines #L15 - L23 were not covered by tests

Check warning on line 38 in src/blocksparsearray/blockdiagonalarray.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocksparsearray/blockdiagonalarray.jl#L32-L38

Added lines #L32 - L38 were not covered by tests

Check warning on line 40 in src/blocksparsearray/blockdiagonalarray.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocksparsearray/blockdiagonalarray.jl#L40

Added line #L40 was not covered by tests

Check warning on line 46 in src/blocksparsearray/blockdiagonalarray.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocksparsearray/blockdiagonalarray.jl#L44-L46

Added lines #L44 - L46 were not covered by tests

Check warning on line 50 in src/blocksparsearray/blockdiagonalarray.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocksparsearray/blockdiagonalarray.jl#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 52 in src/blocksparsearray/blockdiagonalarray.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocksparsearray/blockdiagonalarray.jl#L52

Added line #L52 was not covered by tests

Check warning on line 58 in src/blocksparsearray/blockdiagonalarray.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocksparsearray/blockdiagonalarray.jl#L54-L58

Added lines #L54 - L58 were not covered by tests

Check warning on line 75 in src/factorizations/svd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/factorizations/svd.jl#L75

Added line #L75 was not covered by tests

Check warning on line 79 in src/factorizations/svd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/factorizations/svd.jl#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 83 in src/factorizations/svd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/factorizations/svd.jl#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 86 in src/factorizations/svd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/factorizations/svd.jl#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 94 in src/factorizations/svd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/factorizations/svd.jl#L93-L94

Added lines #L93 - L94 were not covered by tests

Check warning on line 100 in src/factorizations/svd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/factorizations/svd.jl#L100

Added line #L100 was not covered by tests

Check warning on line 106 in src/factorizations/svd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/factorizations/svd.jl#L103-L106

Added lines #L103 - L106 were not covered by tests

Check warning on line 110 in src/factorizations/svd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/factorizations/svd.jl#L108-L110

Added lines #L108 - L110 were not covered by tests