ParameterSelection2IndexVector
Generate index vector from parameter selection in matrix format. This vector can be used in MatrixCalculate with matrix:reorder to reorder arbitrary vectors and matrices similar to NormalsReorder.
The parameterSelection allows reordering and dimension changes, either by cutting parameters or by inserting additional parameters. outputfileIndexVector contains indices of parameters in inputfileParameterNames or -1 for newly added parameters. outputfileParameterNames contains the selected parameter names.
Name | Type | Annotation |
---|---|---|
outputfileIndexVector | filename | indices of source parameters in target normal equations |
outputfileParameterNames | filename | output parameter names file |
inputfileParameterNames | filename | parameter names file of source normal equations |
parameterSelection | parameterSelector | parameter order/selection of target normal equations |