Can matlab coder generate code that uses a specified external uBLAS linear algebra library included with BOOST?
显示 更早的评论
Can the matlab coder application be used to generate C/C++ code that works with the C/C++ uBLAS linear algebra library and matrix data types included with BOOST ?
If so, Can you please provide some examples of code generation integration with support for BOOST and uBLAS? If not, Can you please provide tips/recommendations for BOOST and uBLAS support?
I'm open to exploring other alternatives such as the following:
- Use the numeric binding adaptor for LPACK to UBLAS as indicated at: https://github.com/uBLAS/numeric_bindings How do I configure the matlab coder to support LAPACK interface? Is there any examples for this?
- Use the open source Octave https://www.gnu.org/software/octave/ application to do the Matlab code to C++ conversion which claims to have support for UBLAS?
- Use https://github.com/jonathf/matlab2cpp with Armadillo wrappers for UBLAS
- Use https://github.com/rboorgapally/boost-ublas-extensions with UBLAS to hand convert the matlab code
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!