PrintMat: Writes linear inverse matrices to the screen

View source: R/LIM.r

PrintMatR Documentation

Writes linear inverse matrices to the screen

Description

Prints the linear inverse problem:

  • inverse matrices and vectors A, b of the equalities

    Ax=b

  • inverse matrices and vectors G, h of the inequalities

    Gx>=h

  • if present, also writes the cost/profit function

Usage

PrintMat(lim)

Arguments

lim

a list that contains the linear inverse model specification, as generated by function setup.limfile.

Value

returns nothing.

Author(s)

Karline Soetaert <karline.soetaert@nioz.nl>

Examples

   PrintMat(LIMBlending)

LIM documentation built on May 11, 2022, 5:05 p.m.

Related to PrintMat in LIM...