_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
julia-datavalueinterfaces 1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/queryverse/DataValueInterfaces.jl
Licenses: Expat
Synopsis: Interface for DataValues.jl
Description:

This package allows a few "forward" definitions for the DataValues.jl package that other packages can utilize for integration without having to take direct dependencies.

julia-blockbandedmatrices 0.11.9
Propagated dependencies: julia-arraylayouts@0.8.18 julia-bandedmatrices@0.17.9 julia-blockarrays@0.16.23 julia-fillarrays@0.13.6 julia-matrixfactorizations@0.9.3
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMatrices/BlockBandedMatrices.jl
Licenses: Expat
Synopsis: Block-banded matrices and banded-block-banded matrices
Description:

This package supports representing block-banded and banded-block-banded matrices by only storing the entries in the non-zero bands. A BlockBandedMatrix is a subtype of BlockMatrix of BlockArrays.jl whose layout of non-zero blocks is banded.

julia-docstringextensions 0.8.5
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://juliadocs.github.io/DocStringExtensions.jl/latest/
Licenses: Expat
Synopsis: Extensions for Julia's docsystem
Description:

This package provides a collection of useful extensions for Julia's built-in docsystem. These are features that are not yet mature enough to be considered for inclusion in Base, or that have sufficiently niche use cases that including them with the default Julia installation is not seen as valuable enough at this time.

julia-scientifictypesbase 3.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaAI/ScientificTypesBase.jl
Licenses: Expat
Synopsis: Base interface for dispatching on the 'scientific' type of data
Description:

This package provides a Julia interface defining a collection of types (without instances) for implementing conventions about the scientific interpretation of data. This package makes a distinction between the machine type and the scientific type of a Julia object. A machine type refers to the Julia type being used to represent the object, for instance Float64. The scientific type refers to how the object should be interpreted, for instance Continuous or Multiclass3.

julia-indexablebitvectors 1.0.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/BioJulia/IndexableBitVectors.jl
Licenses: Expat
Synopsis: Bit vectors operations with extremely fast speed
Description:

This package exports following operations over bit vectors with extremely fast speed while keeping extra memory usage small:

  • getindex(bv::IndexableBitVectors, i::Integer): i-th element of bv

  • rank(b::Bool, bv::AbstractIndexableBitVector, i::Integer): the number of occurrences of bit b in bv[1:i]

  • select(b::Bool, bv::AbstractIndexableBitVector, i::Integer): the index of i-th occurrence of b in bv.

and other shortcuts or types.

julia-chainrulestestutils 1.5.1
Propagated dependencies: julia-chainrulescore@1.12.2 julia-compat@3.39.0 julia-finitedifferences@0.12.17
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaDiff/ChainRulesTestUtils.jl
Licenses: Expat
Synopsis: Common utilities used by downstream automatic differentiation tools
Description:

This package is designed to help in testing ChainRulesCore.frule and ChainRulesCore.rrule methods. The main entry points are ChainRulesTestUtils.frule_test, ChainRulesTestUtils.rrule_test, and ChainRulesTestUtils.test_scalar. Currently this is done via testing the rules against numerical differentiation (using FiniteDifferences.jl).

ChainRulesTestUtils.jl is separated from ChainRulesCore.jl so that it can be a test-only dependency, allowing it to have potentially heavy dependencies, while keeping ChainRulesCore.jl as light-weight as possible.

julia-irrationalconstants 0.1.1
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMath/IrrationalConstants.jl
Licenses: Expat
Synopsis: Additional irrationals for Julia
Description:

This package provides these irrational constants:

  • twoπ = 2π

  • fourπ = 4π

  • halfπ = π / 2

  • quartπ = π / 4

  • invπ = 1 / π

  • twoinvπ = 2 / π

  • fourinvπ = 4 / π

  • inv2π = 1 / (2π)

  • inv4π = 1 / (4π)

  • sqrt2 = √2

  • sqrt3 = √3

  • sqrtπ = √π

  • sqrt2π = √2π

  • sqrt4π = √4π

  • sqrthalfπ = √(π / 2)

  • invsqrt2 = 1 / √2

  • invsqrtπ = 1 / √π

  • invsqrt2π = 1 / √2π

  • loghalf = log(1 / 2)

  • logtwo = log(2)

  • logten = log(10)

  • logπ = log(π)

  • log2π = log(2π)

  • log4π = log(4π)

