glue/glue_matrix_integer.cpp File Reference
#include <basix/int.hpp>
#include <basix/vector.hpp>
#include <basix/port.hpp>
#include <basix/literal.hpp>
#include <numerix/integer.hpp>
#include <algebramix/vector_unrolled.hpp>
#include <algebramix/vector_simd.hpp>
#include <algebramix/permutation.hpp>
#include <numerix/modular.hpp>
#include <numerix/modular_integer.hpp>
#include <numerix/rational.hpp>
#include <basix/row_tuple.hpp>
#include <algebramix/matrix.hpp>
#include <algebramix/matrix_ring_naive.hpp>
#include <algebramix/matrix_integer.hpp>
#include <algebramix/matrix_modular_integer.hpp>
#include <algebramix/matrix_quotient.hpp>
#include <basix/tuple.hpp>
#include <basix/alias.hpp>
#include <basix/glue.hpp>
Go to the source code of this file.
Namespaces
Defines
Functions
- template<typename C > matrix< C > matrix_new (const vector< row_tuple< C > > &t)
- template<typename C > matrix< C > matrix_new (const vector< C > &t)
- template<typename C > vector< generic > wrap_column_reduced_echelon_with_permutation (const matrix< C > &m)
- template<typename C > vector< generic > wrap_column_reduced_echelon_with_transform (const matrix< C > &m)
- template<typename C > vector< generic > wrap_row_reduced_echelon_with_transform (const matrix< C > &m)
- static generic GLUE_1 (const integer &arg_1, const integer &arg_2)
- static matrix< integer > GLUE_2 (const int &arg_1)
- static row_tuple< integer > GLUE_3 (const tuple< integer > &arg_1)
- static matrix< integer > GLUE_4 (const tuple< integer > &arg_1)
- static matrix< integer > GLUE_5 (const tuple< row_tuple< integer > > &arg_1)
- static matrix< integer > GLUE_6 (const tuple< row_tuple< integer > > &arg_1)
- static int GLUE_7 (const matrix< integer > &arg_1)
- static int GLUE_8 (const matrix< integer > &arg_1)
- static int GLUE_9 (const matrix< integer > &arg_1)
- static integer GLUE_10 (const matrix< integer > &arg_1, const int &arg_2, const int &arg_3)
- static alias< integer > GLUE_11 (const alias< matrix< integer > > &arg_1, const int &arg_2, const int &arg_3)
- static matrix< integer > GLUE_12 (const matrix< integer > &arg_1, const int &arg_2, const int &arg_3, const int &arg_4, const int &arg_5)
- static matrix< integer > GLUE_13 (const matrix< integer > &arg_1)
- static matrix< integer > GLUE_14 (const matrix< integer > &arg_1, const matrix< integer > &arg_2)
- static matrix< integer > GLUE_15 (const matrix< integer > &arg_1, const matrix< integer > &arg_2)
- static matrix< integer > GLUE_16 (const matrix< integer > &arg_1, const permutation &arg_2)
- static matrix< integer > GLUE_17 (const permutation &arg_1, const matrix< integer > &arg_2)
- static matrix< integer > GLUE_18 (const integer &arg_1, const int &arg_2, const int &arg_3)
- static matrix< integer > GLUE_19 (const integer &arg_1, const int &arg_2)
- static matrix< integer > GLUE_20 (const matrix< integer > &arg_1)
- static matrix< integer > GLUE_21 (const matrix< integer > &arg_1)
- static matrix< integer > GLUE_22 (const matrix< integer > &arg_1, const matrix< integer > &arg_2)
- static matrix< integer > GLUE_23 (const matrix< integer > &arg_1, const matrix< integer > &arg_2)
- static matrix< integer > GLUE_24 (const matrix< integer > &arg_1, const matrix< integer > &arg_2)
- static matrix< integer > GLUE_25 (const integer &arg_1, const matrix< integer > &arg_2)
- static matrix< integer > GLUE_26 (const matrix< integer > &arg_1, const integer &arg_2)
- static matrix< integer > GLUE_27 (const integer &arg_1, const matrix< integer > &arg_2)
- static matrix< integer > GLUE_28 (const matrix< integer > &arg_1, const integer &arg_2)
- static matrix< integer > GLUE_29 (const integer &arg_1, const matrix< integer > &arg_2)
- static matrix< integer > GLUE_30 (const matrix< integer > &arg_1, const integer &arg_2)
- static bool GLUE_31 (const matrix< integer > &arg_1, const matrix< integer > &arg_2)
- static bool GLUE_32 (const matrix< integer > &arg_1, const matrix< integer > &arg_2)
- static bool GLUE_33 (const matrix< integer > &arg_1, const integer &arg_2)
- static bool GLUE_34 (const matrix< integer > &arg_1, const integer &arg_2)
- static bool GLUE_35 (const integer &arg_1, const matrix< integer > &arg_2)
- static bool GLUE_36 (const integer &arg_1, const matrix< integer > &arg_2)
- static row_tuple< generic > GLUE_37 (const row_tuple< integer > &arg_1)
- static matrix< generic > GLUE_38 (const matrix< integer > &arg_1)
- static vector< integer > GLUE_39 (const vector< int > &arg_1)
- static vector< int > GLUE_40 (const vector< integer > &arg_1)
- static vector< integer > GLUE_41 (const matrix< integer > &arg_1, const int &arg_2)
- static vector< integer > GLUE_42 (const matrix< integer > &arg_1, const int &arg_2)
- static matrix< integer > GLUE_43 (const vector< integer > &arg_1)
- static matrix< integer > GLUE_44 (const vector< integer > &arg_1)
- static matrix< integer > GLUE_45 (const vector< integer > &arg_1, const vector< integer > &arg_2)
- static matrix< integer > GLUE_46 (const vector< integer > &arg_1)
- static vector< integer > GLUE_47 (const matrix< integer > &arg_1, const vector< integer > &arg_2)
- static vector< integer > GLUE_48 (const vector< integer > &arg_1, const matrix< integer > &arg_2)
- void glue_matrix_integer ()
Define Documentation
#define gen_literal_access |
( |
f, |
|
|
v |
|
) |
access (as<generic> (f), v) |
#define gen_literal_apply |
( |
f, |
|
|
v |
|
) |
gen (as<generic> (f), v) |
#define hilbert_matrix_rational hilbert_matrix<rational> |
#define identity_matrix_integer identity_matrix<integer> |
#define int_literal |
( |
x |
|
) |
as_int (as_string (x)) |
#define is_generic_literal is<literal> |