Re: advice about setting up the eigen library for use with cygwin g++

2014-12-05 Thread LMH
Csaba Raduly wrote: > Hi, > > On Thu, Dec 4, 2014 at 10:43 PM, LMH wrote: >> Hello, >> >> As stated, I am writing a few tools with cygwin g++. > (snip) >> Eigen is a header only kind of thing, so my understanding is that all I >> need to do is to unpack the src somewhere add the location to the

Re: advice about setting up the eigen library for use with cygwin g++

2014-12-05 Thread Csaba Raduly
Hi, On Thu, Dec 4, 2014 at 10:43 PM, LMH wrote: > Hello, > > As stated, I am writing a few tools with cygwin g++. (snip) > Eigen is a header only kind of thing, so my understanding is that all I > need to do is to unpack the src somewhere add the location to the > include path. > > I was thinkin

Re: advice about setting up the eigen library for use with cygwin g++

2014-12-04 Thread Yaakov Selkowitz
On 2014-12-04 15:43, LMH wrote: As stated, I am writing a few tools with cygwin g++. These tools will make use of the eigen library for some linear algebra (PCA and matrix manipulations). I have never built with a library that was not installed through the cygwin package manager, so I thought I w

Re: advice about setting up the eigen library for use with cygwin g++

2014-12-04 Thread LMH
Eliot Moss wrote: > On 12/4/2014 4:43 PM, LMH wrote: >> Hello, >> >> As stated, I am writing a few tools with cygwin g++. These tools will >> make use of the eigen library for some linear algebra (PCA and matrix >> manipulations). I have never built with a library that was not installed >> through

advice about setting up the eigen library for use with cygwin g++

2014-12-04 Thread LMH
Hello, As stated, I am writing a few tools with cygwin g++. These tools will make use of the eigen library for some linear algebra (PCA and matrix manipulations). I have never built with a library that was not installed through the cygwin package manager, so I thought I would ask if there was anyt