-
Recent Posts
Recent Comments
- Scott Norris on Julia, Math .NET M#, FORTRAN .NET, managed LAPACK, MKL and outlook
- Jorge on Fast. Faster …. Performance Comparison: C# (ILNumerics), FORTRAN, MATLAB and numpy – Part II
- Atish on First Look at Julia on Windows
- First Look at Julia on Windows on Fast. Faster …. Performance Comparison: C# (ILNumerics), FORTRAN, MATLAB and numpy – Part I
- First Look at Julia for Windows on Fast. Faster …. Performance Comparison: C# (ILNumerics), FORTRAN, MATLAB and numpy – Part II
Latest forum topics- 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
- masking 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: column major
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