File tree 5 files changed +23
-8
lines changed
5 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 5
5
- osx
6
6
7
7
julia :
8
- - 0.7
9
8
- 1.0
9
+ - 1.2
10
10
- nightly
11
11
12
12
matrix :
Original file line number Diff line number Diff line change
1
+ name = " TSVD"
2
+ uuid = " 9449cd9e-2762-5aa3-a617-5413e99d722e"
3
+ version = " 0.4.0"
4
+
5
+ [deps ]
6
+ Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
7
+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
+
9
+ [compat ]
10
+ julia = " 1"
11
+
12
+ [extras ]
13
+ MatrixDepot = " b51810bb-c9f3-55da-ae3c-350fc1fbce05"
14
+ SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
15
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
16
+
17
+ [targets ]
18
+ test = [" MatrixDepot" , " SparseArrays" , " Test" ]
Original file line number Diff line number Diff line change 1
1
# TSVD - Truncated Singular Value Decomposition
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/andreasnoack /TSVD.jl.svg?branch=master )] ( https://travis-ci.org/andreasnoack /TSVD.jl )
4
- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/andreasnoack/ TSVD.jl/badge.svg?branch=master&bust=1 )] ( https://coveralls .io/github/andreasnoack /TSVD.jl?branch=master )
5
- [ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://andreasnoack .github.io/TSVD.jl/stable )
6
- [ ![ ] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://andreasnoack .github.io/TSVD.jl/latest )
3
+ [ ![ Build Status] ( https://travis-ci.org/JuliaLinearAlgebra /TSVD.jl.svg?branch=master )] ( https://travis-ci.org/JuliaLinearAlgebra /TSVD.jl )
4
+ [ ![ codecov ] ( https://codecov .io/gh/JuliaLinearAlgebra/ TSVD.jl/branch/master/graph/ badge.svg )] ( https://codecov .io/gh/JuliaLinearAlgebra /TSVD.jl )
5
+ [ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://julialinearalgebra .github.io/TSVD.jl/stable )
6
+ [ ![ ] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://julialinearalgebra .github.io/TSVD.jl/latest )
7
7
8
8
A Julia implementation of the procedure described in
9
9
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments