Skip to content

Commit 27ff52d

Browse files
committed
JuliaMath URL
1 parent 2cd1b48 commit 27ff52d

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
# TupleVecs
22

3-
[![Build Status](https://github.com/stevengj/TupleVecs.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/stevengj/TupleVecs.jl/actions/workflows/CI.yml?query=branch%3Amain)
3+
[![Build Status](https://github.com/JuliaMath/TupleVecs.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaMath/TupleVecs.jl/actions/workflows/CI.yml?query=branch%3Amain)
44

55
This Julia package allows you to take a tuple of objects and treat it as a "vector", in the sense of an [abstract vector space](https://en.wikipedia.org/wiki/Vector_space) (*not* a 1d array), as long as the components are vectors — that is, as long as they support addition, subtraction, and multiplication by scalars. Technically, this is known as a [direct sum](https://en.wikipedia.org/wiki/Direct_sum) of vector spaces, and is represented in this package by the `TupleVec` type.
66

0 commit comments

Comments
 (0)