-
```
julia> z = [(1, 2), (3, 4), (5, 6)]
3-element Vector{Tuple{Int64, Int64}}:
(1, 2)
(3, 4)
(5, 6)
julia> z'
1×3 adjoint(::Vector{Tuple{Int64, Int64}}) with eltype Union{}:
Error showing…
-
Tested on Version 1.9.0-DEV.105 (2022-02-28)
```julia
julia> foo() = [1.0*I zeros(2,3); zeros(2, 5)]
foo (generic function with 1 method)
julia> foo()
4×5 Matrix{Float64}:
1.0 0.0 0.0 0.0 …
-
MWE:
```julia
using DiffEqFlux, Flux, Optim, OrdinaryDiffEq, CUDA, DiffEqSensitivity, Plots
u0 = [1.1; 1.1] |> gpu
tspan = (0.0f0,25.0f0)
ann = FastChain(FastDense(2,16,tanh), FastDense(16,…
-
Hi. I still have trouble installing after updating all packages and R & Rstdio. These are my errors
Warning messages:
1: In i.p (...):
installation of package ‘C: /Users/MOHAMM~1/AppData/Local/T…
-
In the detector module, we have both the bindown and tile functions. They are each other's adjoints. In fttools, a cropcenter function is needed which is the adjoint of pad2d. Likely, as well, pad2…
-
The ChainRules docs are one of my favourite docs. We have been diligently adding clear and concise documentation for every change or feature and the docs serve as a great reference point for experienc…
-
## Description
There are two ways to improve the way in which we compute the Jacobian matrix of an algebraic solver:
* compute the Jacobian of the system with respect to the parameters and the unkno…
-
@trilinos/tpetra
@ikalash reported the following:
> I am trying to use Tpetra::CrsMatrix apply method with a Teuchos::TRANS combine mode, and the method does not appear to be working correctly. …
-
I have been trying to work with adjoint using Adflow to calculate surface sensitivities.
The direct simulations worked fine for all mesh refinements (coarse, medium, fine, etc.). However, when co…
-
Hi
First I d like to thank you for this feature.
But I can't create any room, even with the command line example:
```
sudo nextcloud.occ calendar-resource:room:create 1 "berlin_main_office" "Sh…