#include <nmrLSqLin.h>
Collaboration diagram for nmrLSqLinSolutionFixedSize< _ma, _me, _mg, _n >:

Definition at line 1593 of file nmrLSqLin.h.
| const TypeX& nmrLSqLinSolutionFixedSize< _ma, _me, _mg, _n >::GetX | ( | void | ) | const [inline] |
In order to get access to X, after the have been computed by calling nmrLSqLin function. use the following methods.
Definition at line 1696 of file nmrLSqLin.h.
References nmrLSqLinSolutionFixedSize< _ma, _me, _mg, _n >::X.
Referenced by nmrLSqLin().
TypeWork nmrLSqLinSolutionFixedSize< _ma, _me, _mg, _n >::WorkspaceMemory [protected] |
Memory allocated for Workspace matrices if needed
Definition at line 1623 of file nmrLSqLin.h.
TypeRNorm nmrLSqLinSolutionFixedSize< _ma, _me, _mg, _n >::RNorm [protected] |
Memory allocated for norms if needed.
Definition at line 1628 of file nmrLSqLin.h.
Referenced by nmrLSqLin().
TypeInput nmrLSqLinSolutionFixedSize< _ma, _me, _mg, _n >::InputMemory [protected] |
Memory allocated for input if needed The LSEI (constrained least squares) require that the the input matrices be in one continous memory block ordered accoring to fortran order (Column Major format), such that first Mc rows and N columns represent A, Ma rows and N+1 th column represent b next Me rows represent (E, f) and last Mg rows represent (G, h) where the original LSEI problem is arg min || A x - b ||, s.t. E x = f and G x >= h. The input for LSI is similar other than Me == 0.
Definition at line 1641 of file nmrLSqLin.h.
TypeX nmrLSqLinSolutionFixedSize< _ma, _me, _mg, _n >::X [protected] |
References to work or return or input types, these point either to user allocated memory or our memory chunks if needed
Definition at line 1645 of file nmrLSqLin.h.
Referenced by nmrLSqLinSolutionFixedSize< _ma, _me, _mg, _n >::GetX().