ILNumerics - Technical Application Development
Top
Operators
| Name | Description | |
|---|---|---|
| (Array to ArrayT) |
Implicitly convert n-dimensional System.Array to ILNumerics array.
[ILNumerics Core Module] | |
| (T to ArrayT) |
Wraps single value into scalar array.
[ILNumerics Core Module] | |
| (InArrayT to ArrayT) |
Convert input array (immutable) to local array (mutable).
[ILNumerics Core Module] | |
| (OutArrayT to ArrayT) |
Convert output array to a new local array (mutable).
[ILNumerics Core Module] | |
| (RetArrayT to ArrayT) |
"Persistence cast" make a steady array out of a temp array
[ILNumerics Core Module] |
See Also