简体   繁体   English

将OCTAVE C ++移植到iOS

[英]Porting OCTAVE C++ to iOS

i'd been surfing the web for several hours finding always the same sites and no real answer to my query. 我已经在网上冲浪了好几个小时,发现总是相同的网站,而我的查询没有真正的答案。 Here's the thing, i'd like to port some of the Octave functions to a iPad/iPhone app. 就是这样,我想将某些Octave功能移植到iPad / iPhone应用程序。

i'd already tried to mix C++ with Obj-C and it works like a charm BUT i haven't been able to find the right source of OCTAVE to compile at least the very core of it, i did download the source code from sourceforge.net but i'd had seen some fortran and some other languages classes but not c++ classes. 我已经尝试过将C ++与Obj-C混合使用,但它的工作原理很像魅力,但我一直无法找到正确的OCTAVE源码来编译至少它的核心,我确实从sourceforge下载了源代码.net,但我见过一些fortran和其他语言类,但没有c ++类。

Does anyone over here had found or had worked with some C++ classes that holds the OCTAVE functions so i can port that to iOS. 是否有人在这里找到或使用过一些具有OCTAVE函数的C ++类,因此我可以将其移植到iOS。

Thanks in advance for your time. 在此先感谢您的时间。

Regards, 问候,

Jorge. 乔治。

This may not answer your question, but might help: If the Octave functions you are using are relatively simple, you could try using a linear algebra package such as Armadillo . 这可能无法回答您的问题,但可能会有所帮助:如果您使用的Octave函数相对简单,则可以尝试使用线性代数包,例如Armadillo The docs contain a conversion sheet from Octave/MATLAB to C++ . 该文档包含从Octave / MATLAB到C ++转换表

检查您所需的功能是否在Accelerate.framework中 ,它嵌入了BLAS,并且针对每个平台进行了优化。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM