Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 908 Bytes

File metadata and controls

33 lines (25 loc) · 908 Bytes

ArrayDiff

Build Status
Build Status Codecov branch

Experimental addition of array support to MOI.Nonlinear.ReverseAD

Warning

This code is still very much experimental

Supported operators:

  • vect, e.g, [1, 2].
  • dot
  • row, e.g. [1 2; 3 4]
  • hcat
  • vcat
  • norm
  • Matrix-Vector product
  • Matrix-Matrix product
  • Broadcasting scalar operator

Supported levels of AD:

  • 0-th order
  • 1-st order
  • 2-nd order