Compiled function (not to a delegate, but to AM's VM readable format)
More...
|
| System.Numerics.Complex | Call (params System.Numerics.Complex[] values) |
| | Calls the compiled function (synonym to Substitute(System.Numerics.Complex[])) More...
|
| |
| System.Numerics.Complex | Substitute (params System.Numerics.Complex[] values) |
| | Calls the compiled function (synonym to Call(System.Numerics.Complex[])) More...
|
| |
| override string | ToString () |
| | Might be useful for debug if a function works too slowly More...
|
| |
Compiled function (not to a delegate, but to AM's VM readable format)
◆ Call()
| System.Numerics.Complex AngouriMath.Core.FastExpression.Call |
( |
params System.Numerics.Complex [] |
values | ) |
|
Calls the compiled function (synonym to Substitute(System.Numerics.Complex[]))
- Parameters
-
| values | List arguments in the same order in which you compiled the function |
◆ Substitute()
| System.Numerics.Complex AngouriMath.Core.FastExpression.Substitute |
( |
params System.Numerics.Complex [] |
values | ) |
|
|
inline |
Calls the compiled function (synonym to Call(System.Numerics.Complex[]))
- Parameters
-
| values | List arguments in the same order in which you compiled the function |
- Exceptions
-
| WrongNumberOfArgumentsException | Thrown when the length of values does not match the number of variables compiled. |
◆ ToString()
| override string AngouriMath.Core.FastExpression.ToString |
( |
| ) |
|
Might be useful for debug if a function works too slowly
The documentation for this class was generated from the following files:
- Sources/AngouriMath/Functions/Compilation/IntoFE/Compiler.cs
- Sources/AngouriMath/Functions/Compilation/IntoFE/FastExpression.cs