Proceedings of the 38th International Symposium on Symbolic and Algebraic Computation 2013
DOI: 10.1145/2465506.2465511
|View full text |Cite
|
Sign up to set email alerts
|

Interfacing mathemagix with C++

Abstract: In this paper, we give a detailed description of the interface between the Mathemagix language and C++. In particular, we describe the mechanism which allows us to import a C++ template library (which only permits static instantiation) as a fully generic Mathemagix template library.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
6
0

Year Published

2014
2014
2022
2022

Publication Types

Select...
3
2
2

Relationship

5
2

Authors

Journals

citations
Cited by 8 publications
(6 citation statements)
references
References 22 publications
(17 reference statements)
0
6
0
Order By: Relevance
“…Related test and bench files are also available from dedicated directories of the JUSTINLINE library. Let us further mention here that our MATHEMAGIX functions may be easily exported to C++ [11].…”
Section: Implementation Detailsmentioning
confidence: 99%
“…Related test and bench files are also available from dedicated directories of the JUSTINLINE library. Let us further mention here that our MATHEMAGIX functions may be easily exported to C++ [11].…”
Section: Implementation Detailsmentioning
confidence: 99%
“…Those for our polynomial products in F 2 k [x] are in polynomial_f2k_amd64_avx_clmul.mmx. Let us recall here that Mathemagix functions can also be easily exported to C++ [24].…”
Section: Timingsmentioning
confidence: 99%
“…Our implementation is divided into C++ and Mathemagix libraries. Import/export mechanisms between these two languages are rather easy, as described in [7,8]. The C++ library Multimix contains several implementations of multivariate polynomials, including SLPs (type slp_polynomial defined in slp_polynomial.hpp), naive interpreted evaluation (slp_polynomial_naive.hpp), compilation into dynamic libraries loaded via dlopen (slp_polynomial_compiled.hpp), and fast JIT compilation.…”
Section: Software Overviewmentioning
confidence: 99%