G+Smo  23.12.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsVector3d< T > Class Template Reference

Detailed Description

template<class T>
class gismo::gsVector3d< T >

A fixed-size, statically allocated 3D vector.

Template Parameters
Tcoefficient type
+ Inheritance diagram for gsVector3d< T >:

Public Types

typedef memory::shared_ptr
< gsVector3d
Ptr
 Shared pointer for gsVector3d.
 

Public Member Functions

template<typename OtherDerived >
 gsVector3d (const gsEigen::MatrixBase< OtherDerived > &other)
 This constructor allows constructing a gsVector3d from Eigen expressions.