Skip to content

Bump to v0.2.7

f54c269
Select commit
Loading
Failed to load commit list.
Merged

[Enhancement] Add singular value decomposition #16

Bump to v0.2.7
f54c269
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 14, 2025 in 0s

22.41% of diff hit (target 27.48%)

View this Pull Request on Codecov

22.41% of diff hit (target 27.48%)

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 13 in src/abstractblocksparsearray/abstractblocksparsematrix.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L7-L13

Added lines #L7 - L13 were 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#L15

Added line #L15 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L19-L20

Added lines #L19 - L20 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L24-L27

Added lines #L24 - L27 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L29-L31

Added lines #L29 - L31 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L34-L42

Added lines #L34 - L42 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L46-L50

Added lines #L46 - L50 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L52-L55

Added lines #L52 - L55 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L58-L61

Added lines #L58 - L61 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L63

Added line #L63 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L66-L67

Added lines #L66 - L67 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L70

Added line #L70 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L73-L81

Added lines #L73 - L81 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstractblocksparsearray/abstractblocksparsematrix.jl#L83

Added line #L83 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocksparsearray/blockdiagonalarray.jl#L10-L11

Added lines #L10 - L11 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocksparsearray/blockdiagonalarray.jl#L14-L15

Added lines #L14 - L15 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocksparsearray/blockdiagonalarray.jl#L20-L25

Added lines #L20 - L25 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#L106

Added line #L106 was not covered by tests