PrintMat {LIM}R Documentation

Writes linear inverse matrices to the screen

Description

Prints the linear inverse problem:

Writes to the screen:

  • inverse matrices and vectors bf{A}, bf{b} of the equalities

    Ax=b

  • inverse matrices and vectors bf{G}, bf{h} of the inequalities

    Gx>=h

  • if present, also writes the cost/profit function

    Usage

    PrintMat(lim)
    

    Arguments

    lim linear inverse model list, as returned by Setup

    Value

    returns nothing.

    Author(s)

    Karline Soetaert <k.soetaert@nioo.knaw.nl>

    Examples

    
       PrintMat(LIMBlending)
               

    [Package LIM version 1.1 Index]