PrintMat {LIM} | R Documentation |
Writes linear inverse matrices to the screen
Description
Prints the linear inverse problem:
inverse matrices and vectors
A
,b
of the equalitiesAx=b
inverse matrices and vectors
G
,h
of the inequalitiesGx>=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 |
Value
returns nothing.
Author(s)
Karline Soetaert <karline.soetaert@nioz.nl>
Examples
PrintMat(LIMBlending)
[Package LIM version 1.4.7.1 Index]