Home
last modified time | relevance | path

Searched refs:unbounded_array (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dfwd.hpp28 class unbounded_array;
39 template<class A = unbounded_array<std::size_t> >
93 template<class T, class A = unbounded_array<T> >
115 …emplate<class T, std::size_t IB = 0, class IA = unbounded_array<std::size_t>, class TA = unbounded…
117 …emplate<class T, std::size_t IB = 0, class IA = unbounded_array<std::size_t>, class TA = unbounded…
134 template<class T, class L = row_major, class A = unbounded_array<T> >
153 template<class T, class L = row_major, class A = unbounded_array<unbounded_array<T> > >
197 template<class T, class L = row_major, class A = unbounded_array<T> >
199 template<class T, class L = row_major, class A = unbounded_array<T> >
202 template<class T, class TRI = lower, class L = row_major, class A = unbounded_array<T> >
[all …]
Dstorage.hpp43 class unbounded_array: class
44 public storage_array<unbounded_array<T, ALLOC> > {
46 typedef unbounded_array<T, ALLOC> self_type;
61 unbounded_array (const ALLOC &a = ALLOC()): in unbounded_array() function in boost::numeric::ublas::unbounded_array
66 unbounded_array (size_type size, const ALLOC &a = ALLOC()): in unbounded_array() function in boost::numeric::ublas::unbounded_array
88 unbounded_array (size_type size, const value_type &init, const ALLOC &a = ALLOC()): in unbounded_array() function in boost::numeric::ublas::unbounded_array
98 unbounded_array (const unbounded_array &c): in unbounded_array() function in boost::numeric::ublas::unbounded_array
99 storage_array<unbounded_array<T, ALLOC> >(), in unbounded_array()
110 unbounded_array (unbounded_array &&c) : in unbounded_array() function in boost::numeric::ublas::unbounded_array
111 storage_array<unbounded_array<T, ALLOC> >(), in unbounded_array()
[all …]
Dlu.hpp31 template<class T = std::size_t, class A = unbounded_array<T> >
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/
Dtest42.cpp187 test_my_matrix_vector<ublas::vector<float, ublas::unbounded_array<float> >, in test_matrix_vector()
188 … ublas::banded_matrix<float, ublas::row_major, ublas::unbounded_array<float> >, 3> () (); in test_matrix_vector()
189 test_my_matrix_vector<ublas::vector<float, ublas::unbounded_array<float> >, in test_matrix_vector()
190 … ublas::banded_matrix<float, ublas::row_major, ublas::unbounded_array<float> >, 3> () (0); in test_matrix_vector()
195 test_my_matrix_vector<ublas::vector<double, ublas::unbounded_array<double> >, in test_matrix_vector()
196 … ublas::banded_matrix<double, ublas::row_major, ublas::unbounded_array<double> >, 3> () (); in test_matrix_vector()
197 test_my_matrix_vector<ublas::vector<double, ublas::unbounded_array<double> >, in test_matrix_vector()
198 … ublas::banded_matrix<double, ublas::row_major, ublas::unbounded_array<double> >, 3> () (0); in test_matrix_vector()
204 …test_my_matrix_vector<ublas::vector<std::complex<float>, ublas::unbounded_array<std::complex<float… in test_matrix_vector()
205 …ublas::banded_matrix<std::complex<float>, ublas::row_major, ublas::unbounded_array<std::complex<fl… in test_matrix_vector()
[all …]
Dtest12.cpp110 test_my_matrix_vector<ublas::vector<float, ublas::unbounded_array<float> >, in test_matrix_vector()
111 … ublas::matrix<float, ublas::row_major, ublas::unbounded_array<float> >, 3> () (); in test_matrix_vector()
116 test_my_matrix_vector<ublas::vector<double, ublas::unbounded_array<double> >, in test_matrix_vector()
117 … ublas::matrix<double, ublas::row_major, ublas::unbounded_array<double> >, 3> () (); in test_matrix_vector()
123 …test_my_matrix_vector<ublas::vector<std::complex<float>, ublas::unbounded_array<std::complex<float… in test_matrix_vector()
124 …ublas::matrix<std::complex<float>, ublas::row_major, ublas::unbounded_array<std::complex<float> > … in test_matrix_vector()
129 …test_my_matrix_vector<ublas::vector<std::complex<double>, ublas::unbounded_array<std::complex<doub… in test_matrix_vector()
130 …ublas::matrix<std::complex<double>, ublas::row_major, ublas::unbounded_array<std::complex<double> … in test_matrix_vector()
224 test_my_matrix_vector<ublas::vector<float, ublas::unbounded_array<float> >, in test_matrix_vector()
225 …ublas::vector_of_vector<float, ublas::row_major, ublas::unbounded_array<ublas::unbounded_array<flo… in test_matrix_vector()
[all …]
Dtest52.cpp148 test_my_matrix_vector<ublas::vector<float, ublas::unbounded_array<float> >, in test_matrix_vector()
149 …las::triangular_matrix<float, ublas::lower, ublas::row_major, ublas::unbounded_array<float> >, 3> … in test_matrix_vector()
150 test_my_matrix_vector<ublas::vector<float, ublas::unbounded_array<float> >, in test_matrix_vector()
151 …las::triangular_matrix<float, ublas::lower, ublas::row_major, ublas::unbounded_array<float> >, 3> … in test_matrix_vector()
156 test_my_matrix_vector<ublas::vector<double, ublas::unbounded_array<double> >, in test_matrix_vector()
157 …as::triangular_matrix<double, ublas::lower, ublas::row_major, ublas::unbounded_array<double> >, 3>… in test_matrix_vector()
158 test_my_matrix_vector<ublas::vector<double, ublas::unbounded_array<double> >, in test_matrix_vector()
159 …as::triangular_matrix<double, ublas::lower, ublas::row_major, ublas::unbounded_array<double> >, 3>… in test_matrix_vector()
165 …test_my_matrix_vector<ublas::vector<std::complex<float>, ublas::unbounded_array<std::complex<float… in test_matrix_vector()
166 …r_matrix<std::complex<float>, ublas::lower, ublas::row_major, ublas::unbounded_array<std::complex<… in test_matrix_vector()
[all …]
Dtest62.cpp150 test_my_matrix_vector<ublas::vector<float, ublas::unbounded_array<float> >, in test_matrix_vector()
151 …blas::symmetric_matrix<float, ublas::lower, ublas::row_major, ublas::unbounded_array<float> >, 3> … in test_matrix_vector()
152 test_my_matrix_vector<ublas::vector<float, ublas::unbounded_array<float> >, in test_matrix_vector()
153 …blas::symmetric_matrix<float, ublas::lower, ublas::row_major, ublas::unbounded_array<float> >, 3> … in test_matrix_vector()
158 test_my_matrix_vector<ublas::vector<double, ublas::unbounded_array<double> >, in test_matrix_vector()
159 …las::symmetric_matrix<double, ublas::lower, ublas::row_major, ublas::unbounded_array<double> >, 3>… in test_matrix_vector()
160 test_my_matrix_vector<ublas::vector<double, ublas::unbounded_array<double> >, in test_matrix_vector()
161 …las::symmetric_matrix<double, ublas::lower, ublas::row_major, ublas::unbounded_array<double> >, 3>… in test_matrix_vector()
167 …test_my_matrix_vector<ublas::vector<std::complex<float>, ublas::unbounded_array<std::complex<float… in test_matrix_vector()
168 …c_matrix<std::complex<float>, ublas::lower, ublas::row_major, ublas::unbounded_array<std::complex<… in test_matrix_vector()
[all …]
Dtest72.cpp96 …test_my_matrix_vector<ublas::vector<boost::numeric::interval<float>, ublas::unbounded_array<boost:… in test_matrix_vector()
97 …as::matrix<boost::numeric::interval<float>, ublas::row_major, ublas::unbounded_array<boost::numeri… in test_matrix_vector()
102 …test_my_matrix_vector<ublas::vector<boost::numeric::interval<double>, ublas::unbounded_array<boost… in test_matrix_vector()
103 …s::matrix<boost::numeric::interval<double>, ublas::row_major, ublas::unbounded_array<boost::numeri… in test_matrix_vector()
140 …test_my_matrix_vector<ublas::vector<boost::numeric::interval<float>, ublas::unbounded_array<boost:… in test_matrix_vector()
141 …oost::numeric::interval<float>, ublas::row_major, ublas::unbounded_array<ublas::unbounded_array<bo… in test_matrix_vector()
146 …test_my_matrix_vector<ublas::vector<boost::numeric::interval<double>, ublas::unbounded_array<boost… in test_matrix_vector()
147 …ost::numeric::interval<double>, ublas::row_major, ublas::unbounded_array<ublas::unbounded_array<bo… in test_matrix_vector()
Dtest13.cpp182 test_my_matrix<ublas::matrix<float, ublas::row_major, ublas::unbounded_array<float> >, 3> () (); in test_matrix()
187 … test_my_matrix<ublas::matrix<double, ublas::row_major, ublas::unbounded_array<double> >, 3> () (); in test_matrix()
193 …test_my_matrix<ublas::matrix<std::complex<float>, ublas::row_major, ublas::unbounded_array<std::co… in test_matrix()
198 …test_my_matrix<ublas::matrix<std::complex<double>, ublas::row_major, ublas::unbounded_array<std::c… in test_matrix()
280 …<ublas::vector_of_vector<float, ublas::row_major, ublas::unbounded_array<ublas::unbounded_array<fl… in test_matrix()
285 …ublas::vector_of_vector<double, ublas::row_major, ublas::unbounded_array<ublas::unbounded_array<do… in test_matrix()
291 …_of_vector<std::complex<float>, ublas::row_major, ublas::unbounded_array<ublas::unbounded_array<st… in test_matrix()
296 …of_vector<std::complex<double>, ublas::row_major, ublas::unbounded_array<ublas::unbounded_array<st… in test_matrix()
Dtest43.cpp207 …test_my_matrix<ublas::banded_matrix<float, ublas::row_major, ublas::unbounded_array<float> >, 3 > … in test_matrix()
212 …test_my_matrix<ublas::banded_matrix<double, ublas::row_major, ublas::unbounded_array<double> >, 3 … in test_matrix()
218 …x<ublas::banded_matrix<std::complex<float>, ublas::row_major, ublas::unbounded_array<std::complex<… in test_matrix()
223 …<ublas::banded_matrix<std::complex<double>, ublas::row_major, ublas::unbounded_array<std::complex<… in test_matrix()
281 …test_my_matrix<ublas::diagonal_matrix<float, ublas::row_major, ublas::unbounded_array<float> >, 3 … in test_matrix()
286 …test_my_matrix<ublas::diagonal_matrix<double, ublas::row_major, ublas::unbounded_array<double> >, … in test_matrix()
292 …ublas::diagonal_matrix<std::complex<float>, ublas::row_major, ublas::unbounded_array<std::complex<… in test_matrix()
297 …blas::diagonal_matrix<std::complex<double>, ublas::row_major, ublas::unbounded_array<std::complex<… in test_matrix()
Dtest73.cpp143 …as::matrix<boost::numeric::interval<float>, ublas::row_major, ublas::unbounded_array<boost::numeri… in test_matrix()
148 …s::matrix<boost::numeric::interval<double>, ublas::row_major, ublas::unbounded_array<boost::numeri… in test_matrix()
181 …oost::numeric::interval<float>, ublas::row_major, ublas::unbounded_array<ublas::unbounded_array<bo… in test_matrix()
186 …ost::numeric::interval<double>, ublas::row_major, ublas::unbounded_array<ublas::unbounded_array<bo… in test_matrix()
Dtest53.cpp179 …las::triangular_matrix<float, ublas::lower, ublas::row_major, ublas::unbounded_array<float> >, 3 >… in test_matrix()
184 …as::triangular_matrix<double, ublas::lower, ublas::row_major, ublas::unbounded_array<double> >, 3 … in test_matrix()
190 …r_matrix<std::complex<float>, ublas::lower, ublas::row_major, ublas::unbounded_array<std::complex<… in test_matrix()
195 …_matrix<std::complex<double>, ublas::lower, ublas::row_major, ublas::unbounded_array<std::complex<… in test_matrix()
Dtest63.cpp179 …blas::symmetric_matrix<float, ublas::lower, ublas::row_major, ublas::unbounded_array<float> >, 3 >… in test_matrix()
184 …las::symmetric_matrix<double, ublas::lower, ublas::row_major, ublas::unbounded_array<double> >, 3 … in test_matrix()
190 …c_matrix<std::complex<float>, ublas::lower, ublas::row_major, ublas::unbounded_array<std::complex<… in test_matrix()
195 …_matrix<std::complex<double>, ublas::lower, ublas::row_major, ublas::unbounded_array<std::complex<… in test_matrix()
Dtest11.cpp197 test_my_vector<ublas::vector<float, ublas::unbounded_array<float> >, 3 > () (); in test_vector()
202 test_my_vector<ublas::vector<double, ublas::unbounded_array<double> >, 3 > () (); in test_vector()
208 …test_my_vector<ublas::vector<std::complex<float>, ublas::unbounded_array<std::complex<float> > >, … in test_vector()
213 …test_my_vector<ublas::vector<std::complex<double>, ublas::unbounded_array<std::complex<double> > >… in test_vector()
Dtest71.cpp150 …test_my_vector<ublas::vector<boost::numeric::interval<float>, ublas::unbounded_array<boost::numeri… in test_vector()
155 …test_my_vector<ublas::vector<boost::numeric::interval<double>, ublas::unbounded_array<boost::numer… in test_vector()
Dminimal_allocator_test.cpp47 boost::numeric::ublas::unbounded_array<int, in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/doc/samples/
DJamfile.v217 exe unbounded_array
18 : unbounded_array.cpp
Dunbounded_array.cpp17 unbounded_array<double> a (3); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/detail/
Dconcepts.hpp856 typedef unbounded_array<T> container_model; in concept_checks()