Skip to content

Commit 792fbd3

Browse files
committed
format docstring
1 parent b2f448c commit 792fbd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/factorizations/svd.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ using MatrixAlgebraKit: MatrixAlgebraKit, svd_compact!, svd_full!
44
BlockPermutedDiagonalAlgorithm(A::MatrixAlgebraKit.AbstractAlgorithm)
55
66
A wrapper for `MatrixAlgebraKit.AbstractAlgorithm` that implements the wrapped algorithm on
7-
a block-by-block basis, which is possible if the input matrix is a block-diagonal matrix or a block permuted block-diagonal matrix.
7+
a block-by-block basis, which is possible if the input matrix is a block-diagonal matrix or
8+
a block permuted block-diagonal matrix.
89
"""
910
struct BlockPermutedDiagonalAlgorithm{A<:MatrixAlgebraKit.AbstractAlgorithm} <:
1011
MatrixAlgebraKit.AbstractAlgorithm

0 commit comments

Comments
 (0)