You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the src/svd.jl content only the vectors us to the number of rows and columns might be rewritten
$ ed -s GenericLinearAlgebra.jl/test/rectfullpacked.jl <<<'5p'
@testset "Rectuangular Full Pack Format" begin
$ ed -s GenericLinearAlgebra.jl/src/svd.jl <<<'566p'
- `full`: Sepcifies if all the left and right singular vectors be returned or if only the vectors us to the number of rows and columns of the input matrix `A` should be returned (the default).
$ ed -s GenericLinearAlgebra.jl/src/lapack.jl <<<'673p'
"the number of columne in the output matrices are $mm, but should be $n",
$ ed -s GenericLinearAlgebra.jl/src/eigenGeneral.jl <<<'251p'
# values doen't matter in this case but variables should be initialized
$ ed -s GenericLinearAlgebra.jl/src/svd.jl <<<'607p'
# The location of the super/sub-diagonal of the bidiagonal matrix depends on the aspect ratio of the input. For tall and square matrices, the bidiagonal matrix is upper whereas it is lower for wide input matrices as illustrated below. The 'O' entried indicate orthogonal (unitary) matrices.
$ ed -s GenericLinearAlgebra.jl/test/qr.jl <<<'22p'
else # For type stbility getindex(,Tuple{:R}) throw when the output is trapezoid
$
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Rectangular
Specifies
columns
don't
entries
stability
the src/svd.jl content
only the vectors us to the number of rows and columns
might be rewrittenThe text was updated successfully, but these errors were encountered: