graphax.examples package
Submodules
graphax.examples.deep_learning module
- graphax.examples.deep_learning.Encoder(x, y, WQ1, WQ2, WK1, WK2, WV1, WV2, W1, W2, b1, b2, gamma0, beta0, gamma1, beta1)[source]
- graphax.examples.deep_learning.EncoderDecoder(x, y, WQ1, WQ2, WQ3, WK1, WK2, WK3, WV1, WV2, WV3, W1, W2, b1, b2, gamma0, beta0, gamma1, beta1, gamma2, beta2)[source]
graphax.examples.differential_kinematics module
- graphax.examples.differential_kinematics.C(a, b)
- graphax.examples.differential_kinematics.S(a, b)
graphax.examples.easy module
graphax.examples.economics module
graphax.examples.minpack module
graphax.examples.neuromorphic module
- graphax.examples.neuromorphic.ADALIF_SNN(S_in, S_target, U1, U2, U3, a1, a2, a3, W1, W2, W3, alpha, beta, rho, thresh)[source]
graphax.examples.randoms module
graphax.examples.roe module
- graphax.examples.roe.enthalpy_1d(u0, u4, p)
- graphax.examples.roe.enthalpy_3d(u0, u4, p)
- graphax.examples.roe.pressure_1d(u0, u1, u2)
- graphax.examples.roe.pressure_3d(u0, u, u4)