Home
last modified time | relevance | path

Searched defs:static_matrix (Results 1 – 5 of 5) sorted by relevance

/dports/math/amgcl/amgcl-1.4.2/amgcl/value_type/
H A Dstatic_matrix.hpp43 struct static_matrix { struct
44 std::array<T, N * M> buf;
46 T operator()(int i, int j) const { in operator ()()
50 T& operator()(int i, int j) { in operator ()()
54 T operator()(int i) const { in operator ()()
58 T& operator()(int i) { in operator ()()
62 const T* data() const { in data()
66 T* data() { in data()
71 const static_matrix& operator=(const static_matrix<U,N,M> &y) { in operator =()
78 const static_matrix& operator+=(const static_matrix<U,N,M> &y) { in operator +=()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dstatic_matrix.h109 static_matrix() {} in static_matrix() function
112 static_matrix(unsigned m, unsigned n): m_vector_of_row_offsets(n, -1) { in static_matrix() function
H A Dstatic_matrix_def.h87 static_matrix<T, X>::static_matrix(static_matrix const &A, unsigned * /* basis */) : in static_matrix() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/lp/
H A Dstatic_matrix.h109 static_matrix() {} in static_matrix() function
112 static_matrix(unsigned m, unsigned n): m_vector_of_row_offsets(n, -1) { in static_matrix() function
H A Dstatic_matrix_def.h87 static_matrix<T, X>::static_matrix(static_matrix const &A, unsigned * /* basis */) : in static_matrix() function