queso-0.53.0
|
This is the complete list of members for QUESO::GslVector, including all inherited members.
abs() const | QUESO::GslVector | |
atLeastOneComponentBiggerOrEqualThan(const GslVector &rhs) const | QUESO::GslVector | |
atLeastOneComponentBiggerThan(const GslVector &rhs) const | QUESO::GslVector | |
atLeastOneComponentSmallerOrEqualThan(const GslVector &rhs) const | QUESO::GslVector | |
atLeastOneComponentSmallerThan(const GslVector &rhs) const | QUESO::GslVector | |
base_copy(const Vector &src) | QUESO::Vector | protectedvirtual |
copy(const GslVector &src) | QUESO::GslVector | private |
cwExtract(unsigned int initialPos, GslVector &vec) const | QUESO::GslVector | |
cwInvert() | QUESO::GslVector | virtual |
cwSet(double value) | QUESO::GslVector | virtual |
cwSet(unsigned int initialPos, const GslVector &vec) | QUESO::GslVector | |
cwSetBeta(const GslVector &alpha, const GslVector &beta) | QUESO::GslVector | |
cwSetConcatenated(const GslVector &v1, const GslVector &v2) | QUESO::GslVector | |
cwSetConcatenated(const std::vector< const GslVector * > &vecs) | QUESO::GslVector | |
cwSetGamma(const GslVector &a, const GslVector &b) | QUESO::GslVector | |
cwSetGaussian(double mean, double stdDev) | QUESO::GslVector | virtual |
cwSetGaussian(const GslVector &meanVec, const GslVector &stdDevVec) | QUESO::GslVector | |
cwSetInverseGamma(const GslVector &alpha, const GslVector &beta) | QUESO::GslVector | |
cwSetUniform(const GslVector &aVec, const GslVector &bVec) | QUESO::GslVector | |
cwSqrt() | QUESO::GslVector | |
data() const | QUESO::GslVector | |
env() const | QUESO::Vector | |
getMaxValue() const | QUESO::GslVector | |
getMaxValueAndIndex(double &value, int &index) | QUESO::GslVector | |
getMaxValueIndex() const | QUESO::GslVector | |
getMinValue() const | QUESO::GslVector | |
getMinValueAndIndex(double &value, int &index) | QUESO::GslVector | |
getMinValueIndex() const | QUESO::GslVector | |
getPrintHorizontally() const | QUESO::Vector | |
getPrintScientific() const | QUESO::Vector | |
GslVector(const BaseEnvironment &env, const Map &map) | QUESO::GslVector | |
GslVector(const BaseEnvironment &env, const Map &map, double value) | QUESO::GslVector | |
GslVector(const BaseEnvironment &env, double d1, double d2, const Map &map) | QUESO::GslVector | |
GslVector(const GslVector &v, double start, double end) | QUESO::GslVector | |
GslVector(const GslVector &y) | QUESO::GslVector | |
GslVector() | QUESO::GslVector | private |
m_env | QUESO::Vector | protected |
m_map | QUESO::Vector | protected |
m_printHorizontally | QUESO::Vector | mutableprotected |
m_printScientific | QUESO::Vector | mutableprotected |
m_vec | QUESO::GslVector | private |
map() const | QUESO::Vector | |
matlabDiff(unsigned int firstPositionToStoreDiff, double valueForRemainderPosition, GslVector &outputVec) const | QUESO::GslVector | |
matlabLinearInterpExtrap(const GslVector &x1Vec, const GslVector &y1Vec, const GslVector &x2Vec) | QUESO::GslVector | |
mpiAllQuantile(double probability, const MpiComm &opComm, GslVector &resultVec) const | QUESO::GslVector | |
mpiAllReduce(RawType_MPI_Op mpiOperation, const MpiComm &opComm, GslVector &resultVec) const | QUESO::GslVector | |
mpiBcast(int srcRank, const MpiComm &bcastComm) | QUESO::GslVector | |
norm1() const | QUESO::GslVector | |
norm2() const | QUESO::GslVector | |
norm2Sq() const | QUESO::GslVector | |
normInf() const | QUESO::GslVector | |
numOfProcsForStorage() const | QUESO::Vector | |
operator*=(double a) | QUESO::GslVector | |
operator*=(const GslVector &rhs) | QUESO::GslVector | |
operator+=(const GslVector &rhs) | QUESO::GslVector | |
operator-=(const GslVector &rhs) | QUESO::GslVector | |
operator/=(double a) | QUESO::GslVector | |
operator/=(const GslVector &rhs) | QUESO::GslVector | |
operator=(const GslVector &rhs) | QUESO::GslVector | |
operator[](unsigned int i) | QUESO::GslVector | |
operator[](unsigned int i) const | QUESO::GslVector | |
print(std::ostream &os) const | QUESO::GslVector | virtual |
setPrintHorizontally(bool value) const | QUESO::Vector | |
setPrintScientific(bool value) const | QUESO::Vector | |
sizeGlobal() const | QUESO::GslVector | virtual |
sizeLocal() const | QUESO::GslVector | virtual |
sort() | QUESO::GslVector | virtual |
subReadContents(const std::string &fileName, const std::string &fileType, const std::set< unsigned int > &allowedSubEnvIds) | QUESO::GslVector | |
subWriteContents(const std::string &varNamePrefix, const std::string &fileName, const std::string &fileType, const std::set< unsigned int > &allowedSubEnvIds) const | QUESO::GslVector | |
sumOfComponents() const | QUESO::GslVector | |
Vector(const BaseEnvironment &env, const Map &map) | QUESO::Vector | |
~GslVector() | QUESO::GslVector | |
~Vector() | QUESO::Vector | virtual |