queso-0.53.0
QUESO::GslMatrix Member List

This is the complete list of members for QUESO::GslMatrix, including all inherited members.

base_copy(const Matrix &src)QUESO::Matrixprotectedvirtual
chol()QUESO::GslMatrixvirtual
copy(const GslMatrix &src)QUESO::GslMatrixprivate
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::GslMatrixprivate
internalSvd() const QUESO::GslMatrixprivate
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_determinantQUESO::GslMatrixmutableprivate
m_envQUESO::Matrixprotected
m_inDebugModeQUESO::Matrixmutableprotected
m_inverseQUESO::GslMatrixmutableprivate
m_isSingularQUESO::GslMatrixmutableprivate
m_lnDeterminantQUESO::GslMatrixmutableprivate
m_LUQUESO::GslMatrixmutableprivate
m_mapQUESO::Matrixprotected
m_matQUESO::GslMatrixprivate
m_permutationQUESO::GslMatrixmutableprivate
m_printHorizontallyQUESO::Matrixmutableprotected
m_signumQUESO::GslMatrixmutableprivate
m_svdColMapQUESO::GslMatrixmutableprivate
m_svdSvecQUESO::GslMatrixmutableprivate
m_svdUmatQUESO::GslMatrixmutableprivate
m_svdVmatQUESO::GslMatrixmutableprivate
m_svdVTmatQUESO::GslMatrixmutableprivate
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::GslMatrixprivate
normFrob() const QUESO::GslMatrix
normMax() const QUESO::GslMatrix
numCols() const QUESO::GslMatrixvirtual
numOfProcsForStorage() const QUESO::Matrix
numRowsGlobal() const QUESO::GslMatrixvirtual
numRowsLocal() const QUESO::GslMatrixvirtual
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::GslMatrixvirtual
rank(double absoluteZeroThreshold, double relativeZeroThreshold) const QUESO::GslMatrix
resetLU()QUESO::GslMatrixprivate
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::GslMatrixvirtual
zeroUpper(bool includeDiagonal=false)QUESO::GslMatrixvirtual
~GslMatrix()QUESO::GslMatrix
~Matrix()QUESO::Matrixvirtual

Generated on Thu Jun 11 2015 13:52:34 for queso-0.53.0 by  doxygen 1.8.5