|
SpECTRE
2021.08.02
|
A dynamically sized vector of arbitrary type. More...
#include <DenseVector.hpp>
Public Member Functions | |
| void | pup (PUP::er &p) noexcept |
| Charm++ serialization. | |
A dynamically sized vector of arbitrary type.
Use this vector type to represent a generic collection of numbers without assigning any particular meaning to them. It supports all common vector operations such as elementwise arithmetic, dot-products between vectors and multiplication by a DenseMatrix.
blaze::DynamicVector. Please refer to the Blaze documentation for information on how to use it.Refer to the Data Structures documentation for a list of other available vector and matrix types. In particular, to represent the values of a function on the computational domain use DataVector instead.