MATLAB函数在C ++中 [英] MATLAB functions in C++

查看:162
本文介绍了MATLAB函数在C ++中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道一个资源,我们可以获得免费 C ++库的MATLAB函数?例如,线性代数问题可以使用LAPACK和BLAS来解决。

Does anyone know a resource where we can obtain FREE C++ libraries for MATLAB functions? For example, linear algebra problems can be solved using LAPACK and BLAS.

此外,在.NET项目中的MATLAB是没有问题的 - 我说的是直接C ++实现流行的MATLAB函数(我不知道我需要在C ++中的函数,但使用的函数不会是深奥的)。

Also, MATLAB in a .NET project is out of the question - I'm talking about direct C++ implementations of popular MATLAB functions (I don't know which functions I need in C++ yet but the functions used are not going to be esoteric).

有关这些资源的任何建议?

Any suggestions about such resources?

推荐答案

我从来没有听说过为C ++提供matlab功能的全面端口。也就是说,几乎所有的matlab都存在于一个C / C ++库中,有些在我的头顶:

I've never heard of a comprehensive port of matlab functionality to C++. That being said, almost everything matlab does exists within a C/C++ library somewhere, some off the top of my head:


  • LAPACK,BLAS ,您已经提到这些,并且有一些好的实施,最显着的(免费)一个是 ATLAS

  • FFT通过 fftw 库在MATLAB中实现

  • 是快速开源图像库的负载,即。

  • 有一些非常好的OOP矩阵库,
  • LAPACK, BLAS, you already mentioned these, and there are a few good implementations, the most notable (free) one being ATLAS.
  • FFT is implemented in matlab via the fftw library
  • There are loads of fast open-source image libraries out there, ie. interpolation, filtering.
  • There are really good OOP matrix libraries out there, boost has a nice one.

之后,好的找出你需要什么,有人在C / C ++中实现它的好机会。

After that, well figure out what you need and there is a good chance someone has implemented it in C/C++.

这篇关于MATLAB函数在C ++中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