Home
last modified time | relevance | path

Searched refs:c_vector (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/numeric/ublas/
Dvector.hpp2425 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 …]
Dfwd.hpp110 class c_vector;
Dmatrix.hpp5008 …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/
Draw.hpp129 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 …]
Dconcepts.hpp952 typedef c_vector<T, 1> container_model; in concept_checks()
/third_party/boost/libs/numeric/ublas/test/manual/
Dtest_move_semantics.cpp33 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/
Dbasic_json__CompatibleType.cpp68 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/
Dunit-readme.cpp202 std::vector<int> c_vector {1, 2, 3, 4}; in skip() local
203 json j_vec(c_vector); in skip()
/third_party/json/
DREADME.md634 std::vector<int> c_vector {1, 2, 3, 4};
635 json j_vec(c_vector);