/third_party/boost/boost/numeric/ublas/ |
D | vector.hpp | 2425 class c_vector: class 2426 public vector_container<c_vector<T, N> > { 2428 typedef c_vector<T, N> self_type; 2448 c_vector (): in c_vector() function in boost::numeric::ublas::c_vector 2451 c_vector (size_type size): in c_vector() function in boost::numeric::ublas::c_vector 2457 c_vector (const c_vector &v): in c_vector() function in boost::numeric::ublas::c_vector 2465 c_vector (const vector_expression<AE> &ae): in c_vector() function in boost::numeric::ublas::c_vector 2548 c_vector &operator = (c_vector v) { in operator =() 2554 c_vector &operator = (const c_vector &v) { in operator =() 2562 c_vector &operator = (const vector_container<C> &v) { in operator =() [all …]
|
D | fwd.hpp | 110 class c_vector;
|
D | matrix.hpp | 5008 …typedef c_vector<T, N * M> vector_temporary_type; // vector able to store all elements of c_ma…
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | raw.hpp | 129 typename c_vector<T, N>::array_type::array_type::const_pointer data( const c_vector<T, N> &v ) ; 132 …typename c_vector<T, N>::array_type::array_type::const_pointer data_const( const c_vector<T, N> &v… 135 typename c_vector<T, N>::pointer data( c_vector<T, N> &v ) ; 237 typename c_vector<T, N>::array_type::array_type::const_pointer base( const c_vector<T, N> &v ) ; 240 …typename c_vector<T, N>::array_type::array_type::const_pointer base_const( const c_vector<T, N> &v… 243 typename c_vector<T, N>::pointer base( c_vector<T, N> &v ) ; 524 typename c_vector<T, N>::array_type::array_type::const_pointer data( const c_vector<T, N> &v ) { in data() 529 …typename c_vector<T, N>::array_type::array_type::const_pointer data_const( const c_vector<T, N> &v… in data_const() 534 typename c_vector<T, N>::pointer data( c_vector<T, N> &v ) { in data() 698 typename c_vector<T, N>::array_type::const_pointer base( const c_vector<T, N> &v ) { in base() [all …]
|
D | concepts.hpp | 952 typedef c_vector<T, 1> container_model; in concept_checks()
|
/third_party/boost/libs/numeric/ublas/test/manual/ |
D | test_move_semantics.cpp | 33 ublas::c_vector<T,N > doubleit(ublas::c_vector<T, N> m) in doubleit() 35 ublas::c_vector<T,N> r; in doubleit() 86 ublas::c_vector<double,2> e=ublas::scalar_vector<double>(2,2.0); in test1() 87 ublas::c_vector<double,2> f; in test1()
|
/third_party/json/doc/examples/ |
D | basic_json__CompatibleType.cpp | 68 std::vector<int> c_vector {1, 2, 3, 4}; in main() local 69 json j_vec(c_vector); in main()
|
/third_party/json/test/src/ |
D | unit-readme.cpp | 202 std::vector<int> c_vector {1, 2, 3, 4}; in skip() local 203 json j_vec(c_vector); in skip()
|
/third_party/json/ |
D | README.md | 634 std::vector<int> c_vector {1, 2, 3, 4}; 635 json j_vec(c_vector);
|