25 #include <queso/Vector.h>
26 #include <queso/Defines.h>
35 m_printHorizontally(true),
36 m_printScientific (false)
Class for vector operations (virtual).
const BaseEnvironment & m_env
Environment variable.
virtual void base_copy(const Vector &src)
Copies base data from vector src to this vector.
const MpiComm & Comm() const
Access function for MpiComm communicator.
int NumProc() const
Returns total number of processes.
bool m_printHorizontally
Flag for either or not print this matrix horizontally.
bool getPrintHorizontally() const
Checks if vector is printed horizontally.
const BaseEnvironment & env() const
void setPrintHorizontally(bool value) const
Determines whether vector should be printed horizontally.
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
bool m_printScientific
Flag for either or not print this matrix in scientific notation.
bool getPrintScientific() const
Checks if the vector should be printed in Scientific Notation.
unsigned int numOfProcsForStorage() const
virtual ~Vector()
Virtual Destructor.
void setPrintScientific(bool value) const
Determines whether vector should be printed in Scientific Notation.
A class for partitioning vectors and matrices.
Vector()
Default Constructor.
const Map & m_map
Mapping variable.