VectorInterface.jl icon indicating copy to clipboard operation
VectorInterface.jl copied to clipboard

A Julia interface for working with vector like objects

Results 5 VectorInterface.jl issues
Sort by recently updated
recently updated
newest added

Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. Release notes Sourced from julia-actions/cache's releases. v2.0.0 Breaking Changes ⚠️ v2.0.0 requires node20. This is a breaking change, because node20 does not support the...

dependencies

Adds the minimal interface needed for polynomials to function with TensorOperations. This is done via a package extension, such as to not create additional dependencies.

Thanks for this very nice package! I noticed that the documentation links in the `README.md` file are broken.

Hi! I tried to do forward differentiation with tensors from TensorKit and I noticed that I cannot properly take the derivative of something as simple as `t*A` with respect to...

Hi, I would like to have a `copy` and a `copyto!`. I guess I can make them with `scale, scale!` but is it efficient? Is it what you have in...