julia-xorg-libxinerama-jll 1.1.4+3
Dependencies: libxinerama@1.1.5
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-libxext-jll@1.3.4+2
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_libXinerama_jll.jl
Licenses: Expat
Synopsis: Libxinerama library wrappers
Description:

This package provides a wrapper for the libxinerama library.

julia-commonsubexpressions 0.3.0
Propagated dependencies: julia-macrotools@0.5.6
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/rdeits/CommonSubexpressions.jl
Licenses: Expat
Synopsis: @code{@@cse} macro for Julia
Description:

This package provides the @cse macro, which performs common subexpression elimination.

julia-xorg-xcb-util-wm-jll 0.4.1+1
Dependencies: xcb-util-wm@0.4.2
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-xcb-util-jll@0.4.0+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xcb_util_wm_jll.jl
Licenses: Expat
Synopsis: Xcb-util-wm library wrappers
Description:

This package provides a wrapper for the xcb-util-wm library.

julia-imagetransformations 0.9.5
Propagated dependencies: julia-axisalgorithms@1.0.0 julia-colorvectorspace@0.9.9 julia-coordinatetransformations@0.6.2-1.78f5a5c julia-imagebase@0.1.5 julia-imagecore@0.9.4 julia-interpolations@0.13.6 julia-offsetarrays@1.12.8 julia-rotations@1.0.2-1.b599102 julia-staticarrays@1.2.13
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageTransformations.jl
Licenses: Expat
Synopsis: Geometric transformations on images for Julia
Description:

This package provides support for image resizing, image rotation, and other spatial transformations of arrays.

julia-matrixfactorizations 0.9.3
Propagated dependencies: julia-arraylayouts@0.8.18
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaMatrices/MatrixFactorizations.jl
Licenses: Expat
Synopsis: Julia package to contain non-standard matrix factorizations
Description:

A Julia package to contain non-standard matrix factorizations. At the moment it implements the QL, RQ, and UL factorizations, a combined Cholesky factorization with inverse, and polar decompositions. In the future it may include other factorizations such as the LQ factorization.

julia-genericlinearalgebra 0.3.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaLinearAlgebra/GenericLinearAlgebra.jl
Licenses: Expat
Synopsis: Generic numerical linear algebra
Description:

The purpose of this package is partly to extend linear algebra functionality in base to cover generic element types, e.g. BigFloat and Quaternion, and partly to be a place to experiment with fast linear algebra routines written in Julia (except for optimized BLAS).

julia-performancetesttools 0.1.3
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaTesting/PerformanceTestTools.jl
Licenses: Expat
Synopsis: Enables efficient code generation in test cases
Description:

This package enables the Julia compiler to generate efficient code when running test cases. Test cases are typically run with flags that prevent efficient code generation. This package detects those flags and instead spawns a separate Julia process without the flags in which to run the test cases.

julia-wayland-protocols-jll 1.18.0+3
Dependencies: wayland-protocols@1.44
Propagated dependencies: julia-jllwrappers@1.3.0 julia-wayland-jll@1.17.0+3
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Wayland_protocols_jll.jl
Licenses: Expat
Synopsis: Wayland-protocols library wrappers
Description:

This package provides a wrapper for the wayland-protocols library.

julia-positivefactorizations 0.2.4
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/timholy/PositiveFactorizations.jl
Licenses: Expat
Synopsis: Positive-definite "approximations" to matrices
Description:

PositiveFactorizations is a package for computing a positive definite matrix decomposition (factorization) from an arbitrary symmetric input. The motivating application is optimization (Newton or quasi-Newton methods), in which the canonical search direction -H/g (H being the Hessian and g the gradient) may not be a descent direction if H is not positive definite.

