queso-0.53.0
|
This is the complete list of members for QUESO::GslMatrix, including all inherited members.
base_copy(const Matrix &src) | QUESO::Matrix | protectedvirtual |
chol() | QUESO::GslMatrix | virtual |
copy(const GslMatrix &src) | QUESO::GslMatrix | private |
cwExtract(unsigned int rowId, unsigned int colId, GslMatrix &mat) const | QUESO::GslMatrix | |
cwSet(double value) | QUESO::GslMatrix | |
cwSet(unsigned int rowId, unsigned int colId, const GslMatrix &mat) | QUESO::GslMatrix | |
data() | QUESO::GslMatrix | |
determinant() const | QUESO::GslMatrix | |
eigen(GslVector &eigenValues, GslMatrix *eigenVectors) const | QUESO::GslMatrix | |
env() const | QUESO::Matrix | |
fillWithBlocksDiagonally(unsigned int rowId, unsigned int colId, const std::vector< const GslMatrix * > &matrices, bool checkForExactNumRowsMatching, bool checkForExactNumColsMatching) | QUESO::GslMatrix | |
fillWithBlocksDiagonally(unsigned int rowId, unsigned int colId, const std::vector< GslMatrix * > &matrices, bool checkForExactNumRowsMatching, bool checkForExactNumColsMatching) | QUESO::GslMatrix | |
fillWithBlocksHorizontally(unsigned int rowId, unsigned int colId, const std::vector< const GslMatrix * > &matrices, bool checkForExactNumRowsMatching, bool checkForExactNumColsMatching) | QUESO::GslMatrix | |
fillWithBlocksHorizontally(unsigned int rowId, unsigned int colId, const std::vector< GslMatrix * > &matrices, bool checkForExactNumRowsMatching, bool checkForExactNumColsMatching) | QUESO::GslMatrix | |
fillWithBlocksVertically(unsigned int rowId, unsigned int colId, const std::vector< const GslMatrix * > &matrices, bool checkForExactNumRowsMatching, bool checkForExactNumColsMatching) | QUESO::GslMatrix | |
fillWithBlocksVertically(unsigned int rowId, unsigned int colId, const std::vector< GslMatrix * > &matrices, bool checkForExactNumRowsMatching, bool checkForExactNumColsMatching) | QUESO::GslMatrix | |
fillWithTensorProduct(unsigned int rowId, unsigned int colId, const GslMatrix &mat1, const GslMatrix &mat2, bool checkForExactNumRowsMatching, bool checkForExactNumColsMatching) | QUESO::GslMatrix | |
fillWithTensorProduct(unsigned int rowId, unsigned int colId, const GslMatrix &mat1, const GslVector &vec2, bool checkForExactNumRowsMatching, bool checkForExactNumColsMatching) | QUESO::GslMatrix | |
fillWithTranspose(unsigned int rowId, unsigned int colId, const GslMatrix &mat, bool checkForExactNumRowsMatching, bool checkForExactNumColsMatching) | QUESO::GslMatrix | |
filterLargeValues(double thresholdValue) | QUESO::GslMatrix | |
filterSmallValues(double thresholdValue) | QUESO::GslMatrix | |
getColumn(const unsigned int column_num, GslVector &column) const | QUESO::GslMatrix | |
getColumn(const unsigned int column_num) const | QUESO::GslMatrix | |
getInDebugMode() const | QUESO::Matrix | |
getPrintHorizontally() const | QUESO::Matrix | |
getRow(const unsigned int row_num, GslVector &row) const | QUESO::GslMatrix | |
getRow(const unsigned int row_num) const | QUESO::GslMatrix | |
GslMatrix(const BaseEnvironment &env, const Map &map, unsigned int numCols) | QUESO::GslMatrix | |
GslMatrix(const BaseEnvironment &env, const Map &map, double diagValue) | QUESO::GslMatrix | |
GslMatrix(const GslVector &v, double diagValue) | QUESO::GslMatrix | |
GslMatrix(const GslVector &v) | QUESO::GslMatrix | |
GslMatrix(const GslMatrix &B) | QUESO::GslMatrix | |
GslMatrix() | QUESO::GslMatrix | private |
internalSvd() const | QUESO::GslMatrix | private |
inverse() const | QUESO::GslMatrix | |
invertMultiply(const GslVector &b) const | QUESO::GslMatrix | |
invertMultiply(const GslVector &b, GslVector &x) const | QUESO::GslMatrix | |
invertMultiply(const GslMatrix &B) const | QUESO::GslMatrix | |
invertMultiply(const GslMatrix &B, GslMatrix &X) const | QUESO::GslMatrix | |
invertMultiplyForceLU(const GslVector &b) const | QUESO::GslMatrix | |
invertMultiplyForceLU(const GslVector &b, GslVector &x) const | QUESO::GslMatrix | |
largestEigen(double &eigenValue, GslVector &eigenVector) const | QUESO::GslMatrix | |
lnDeterminant() const | QUESO::GslMatrix | |
m_determinant | QUESO::GslMatrix | mutableprivate |
m_env | QUESO::Matrix | protected |
m_inDebugMode | QUESO::Matrix | mutableprotected |
m_inverse | QUESO::GslMatrix | mutableprivate |
m_isSingular | QUESO::GslMatrix | mutableprivate |
m_lnDeterminant | QUESO::GslMatrix | mutableprivate |
m_LU | QUESO::GslMatrix | mutableprivate |
m_map | QUESO::Matrix | protected |
m_mat | QUESO::GslMatrix | private |
m_permutation | QUESO::GslMatrix | mutableprivate |
m_printHorizontally | QUESO::Matrix | mutableprotected |
m_signum | QUESO::GslMatrix | mutableprivate |
m_svdColMap | QUESO::GslMatrix | mutableprivate |
m_svdSvec | QUESO::GslMatrix | mutableprivate |
m_svdUmat | QUESO::GslMatrix | mutableprivate |
m_svdVmat | QUESO::GslMatrix | mutableprivate |
m_svdVTmat | QUESO::GslMatrix | mutableprivate |
map() const | QUESO::Matrix | |
matlabLinearInterpExtrap(const GslVector &x1Vec, const GslMatrix &y1Mat, const GslVector &x2Vec) | QUESO::GslMatrix | |
Matrix(const BaseEnvironment &env, const Map &map) | QUESO::Matrix | |
max() const | QUESO::GslMatrix | |
mpiSum(const MpiComm &comm, GslMatrix &M_global) const | QUESO::GslMatrix | |
multiply(const GslVector &x) const | QUESO::GslMatrix | |
multiply(const GslVector &x, GslVector &y) const | QUESO::GslMatrix | private |
normFrob() const | QUESO::GslMatrix | |
normMax() const | QUESO::GslMatrix | |
numCols() const | QUESO::GslMatrix | virtual |
numOfProcsForStorage() const | QUESO::Matrix | |
numRowsGlobal() const | QUESO::GslMatrix | virtual |
numRowsLocal() const | QUESO::GslMatrix | virtual |
operator()(unsigned int i, unsigned int j) | QUESO::GslMatrix | |
operator()(unsigned int i, unsigned int j) const | QUESO::GslMatrix | |
operator*=(double a) | QUESO::GslMatrix | |
operator+=(const GslMatrix &rhs) | QUESO::GslMatrix | |
operator-=(const GslMatrix &rhs) | QUESO::GslMatrix | |
operator/=(double a) | QUESO::GslMatrix | |
operator=(const GslMatrix &rhs) | QUESO::GslMatrix | |
print(std::ostream &os) const | QUESO::GslMatrix | virtual |
rank(double absoluteZeroThreshold, double relativeZeroThreshold) const | QUESO::GslMatrix | |
resetLU() | QUESO::GslMatrix | private |
setColumn(const unsigned int column_num, const GslVector &column) | QUESO::GslMatrix | |
setInDebugMode(bool value) const | QUESO::Matrix | |
setPrintHorizontally(bool value) const | QUESO::Matrix | |
setRow(const unsigned int row_num, const GslVector &row) | QUESO::GslMatrix | |
smallestEigen(double &eigenValue, GslVector &eigenVector) const | QUESO::GslMatrix | |
subReadContents(const std::string &fileName, const std::string &fileType, const std::set< unsigned int > &allowedSubEnvIds) | QUESO::GslMatrix | |
subWriteContents(const std::string &varNamePrefix, const std::string &fileName, const std::string &fileType, const std::set< unsigned int > &allowedSubEnvIds) const | QUESO::GslMatrix | |
svd(GslMatrix &matU, GslVector &vecS, GslMatrix &matVt) const | QUESO::GslMatrix | |
svdMatU() const | QUESO::GslMatrix | |
svdMatV() const | QUESO::GslMatrix | |
svdSolve(const GslVector &rhsVec, GslVector &solVec) const | QUESO::GslMatrix | |
svdSolve(const GslMatrix &rhsMat, GslMatrix &solMat) const | QUESO::GslMatrix | |
transpose() const | QUESO::GslMatrix | |
zeroLower(bool includeDiagonal=false) | QUESO::GslMatrix | virtual |
zeroUpper(bool includeDiagonal=false) | QUESO::GslMatrix | virtual |
~GslMatrix() | QUESO::GslMatrix | |
~Matrix() | QUESO::Matrix | virtual |