Dew MtxVec NET
TMtxExpression.DefineVector Methods

Class
TMtxExpression

Declaration
Function DefineVector(const AVarName: string): TVectorValue;

Description
DefineVector defines new vector variable. If variable with name AVarName already was definded, it is redefined and all expressions which contain the symbol AVarName will be recompiled before the next evaluation. External vector may be assigned as values holder. If external vector is not assigned, internal vector will be used.
 See Also 
Undefine 
VarByName 
GetVarList 
DefineVariable 
DefineDouble 
DefineComplex 
DefineMatrix 
DefineFunction 
DefineVaryingFunction 
DefineOperator 
DefineDoubleConstant 
DefineComplexConstant 

Declaration
Function DefineVector(const AVarName: string; vec: TVec): TVectorValue;

Copyright 2008 Dew Research
http://www.dewresearch.com