optR.multiplyfactor {optR}R Documentation

Function to estimate lambda

Description

Function esimates the lambda or multiplier factor for Elimination using the pivot row/column

Usage

## S3 method for class 'multiplyfactor'
optR(rowindex, A, pivotindex)

Arguments

rowindex

: Row Index for the row to be used

A

: Input matrix

pivotindex

: Column index for the pivot

Value

lambda : Lambda


[Package optR version 1.2.5 Index]