| type=1 |
(default) the output t is a basis for the kernel of the constraints cp
range([T]N× (N-NC))=ker([c]NS × N)
NC£ NS is the number of independent constraints.
|
| type=2 |
the output argument t gives a basis of vectors linked to unit outputs followed by a basis for the kernel
T = [[TU]N × NS [TK]N × (N-NS)] with
[c]NS × N[T]=[[\ I \ ] [0]NS × (N-NS)]
If NC<NS such a matrix cannot be constructed and an error occurs.
|
| method |
the kernel can be computed using : 1 a singular value decomposition svd (default) or 3 a lu decomposition.
The lu has lowest computational cost. The svd is most
robust to numerical conditioning problems. |