Home
last modified time | relevance | path

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

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.python/
H A Dbindvector.cpp73 struct VectorHelper {}; struct
76 struct VectorHelper<T, 2> struct
78 typedef Vector<T, 2> VectorType;
85 static T norm(const VectorType& v) in norm()
90 static VectorType normalize(const VectorType& v) in normalize()
102 struct VectorHelper<T, 3> struct
104 typedef Vector<T, 3> VectorType;
111 static T norm(const VectorType& v) in norm()
133 struct VectorHelper<T, 4> struct
135 typedef Vector<T, 4> VectorType;
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/src/
H A DMatrixHelperRep_Vector.h79 VectorHelper(int esz, int cppesz, bool isRow) in VectorHelper() function
H A DMatrixHelperRep.h40 template <class S> class VectorHelper; // 1-d array of elements variable
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Ddata_out_dof_data.templates.h527 struct VectorHelper struct
/dports/devel/vc/Vc-1.4.2/Vc/sse/
H A Dintrinsics.h674 template <typename T> struct VectorHelper struct