julia-imagecontrastadjustment 0.3.10
Propagated dependencies: julia-imagecore@0.9.4 julia-imagetransformations@0.9.5
Channel: ffab
Location: ffab/packages/julia-xyz.scm (ffab packages julia-xyz)
Home page: https://github.com/JuliaImages/ImageContrastAdjustment.jl
Licenses: Expat
Synopsis: Julia package for enhancing and manipulating image contrast
Description:

Julia package for enhancing and manipulating image contrast.

julia-xorg-xcb-util-image-jll 0.4.0+1
Dependencies: xcb-util-image@0.4.1
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-xcb-util-jll@0.4.0+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xcb_util_image_jll.jl
Licenses: Expat
Synopsis: Xcb-util-image library wrappers
Description:

This package provides a wrapper for the xcb-util-image library.

perl-datetime-calendar-julian 0.102
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Calendar-Julian
Licenses: GPL 1+
Synopsis: Dates in the Julian calendar
Description:

This package is a companion module to DateTime.pm. It implements the Julian calendar. It supports everything that DateTime.pm supports and more: about one day per century more, to be precise.

julia-multivariatepolynomials 0.5.7
Propagated dependencies: julia-chainrulescore@1.12.2 julia-datastructures@0.18.13 julia-mutablearithmetics@1.6.0
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaAlgebra/MultivariatePolynomials.jl
Licenses: Expat
Synopsis: Package providing an interface for multivariate polynomials
Description:

This package provides an interface for manipulating multivariate polynomials. Implementing algorithms on polynomials using this interface will allow the algorithm to work for all polynomials implementing this interface. The interface contains functions for accessing the coefficients, monomials, defining arithmetic operations on them, rational functions, division with remainder, calculus and differentiation, and evaluation and substitution.

julia-xorg-xkeyboard-config-jll 2.27.0+3
Dependencies: xkeyboard-config@2.44
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-xkbcomp-jll@1.4.2+3
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xkeyboard_config_jll.jl
Licenses: Expat
Synopsis: Xkeyboard-config library wrappers
Description:

This package provides a wrapper for the xkeyboard-config library.

julia-xorg-libpthread-stubs-jll 0.1.0+2
Dependencies: libpthread-stubs@0.5
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xslt-jll@1.1.34+0
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_libpthread_stubs_jll.jl
Licenses: Expat
Synopsis: Libpthread-stubs library wrappers
Description:

This package provides a wrapper for the libpthread-stubs library.

julia-xorg-xcb-util-keysyms-jll 0.4.0+1
Dependencies: xcb-util-keysyms@0.4.1
Propagated dependencies: julia-jllwrappers@1.3.0 julia-xorg-xcb-util-jll@0.4.0+1
Channel: guix
Location: gnu/packages/julia-jll.scm (gnu packages julia-jll)
Home page: https://github.com/JuliaBinaryWrappers/Xorg_xcb_util_keysyms_jll.jl
Licenses: Expat
Synopsis: Xcb-util-keysyms library wrappers
Description:

This package provides a wrapper for the xcb-util-keysyms library.

julia-coordinatetransformations 0.6.2-1.78f5a5c
Propagated dependencies: julia-staticarrays@1.2.13
Channel: guix
Location: gnu/packages/julia-xyz.scm (gnu packages julia-xyz)
Home page: https://github.com/JuliaGeometry/CoordinateTransformations.jl
Licenses: Expat
Synopsis: Coordinate transformations in Julia
Description:

CoordinateTransformations is a Julia package to manage simple or complex networks of coordinate system transformations. Transformations can be easily applied, inverted, composed, and differentiated (both with respect to the input coordinates and with respect to transformation parameters such as rotation angle). Transformations are designed to be light-weight and efficient enough for, e.g., real-time graphical applications, while support for both explicit and automatic differentiation makes it easy to perform optimization and therefore ideal for computer vision applications such as SLAM (simultaneous localization and mapping).

Total results: 365