Home
last modified time | relevance | path

Searched defs:gsVector3d (Results 1 – 2 of 2) sorted by relevance

/dports/math/gismo/gismo-21.12.0/src/gsMatrix/
H A DgsVector.h233 gsVector3d(const Eigen::MatrixBase<OtherDerived>& other) : Base(other) { } in gsVector3d() function
284 gsVector3d<T>::gsVector3d() : Base() { } in gsVector3d() function
287 gsVector3d<T>::gsVector3d(scalar_t x, scalar_t y,scalar_t z ) in gsVector3d() function
295 gsVector3d<T>::gsVector3d(const Base& a): Base(a) { } in gsVector3d() function
/dports/math/gismo/gismo-21.12.0/src/gsCore/
H A DgsForwardDeclarations.h245 template<class T = real_t> class gsVector3d; variable