xc
XC::MovableMatrix Member List

This is the complete list of members for XC::MovableMatrix, including all inherited members.

activateParameter(int parameterID)XC::MovableObjectvirtual
addMatrix(double factThis, const Matrix &other, double factOther)XC::Matrix
addMatrixProduct(double factThis, const Matrix &A, const Matrix &B, double factOther) (defined in XC::Matrix)XC::Matrix
addMatrixTranspose(double factThis, const Matrix &other, double factOther) (defined in XC::Matrix)XC::Matrix
addMatrixTransposeProduct(double factThis, const Matrix &A, const Matrix &B, double factOther) (defined in XC::Matrix)XC::Matrix
addMatrixTripleProduct(double factThis, const Matrix &A, const Matrix &B, double factOther)XC::Matrix
addMatrixTripleProduct(double factThis, const Matrix &A, const Matrix &B, const Matrix &C, double otherFact)XC::Matrix
Assemble(const Matrix &, const ID &rows, const ID &cols, double fact=1.0)XC::Matrix
Assemble(const Matrix &V, int init_row, int init_col, double fact=1.0)XC::Matrix
AssembleTranspose(const Matrix &V, int init_row, int init_col, double fact=1.0) (defined in XC::Matrix)XC::Matrix
clearPyProps(void)EntityWithProperties
columnNorm(void) constXC::Matrix
columnSum(int j) constXC::Matrix
CommandEntity(CommandEntity *owr=nullptr)CommandEntity
copyPropsFrom(const EntityWithProperties &)EntityWithProperties
DistributedBase(void)XC::DistributedBase
entcmd_cast(boost::any &data) (defined in CommandEntity)CommandEntityprotectedstatic
EntityWithOwner(EntityWithOwner *owr=nullptr)EntityWithOwner
EntityWithOwner(const EntityWithOwner &)EntityWithOwner
EntityWithProperties(EntityWithProperties *owr=nullptr)EntityWithProperties
evalPy(boost::python::object dict, const std::string &)CommandEntity
execFilePy(boost::python::object dict, const std::string &)CommandEntity
execPy(boost::python::object dict, const std::string &)CommandEntity
Extract(const Matrix &V, int init_row, int init_col, double fact=1.0) (defined in XC::Matrix)XC::Matrix
getClassName(void) constEntityWithOwnervirtual
getClassTag(void) constXC::MovableObject
getCol(int col) constXC::Matrix
getDataPtr(void) const (defined in XC::Matrix)XC::Matrixinline
getDataPtr(void) (defined in XC::Matrix)XC::Matrixinline
getDataSize(void) const (defined in XC::Matrix)XC::Matrixinline
getDbTag(void) constXC::MovableObject
getDbTag(Communicator &)XC::MovableObject
getDbTagData(void) constXC::MovableMatrixprotectedvirtual
getDbTagDataPos(const int &i) constXC::DistributedBase
getErrFileName(void) constCommandEntity
getInverse(void) const (defined in XC::Matrix)XC::Matrix
getLogFileName(void) constCommandEntity
getNumBytes(void) const (defined in XC::Matrix)XC::Matrixinline
getOutputFileName(void) constCommandEntity
getPropertiesDict(void) constEntityWithProperties
getPropNames(void) constEntityWithProperties
getPyDict(void) constEntityWithPropertiesvirtual
getPyList(void) constXC::Matrix
getPyProp(const std::string &str)EntityWithProperties
getRow(int row) constXC::Matrix
getStandardOutputWrapper(void) constCommandEntity
getStandardOutputWrapper(void)CommandEntity
getTrn(void) constXC::Matrix
getVariable(const std::string &variable, Information &)XC::MovableObjectvirtual
getVerbosityLevel(void)EntityWithOwnerstatic
hasPyProp(const std::string &)EntityWithProperties
Identity(void) (defined in XC::Matrix)XC::Matrix
inicComm(const int &dataSize) constXC::DistributedBase
Input(const std::string &)XC::Matrix
Invert(Matrix &res) constXC::Matrix
isColumn(void) const (defined in XC::Matrix)XC::Matrixinline
isEmpty(void) const (defined in XC::Matrix)XC::Matrixinline
isEqual(const EntityWithProperties &) constEntityWithPropertiesprotected
EntityWithOwner::isEqual(const EntityWithOwner &) constEntityWithOwnerprotectedvirtual
isRow(void) const (defined in XC::Matrix)XC::Matrixinline
Matrix(void)XC::Matrix
Matrix(int nrows, int ncols)XC::Matrix
Matrix(double *data, int nrows, int ncols)XC::Matrix
Matrix(const Vector &v)XC::Matrixexplicit
Matrix(const boost::python::list &l)XC::Matrix
MovableMatrix(const size_t &nr=0, const size_t &nc=0)XC::MovableMatrix
MovableMatrix(const Matrix &m)XC::MovableMatrixexplicit
MovableObject(int classTag, int dbTag)XC::MovableObject
MovableObject(int classTag)XC::MovableObject
MovableObject(const MovableObject &)XC::MovableObject
noCols() constXC::Matrixinline
Norm(void) constXC::Matrix
Norm2(void) constXC::Matrix
noRows() constXC::Matrixinline
OneNorm(void) constXC::Matrix
operator()(int row, int col)XC::Matrixinline
operator()(int row, int col) constXC::Matrixinline
operator()(const ID &rows, const ID &cols) constXC::Matrix
operator*(double fact) constXC::Matrix
operator*(const Vector &V) constXC::Matrix
operator*(const Matrix &M) constXC::Matrix
operator*=(double fact)XC::Matrix
operator+(double fact) constXC::Matrix
operator+(const Matrix &M) constXC::Matrix
operator+=(double fact)XC::Matrix
operator+=(const Matrix &M)XC::Matrix
operator-(double fact) constXC::Matrix
operator-(void) constXC::Matrix
operator-(const Matrix &M) constXC::Matrix
operator-=(double fact)XC::Matrix
operator-=(const Matrix &M)XC::Matrix
operator/(double fact) constXC::Matrix
operator/=(double fact)XC::Matrix
operator=(const TNSR &) (defined in XC::Matrix)XC::Matrix
XC::operator=(const TNSR &V)XC::Matrix
XC::CommandEntity::operator=(const EntityWithOwner &)EntityWithOwner
XC::MovableObject::operator=(const MovableObject &)XC::MovableObject
operator==(const EntityWithOwner &) constEntityWithOwnervirtual
operator^(const Vector &V) constXC::Matrix
operator^(const Matrix &M) constXC::Matrix
Output(std::ostream &s) constXC::Matrix
Owner(void)CommandEntity
Owner(void) constCommandEntity
putCol(int, const Vector &)XC::Matrix
putRow(int, const Vector &)XC::Matrix
PythonDict typedef (defined in EntityWithProperties)EntityWithProperties
RCond(void) constXC::Matrix
read(std::ifstream &)XC::Matrix
recvSelf(const Communicator &)XC::MovableMatrixvirtual
resetStandardOutput(void)CommandEntitystatic
resize(int numRow, int numCol) (defined in XC::Matrix)XC::Matrix
rowNorm(void) constXC::Matrix
rowSum(int i) constXC::Matrix
sendSelf(Communicator &)XC::MovableMatrixvirtual
set_owner(EntityWithOwner *owr)EntityWithOwner
setData(double *newData, int nRows, int nCols) (defined in XC::Matrix)XC::Matrix
setDbTag(int dbTag)XC::MovableObject
setDbTag(Communicator &)XC::MovableObject
setDbTagDataPos(const int &i, const int &v)XC::DistributedBase
setErrFileName(const std::string &)CommandEntity
setLogFileName(const std::string &)CommandEntity
setMatrix(const Matrix &)XC::MovableMatrix
setOutputFileName(const std::string &)CommandEntity
setParameter(const std::vector< std::string > &argv, Parameter &param)XC::MovableObjectvirtual
setPyDict(const boost::python::dict &)EntityWithPropertiesvirtual
setPyList(const boost::python::list &)XC::Matrix
setPyProp(std::string str, boost::python::object val)EntityWithProperties
setVariable(const std::string &variable, Information &)XC::MovableObjectvirtual
setVerbosityLevel(const int &)EntityWithOwnerstatic
Solve(const Vector &V, Vector &res) constXC::Matrix
Solve(const Matrix &M, Matrix &res) const (defined in XC::Matrix)XC::Matrix
string_to(T &, const std::string &) const (defined in CommandEntity)CommandEntityprotected
toString(void) const (defined in XC::Matrix)XC::Matrixinline
updateParameter(int parameterID, Information &info)XC::MovableObjectvirtual
verbosityEntityWithOwnerprotectedstatic
write(std::ofstream &)XC::Matrix
Zero(void)XC::Matrix
~DistributedBase(void)XC::DistributedBasevirtual
~EntityWithOwner(void)EntityWithOwnerinlinevirtual
~Matrix(void) (defined in XC::Matrix)XC::Matrixinlinevirtual