queso-0.57.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
QUESO::TeuchosMatrix Member List

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

base_copy(const Matrix &src)QUESO::Matrixprotectedvirtual
chol()QUESO::TeuchosMatrixvirtual
copy(const TeuchosMatrix &src)QUESO::TeuchosMatrixprivate
cwSet(double value)QUESO::TeuchosMatrix
cwSet(unsigned int rowId, unsigned int colId, const TeuchosMatrix &mat)QUESO::TeuchosMatrix
determinant() const QUESO::TeuchosMatrix
eigen(TeuchosVector &eigenValues, TeuchosMatrix *eigenVectors) const QUESO::TeuchosMatrix
env() const QUESO::Matrix
fillWithBlocksDiagonally(const std::vector< const TeuchosMatrix * > &matrices)QUESO::TeuchosMatrix
fillWithBlocksDiagonally(const std::vector< TeuchosMatrix * > &matrices)QUESO::TeuchosMatrix
fillWithBlocksHorizontally(const std::vector< const TeuchosMatrix * > &matrices)QUESO::TeuchosMatrix
fillWithBlocksHorizontally(const std::vector< TeuchosMatrix * > &matrices)QUESO::TeuchosMatrix
fillWithBlocksVertically(const std::vector< const TeuchosMatrix * > &matrices)QUESO::TeuchosMatrix
fillWithBlocksVertically(const std::vector< TeuchosMatrix * > &matrices)QUESO::TeuchosMatrix
fillWithTensorProduct(const TeuchosMatrix &mat1, const TeuchosMatrix &mat2)QUESO::TeuchosMatrix
fillWithTensorProduct(const TeuchosMatrix &mat1, const TeuchosVector &vec2)QUESO::TeuchosMatrix
fillWithTranspose(const TeuchosMatrix &mat)QUESO::TeuchosMatrix
filterLargeValues(double thresholdValue)QUESO::TeuchosMatrix
filterSmallValues(double thresholdValue)QUESO::TeuchosMatrix
getColumn(const unsigned int column_num, TeuchosVector &column) const QUESO::TeuchosMatrix
getColumn(const unsigned int column_num) const QUESO::TeuchosMatrix
getInDebugMode() const QUESO::Matrix
getPrintHorizontally() const QUESO::Matrix
getRow(const unsigned int row_num, TeuchosVector &row) const QUESO::TeuchosMatrix
getRow(const unsigned int row_num) const QUESO::TeuchosMatrix
internalSvd() const QUESO::TeuchosMatrixprivate
inverse() const QUESO::TeuchosMatrix
invertMultiply(const TeuchosVector &b, TeuchosVector &x) const QUESO::TeuchosMatrix
invertMultiply(const TeuchosVector &b) const QUESO::TeuchosMatrix
invertMultiply(const TeuchosMatrix &B, TeuchosMatrix &X) const QUESO::TeuchosMatrix
invertMultiply(const TeuchosMatrix &B) const QUESO::TeuchosMatrix
invertMultiplyForceLU(const TeuchosVector &b, TeuchosVector &x) const QUESO::TeuchosMatrix
invertMultiplyForceLU(const TeuchosVector &b) const QUESO::TeuchosMatrix
largestEigen(double &eigenValue, TeuchosVector &eigenVector) const QUESO::TeuchosMatrix
lnDeterminant() const QUESO::TeuchosMatrix
m_determinantQUESO::TeuchosMatrixmutableprivate
m_envQUESO::Matrixprotected
m_inDebugModeQUESO::Matrixmutableprotected
m_inverseQUESO::TeuchosMatrixmutableprivate
m_isSingularQUESO::TeuchosMatrixmutableprivate
m_lnDeterminantQUESO::TeuchosMatrixmutableprivate
m_LUQUESO::TeuchosMatrixmutableprivate
m_mapQUESO::Matrixprotected
m_mapQUESO::Matrixprotected
m_matQUESO::TeuchosMatrixprivate
m_permutationQUESO::TeuchosMatrixmutableprivate
m_printHorizontallyQUESO::Matrixmutableprotected
m_signumQUESO::TeuchosMatrixmutableprivate
m_svdColMapQUESO::TeuchosMatrixmutableprivate
m_svdSvecQUESO::TeuchosMatrixmutableprivate
m_svdUmatQUESO::TeuchosMatrixmutableprivate
m_svdVmatQUESO::TeuchosMatrixmutableprivate
m_svdVTmatQUESO::TeuchosMatrixmutableprivate
map() const QUESO::Matrix
matlabLinearInterpExtrap(const TeuchosVector &x1Vec, const TeuchosMatrix &y1Mat, const TeuchosVector &x2Vec)QUESO::TeuchosMatrix
Matrix(const BaseEnvironment &env, const Map &map)QUESO::Matrix
max() const QUESO::TeuchosMatrix
mpiSum(const MpiComm &comm, TeuchosMatrix &M_global) const QUESO::TeuchosMatrix
multiply(const TeuchosVector &x) const QUESO::TeuchosMatrix
multiply(const TeuchosVector &x, TeuchosVector &y) const QUESO::TeuchosMatrixprivate
normFrob() const QUESO::TeuchosMatrix
normMax() const QUESO::TeuchosMatrix
numCols() const QUESO::TeuchosMatrixvirtual
numOfProcsForStorage() const QUESO::Matrix
numRowsGlobal() const QUESO::TeuchosMatrixvirtual
numRowsLocal() const QUESO::TeuchosMatrixvirtual
operator()(unsigned int i, unsigned int j)QUESO::TeuchosMatrix
operator()(unsigned int i, unsigned int j) const QUESO::TeuchosMatrix
operator*=(double a)QUESO::TeuchosMatrix
operator+=(const TeuchosMatrix &rhs)QUESO::TeuchosMatrix
operator-=(const TeuchosMatrix &rhs)QUESO::TeuchosMatrix
operator/=(double a)QUESO::TeuchosMatrix
operator=(const TeuchosMatrix &rhs)QUESO::TeuchosMatrix
print(std::ostream &os) const QUESO::TeuchosMatrixvirtual
rank(double absoluteZeroThreshold, double relativeZeroThreshold) const QUESO::TeuchosMatrix
resetLU()QUESO::TeuchosMatrixprivate
setColumn(const unsigned int column_num, const TeuchosVector &column)QUESO::TeuchosMatrix
setInDebugMode(bool value) const QUESO::Matrix
setPrintHorizontally(bool value) const QUESO::Matrix
setRow(const unsigned int row_num, const TeuchosVector &row)QUESO::TeuchosMatrix
smallestEigen(double &eigenValue, TeuchosVector &eigenVector) const QUESO::TeuchosMatrix
stride()QUESO::TeuchosMatrix
subReadContents(const std::string &fileName, const std::string &fileType, const std::set< unsigned int > &allowedSubEnvIds)QUESO::TeuchosMatrix
subWriteContents(const std::string &varNamePrefix, const std::string &fileName, const std::string &fileType, const std::set< unsigned int > &allowedSubEnvIds) const QUESO::TeuchosMatrix
svd(TeuchosMatrix &matU, TeuchosVector &vecS, TeuchosMatrix &matVt) const QUESO::TeuchosMatrix
svdMatU() const QUESO::TeuchosMatrix
svdMatV() const QUESO::TeuchosMatrix
svdSolve(const TeuchosVector &rhsVec, TeuchosVector &solVec) const QUESO::TeuchosMatrix
svdSolve(const TeuchosMatrix &rhsMat, TeuchosMatrix &solMat) const QUESO::TeuchosMatrix
TeuchosMatrix(const BaseEnvironment &env, const Map &map, unsigned int numCols)QUESO::TeuchosMatrix
TeuchosMatrix(const BaseEnvironment &env, const Map &map, double diagValue)QUESO::TeuchosMatrix
TeuchosMatrix(const TeuchosVector &v, double diagValue)QUESO::TeuchosMatrix
TeuchosMatrix(const TeuchosVector &v)QUESO::TeuchosMatrix
TeuchosMatrix(const TeuchosMatrix &B)QUESO::TeuchosMatrix
TeuchosMatrix()QUESO::TeuchosMatrixprivate
transpose() const QUESO::TeuchosMatrix
v_pivotingQUESO::TeuchosMatrixmutableprivate
values()QUESO::TeuchosMatrix
zeroLower(bool includeDiagonal=false)QUESO::TeuchosMatrixvirtual
zeroUpper(bool includeDiagonal=false)QUESO::TeuchosMatrixvirtual
~Matrix()QUESO::Matrixvirtual
~TeuchosMatrix()QUESO::TeuchosMatrix

Generated on Tue Jun 5 2018 19:49:12 for queso-0.57.1 by  doxygen 1.8.5