Log1p-class {CVXR}R Documentation

The Log1p class.

Description

This class represents the elementwise operation \log(1 + x).

Usage

Log1p(x)

## S4 method for signature 'Log1p'
to_numeric(object, values)

## S4 method for signature 'Log1p'
sign_from_args(object)

## S4 method for signature 'Log1p'
.grad(object, values)

## S4 method for signature 'Log1p'
.domain(object)

Arguments

x

An Expression or numeric constant.

object

A Log1p object.

values

A list of numeric values for the arguments

Methods (by generic)

Slots

x

An Expression or numeric constant.


[Package CVXR version 1.0-12 Index]