algebramix_doc 0.3
|
#include <basix/vector.hpp>
#include <algebramix/matrix.hpp>
#include <algebramix/series.hpp>
#include <algebramix/series_vector.hpp>
Go to the source code of this file.
#define D typename C::C |
Definition at line 185 of file series_matrix.hpp.
Referenced by mmx::decode_modular_int(), mmx::encode_modular_int(), implementation< polynomial_gcd, V, polynomial_ring_naive< W > >::gcd(), mmx::map(), mmx::matrix_mul_nocarry(), modulus_multiplier_int_preinverse_helper< size >::multiplier_helper< C, D, m >::mul(), implementation< matrix_multiply_base, V, matrix_strassen< W > >::mul(), implementation< matrix_multiply_base, V, matrix_naive >::mul(), implementation< matrix_multiply_base, V, matrix_modular< MV > >::mul(), matrix_multiply_helper< Op, D, S1, S2, r, l, c >::mul(), implementation< matrix_multiply_base, Z, matrix_aligned< V, W > >::mul(), matrix_multiply_helper< Op, D, S1, S2, r, l, c >::mul_stride(), implementation< polynomial_gcd, V, polynomial_ring_naive< W > >::pade(), modulus_multiplier_int_preinverse_helper< size >::multiplier_helper< C, D, m >::set(), and implementation< matrix_structured_multiply, V, matrix_naive >::smul().
#define Matrix matrix<C,U> |
Definition at line 24 of file series_matrix.hpp.
Referenced by mmx::get_matrix_format(), ldiv_sc_mat_mat_series_rep< C, V, U, UU >::initialize(), mmx::matrix_mul_quo(), lshiftz_series_matrix_rep< C, V, U >::next(), matrix_series_rep< C, V, U >::next(), and mmx::solve_lde().
#define Matrix_series matrix<Series,U> |
Definition at line 27 of file series_matrix.hpp.
Referenced by mmx::as_matrix(), ldiv_mat_mat_series_rep< C, V, U >::initialize(), ldiv_sc_mat_mat_series_rep< C, V, U, UU >::initialize(), mmx::lshiftz_series_matrix(), mmx::matrix_mul_quo(), mmx::ser_ldiv_mat_mat(), and mmx::ser_ldiv_sc_mat_mat().
#define Series series<C,V> |
Definition at line 23 of file series_matrix.hpp.
Referenced by mmx::as_matrix(), mmx::lshiftz_series_matrix(), mmx::matrix_mul_quo(), mmx::ser_ldiv_mat_mat(), and mmx::ser_ldiv_sc_mat_mat().
#define Series_matrix series<Matrix,V> |
Definition at line 26 of file series_matrix.hpp.
Referenced by ldiv_mat_mat_series_rep< C, V, U >::initialize(), ldiv_sc_mat_mat_series_rep< C, V, U, UU >::initialize(), mmx::ser_ldiv_mat_mat(), and mmx::ser_ldiv_sc_mat_mat().
#define Series_rep series_rep<C,V> |
Definition at line 25 of file series_matrix.hpp.
Referenced by mmx::access().
#define TMPL template<typename C, typename V, typename U> |
Definition at line 21 of file series_matrix.hpp.
#define TMPLWU template<typename C, typename V, typename W, typename U> |
Definition at line 22 of file series_matrix.hpp.