in reply to Re: Re: Re: Processing data with lot of math...
in thread Processing data with lot of math...

Your APPLICATION may be a gas-analysis problem, but the guts of it, finding points within a certain distance of a known point, is exactly a graph-theory problem.

You are right. What I am trying to do is to construct the adjacency matrix efficiently (quickly), which is sparse. Unfortunately, this is where graph theory begins and my problem ends. :(

  • Comment on Re: Re: Re: Re: Processing data with lot of math...