# Homotopies.jl **Repository Path**: Julialang/Homotopies.jl ## Basic Information - **Project Name**: Homotopies.jl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-12 - **Last Updated**: 2024-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Homotopies | **Documentation** | **Build Status** | |:-----------------:|:----------------:| | [![][docs-stable-img]][docs-stable-url] | [![Build Status][build-img]][build-url] | | [![][docs-latest-img]][docs-latest-url] | [![Codecov branch][codecov-img]][codecov-url] | A package for constructing (polynomial) [homotopies](https://en.wikipedia.org/wiki/Homotopy) `H(x,t)`. ## Getting started You can install the package via ```julia Pkg.add("https://github.com/JuliaHomotopyContinuation/Homotopies.jl.git") ``` [docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg [docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg [docs-stable-url]: https://JuliaHomotopyContinuation.github.io/Homotopies.jl/stable [docs-latest-url]: https://JuliaHomotopyContinuation.github.io/Homotopies.jl/latest [build-img]: https://travis-ci.org/JuliaHomotopyContinuation/Homotopies.jl.svg?branch=master [build-url]: https://travis-ci.org/JuliaHomotopyContinuation/Homotopies.jl [codecov-img]: https://codecov.io/gh/juliahomotopycontinuation/Homotopies.jl/branch/master/graph/badge.svg [codecov-url]: https://codecov.io/gh/juliahomotopycontinuation/Homotopies.jl