discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Library for matrix operations? (eigenvalues, pseudoinverse)


From: Jeremy Reeve
Subject: Re: Library for matrix operations? (eigenvalues, pseudoinverse)
Date: Fri, 17 Jan 2020 11:16:58 +1300

Hi Laura,

Just to add to the suggestions, I've seen Eigen [1] used in the past.
It's a template library (headers only) and has no external
dependencies other than the standard library and that might be
something to consider given your use-case.

[1] http://eigen.tuxfamily.org/index.php?title=Main_Page

Jeremy

On Fri, 17 Jan 2020 at 10:02, Laura Arjona <address@hidden> wrote:
>
> Hi all,
>
> Is there any library to use in gnuradio for algebra operations, such as 
> matrix eigenvalues, and pseudoinverse? Or I'd need to code them myself in C++?
>
> I need to integrate those operations into my OOT C++ blocks.
>
> Thanks for your time
>
> Best
>
> --
> Laura Arjona
> Washington Research Foundation Innovation Postdoctoral Fellow in 
> Neuroengineering
>
> Paul G. Allen School of Computer Science & Engineering
> 185 E Stevens Way NE
> University of Washington
> Seattle, WA 98195-2350



reply via email to

[Prev in Thread] Current Thread [Next in Thread]