R/jar-package.R

# jar: reverse-mode autodiff for R
#
# Copyright (C) Simon Dirmeier
#
# This file is part of jar
#
# jar is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# jar is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with jar If not, see <http://www.gnu.org/licenses/>.



#' jar
#'
#' Implementation of reverse-mode autodiff primivites to take gradients of
#' arbitrary differentiable functions
#'
#' @author Simon Dirmeier
#' @name jar-package
#'
#' @docType package
#' @keywords package
adjs <- list()
dirmeier/jar documentation built on Dec. 20, 2021, 12:03 a.m.