Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Commit a271fdd

Browse files
authored
update Travis links
1 parent b003319 commit a271fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GenericSVD.jl
22

3-
[![Travis Build Status](https://travis-ci.org/JuliaMath/GenericSVD.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/GenericSVD.jl)
3+
[![Travis Build Status](https://travis-ci.org/JuliaLinearAlgebra/GenericSVD.jl.svg?branch=master)](https://travis-ci.org/JuliaLinearAlgebra/GenericSVD.jl)
44
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/097ir0q9gpoa6lb6?svg=true)](https://ci.appveyor.com/project/simonbyrne/genericsvd-jl)
55

66
Implements Singular Value Decomposition for generic number types, such as `BigFloat`, `Complex{BigFloat}` or [`Quaternion`s](https://github.com/JuliaGeometry/Quaternions.jl). It internally overloads several Base functions such that existing methods (`svd`, `svdfact` and `svdvals`) should work directly.

0 commit comments

Comments
 (0)