-
Recent Posts
Recent Comments
Latest forum topics- Mono + ILNumerics jaredbroad
- Drawing API 3 CTP sysadmin
- Where can I download ILNumerics? jaredbroad
- Plot sine waves stacked above each other Soujanya
- Using ILVectorField2D no_
- Large procedural matrices jdupej9000
- Birds Eye view graph using ILNumerics saqib
- Threadsafety in fft ochensati1
- Linear projections in ILNumerics restlessoul
- How do you use ILNumerics.Drawing. ILClippingData to control the data shown in the plotting tube? David
Tags
.NET .NET 4 array c++ cloud Cloud Numerics column major comparison computing Debugging distributed enumerable explicit types F# fortran function rule hint ILNumerics implementation Intel java jobs Julia kmeans library Linq llvm Matlab memory bandwidth Memory Management MKL numpy parallel performance plots popularity SOS speed test setup Tool usage variance var keyword vectorization William ShatnerArchives
Meta
Tag Archives: Linq
ILNumerics and LINQ
As you may have noticed, ILNumerics arrays implement the IEnumerable interface. This makes them compatible with ‘foreach’ loops and all the nice features of LINQ! Consider the following example: (Dont forget to include ‘using System.Linq’ and derive your class from … Continue reading