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

Commit ec5314d

Browse files
authored
Update badges.
1 parent 2fb6d06 commit ec5314d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

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

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

56
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.
67

0 commit comments

Comments
 (0)