Skip to main content

Module adjoint

Module adjoint 

Source
Expand description

Real FP64 reverse-mode primitives. These differentiate the mathematical operation, NOT iterations/pivot choices. No finite differences in production. See ruda-autodiff’s opt-in solver-host module for actual graph integration.

Structs§

CholeskyPullback
EigenPullback
QrPullback
SolvePullback
SvdPullback

Functions§

cholesky_with_pullback
eigen_with_pullback
qr_with_pullback
solve_with_pullback
svd_with_pullback