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