xc
|
This is the complete list of members for XC::MovableMatrix, including all inherited members.
activateParameter(int parameterID) | XC::MovableObject | virtual |
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) const | XC::Matrix | |
columnSum(int j) const | XC::Matrix | |
CommandEntity(CommandEntity *owr=nullptr) | CommandEntity | |
copyPropsFrom(const EntityWithProperties &) | EntityWithProperties | |
DistributedBase(void) | XC::DistributedBase | |
entcmd_cast(boost::any &data) (defined in CommandEntity) | CommandEntity | protectedstatic |
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) const | EntityWithOwner | virtual |
getClassTag(void) const | XC::MovableObject | |
getCol(int col) const | XC::Matrix | |
getDataPtr(void) const (defined in XC::Matrix) | XC::Matrix | inline |
getDataPtr(void) (defined in XC::Matrix) | XC::Matrix | inline |
getDataSize(void) const (defined in XC::Matrix) | XC::Matrix | inline |
getDbTag(void) const | XC::MovableObject | |
getDbTag(Communicator &) | XC::MovableObject | |
getDbTagData(void) const | XC::MovableMatrix | protectedvirtual |
getDbTagDataPos(const int &i) const | XC::DistributedBase | |
getErrFileName(void) const | CommandEntity | |
getInverse(void) const (defined in XC::Matrix) | XC::Matrix | |
getLogFileName(void) const | CommandEntity | |
getNumBytes(void) const (defined in XC::Matrix) | XC::Matrix | inline |
getOutputFileName(void) const | CommandEntity | |
getPropertiesDict(void) const | EntityWithProperties | |
getPropNames(void) const | EntityWithProperties | |
getPyDict(void) const | EntityWithProperties | virtual |
getPyList(void) const | XC::Matrix | |
getPyProp(const std::string &str) | EntityWithProperties | |
getRow(int row) const | XC::Matrix | |
getStandardOutputWrapper(void) const | CommandEntity | |
getStandardOutputWrapper(void) | CommandEntity | |
getTrn(void) const | XC::Matrix | |
getVariable(const std::string &variable, Information &) | XC::MovableObject | virtual |
getVerbosityLevel(void) | EntityWithOwner | static |
hasPyProp(const std::string &) | EntityWithProperties | |
Identity(void) (defined in XC::Matrix) | XC::Matrix | |
inicComm(const int &dataSize) const | XC::DistributedBase | |
Input(const std::string &) | XC::Matrix | |
Invert(Matrix &res) const | XC::Matrix | |
isColumn(void) const (defined in XC::Matrix) | XC::Matrix | inline |
isEmpty(void) const (defined in XC::Matrix) | XC::Matrix | inline |
isEqual(const EntityWithProperties &) const | EntityWithProperties | protected |
EntityWithOwner::isEqual(const EntityWithOwner &) const | EntityWithOwner | protectedvirtual |
isRow(void) const (defined in XC::Matrix) | XC::Matrix | inline |
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::Matrix | explicit |
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::MovableMatrix | explicit |
MovableObject(int classTag, int dbTag) | XC::MovableObject | |
MovableObject(int classTag) | XC::MovableObject | |
MovableObject(const MovableObject &) | XC::MovableObject | |
noCols() const | XC::Matrix | inline |
Norm(void) const | XC::Matrix | |
Norm2(void) const | XC::Matrix | |
noRows() const | XC::Matrix | inline |
OneNorm(void) const | XC::Matrix | |
operator()(int row, int col) | XC::Matrix | inline |
operator()(int row, int col) const | XC::Matrix | inline |
operator()(const ID &rows, const ID &cols) const | XC::Matrix | |
operator*(double fact) const | XC::Matrix | |
operator*(const Vector &V) const | XC::Matrix | |
operator*(const Matrix &M) const | XC::Matrix | |
operator*=(double fact) | XC::Matrix | |
operator+(double fact) const | XC::Matrix | |
operator+(const Matrix &M) const | XC::Matrix | |
operator+=(double fact) | XC::Matrix | |
operator+=(const Matrix &M) | XC::Matrix | |
operator-(double fact) const | XC::Matrix | |
operator-(void) const | XC::Matrix | |
operator-(const Matrix &M) const | XC::Matrix | |
operator-=(double fact) | XC::Matrix | |
operator-=(const Matrix &M) | XC::Matrix | |
operator/(double fact) const | XC::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 &) const | EntityWithOwner | virtual |
operator^(const Vector &V) const | XC::Matrix | |
operator^(const Matrix &M) const | XC::Matrix | |
Output(std::ostream &s) const | XC::Matrix | |
Owner(void) | CommandEntity | |
Owner(void) const | CommandEntity | |
putCol(int, const Vector &) | XC::Matrix | |
putRow(int, const Vector &) | XC::Matrix | |
PythonDict typedef (defined in EntityWithProperties) | EntityWithProperties | |
RCond(void) const | XC::Matrix | |
read(std::ifstream &) | XC::Matrix | |
recvSelf(const Communicator &) | XC::MovableMatrix | virtual |
resetStandardOutput(void) | CommandEntity | static |
resize(int numRow, int numCol) (defined in XC::Matrix) | XC::Matrix | |
rowNorm(void) const | XC::Matrix | |
rowSum(int i) const | XC::Matrix | |
sendSelf(Communicator &) | XC::MovableMatrix | virtual |
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 ¶m) | XC::MovableObject | virtual |
setPyDict(const boost::python::dict &) | EntityWithProperties | virtual |
setPyList(const boost::python::list &) | XC::Matrix | |
setPyProp(std::string str, boost::python::object val) | EntityWithProperties | |
setVariable(const std::string &variable, Information &) | XC::MovableObject | virtual |
setVerbosityLevel(const int &) | EntityWithOwner | static |
Solve(const Vector &V, Vector &res) const | XC::Matrix | |
Solve(const Matrix &M, Matrix &res) const (defined in XC::Matrix) | XC::Matrix | |
string_to(T &, const std::string &) const (defined in CommandEntity) | CommandEntity | protected |
toString(void) const (defined in XC::Matrix) | XC::Matrix | inline |
updateParameter(int parameterID, Information &info) | XC::MovableObject | virtual |
verbosity | EntityWithOwner | protectedstatic |
write(std::ofstream &) | XC::Matrix | |
Zero(void) | XC::Matrix | |
~DistributedBase(void) | XC::DistributedBase | virtual |
~EntityWithOwner(void) | EntityWithOwner | inlinevirtual |
~Matrix(void) (defined in XC::Matrix) | XC::Matrix | inlinevirtual |