Class : TensorProductVector
~TensorProductVector :
prototype: virtual ~TensorProductVector ()
description:virtual destructor
GetVectorDimension :
prototype: int GetVectorDimension (int space )
description:Get Vector dimension for a given space
input parameters:
return value: dimension
Resize :
prototype: virtual void Resize (AbstractTensorProductStructure* structure )
description:Resize vector
input parameters:
structure = new product tensor structure
ResizeAndClean :
prototype: virtual void ResizeAndClean (AbstractTensorProductStructure* structure )
description:Resize vector and set to zero all components that have been added
input parameters:
structure = new product tensor structure
Back to index.