Home
last modified time | relevance | path

Searched defs:DynamicVector (Results 1 – 7 of 7) sorted by last modified time

/dports/multimedia/assimp/assimp-5.1.3/contrib/Open3DGC/
H A Do3dgcDynamicVector.h36 DynamicVector(void) in DynamicVector() function
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/contrib/Open3DGC/
H A Do3dgcDynamicVector.h36 DynamicVector(void) in DynamicVector() function
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/
H A Ddynvector.hh56 class DynamicVector : public DenseVector< DynamicVector< K, Allocator > > class
70 explicit DynamicVector(const allocator_type &a = allocator_type() ) : in DynamicVector() function in Dune::DynamicVector
74 explicit DynamicVector(size_type n, const allocator_type &a = allocator_type() ) : in DynamicVector() function in Dune::DynamicVector
79 DynamicVector( size_type n, value_type c, const allocator_type &a = allocator_type() ) : in DynamicVector() function in Dune::DynamicVector
84 DynamicVector (std::initializer_list<K> const &l) : in DynamicVector() function in Dune::DynamicVector
89 DynamicVector(const DynamicVector & x) : in DynamicVector() function in Dune::DynamicVector
94 DynamicVector(DynamicVector && x) : in DynamicVector() function in Dune::DynamicVector
99 DynamicVector(const DynamicVector< T, Allocator > & x) : in DynamicVector() function in Dune::DynamicVector
105 DynamicVector(const DenseVector< X > & x, const allocator_type &a = allocator_type() ) : in DynamicVector() function in Dune::DynamicVector
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/swipl/
H A Dinterface.c112 #define DynamicVector(name, type, size) type name[size] macro
114 #define DynamicVector(name, type, size) type *name = \ macro
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/Open3DGC/
H A Do3dgcDynamicVector.h36 DynamicVector(void) in DynamicVector() function
/dports/math/blaze/blaze-3.8/blaze/math/dense/
H A DDynamicVector.h600 inline DynamicVector<Type,TF,Alloc,Tag>::DynamicVector( const Alloc& alloc ) noexcept in DynamicVector() function
621 inline DynamicVector<Type,TF,Alloc,Tag>::DynamicVector( size_t n, size_t capa, const Alloc& alloc, … in DynamicVector() function
650 inline DynamicVector<Type,TF,Alloc,Tag>::DynamicVector( size_t n, const Alloc& alloc ) in DynamicVector() function
680 inline DynamicVector<Type,TF,Alloc,Tag>::DynamicVector( size_t n, const Type& init, const Alloc& al… in DynamicVector() function
711 inline DynamicVector<Type,TF,Alloc,Tag>::DynamicVector( initializer_list<Type> list, const Alloc& a… in DynamicVector() function
747 inline DynamicVector<Type,TF,Alloc,Tag>::DynamicVector( size_t n, const Other* array, const Alloc& … in DynamicVector() function
782 inline DynamicVector<Type,TF,Alloc,Tag>::DynamicVector( const Other (&array)[Dim], const Alloc& all… in DynamicVector() function
817 inline DynamicVector<Type,TF,Alloc,Tag>::DynamicVector( const std::array<Other,Dim>& array, const A… in DynamicVector() function
840 inline DynamicVector<Type,TF,Alloc,Tag>::DynamicVector( const DynamicVector& v ) in DynamicVector() function
861 inline DynamicVector<Type,TF,Alloc,Tag>::DynamicVector( DynamicVector&& v ) noexcept in DynamicVector() function
[all …]
H A DForward.h101 class DynamicVector; variable