XC Open source finite element analysis program
|
This is the complete list of members for XC::MovableMatrix, including all inherited members.
activateParameter(int parameterID) (defined in XC::MovableObject) | XC::MovableObject | virtual |
addMatrix(double factThis, const Matrix &other, double factOther) (defined in XC::Matrix) | XC::Matrix | |
addMatrixProduct(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) (defined in XC::Matrix) | XC::Matrix | |
Assemble(const Matrix &, const ID &rows, const ID &cols, double fact=1.0) (defined in XC::Matrix) | 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 | |
columnNorm(void) const | XC::Matrix | |
columnSum(int j) const | XC::Matrix | |
DistributedBase(void) | XC::DistributedBase | |
Extract(const Matrix &V, int init_row, int init_col, double fact=1.0) (defined in XC::Matrix) | XC::Matrix | |
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(CommParameters &) | XC::MovableObject | |
getDbTagData(void) const | XC::MovableMatrix | protectedvirtual |
getDbTagDataPos(const int &i) const | XC::DistributedBase | |
getNumBytes(void) const (defined in XC::Matrix) | XC::Matrix | inline |
getRow(int row) const | XC::Matrix | |
getTrn(void) const | XC::Matrix | |
getVariable(const std::string &variable, Information &) (defined in XC::MovableObject) | XC::MovableObject | virtual |
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 (defined in XC::Matrix) | XC::Matrix | |
isColumn(void) const (defined in XC::Matrix) | XC::Matrix | inline |
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) (defined in XC::Matrix) | XC::Matrix | |
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 &otro) | XC::MovableObject | |
noCols() const (defined in XC::Matrix) | XC::Matrix | inline |
Norm(void) const | XC::Matrix | |
Norm2(void) const | XC::Matrix | |
noRows() const (defined in XC::Matrix) | XC::Matrix | inline |
Nula(void) const (defined in XC::Matrix) | XC::Matrix | inline |
operator()(int row, int col) (defined in XC::Matrix) | XC::Matrix | inline |
operator()(int row, int col) const (defined in XC::Matrix) | XC::Matrix | inline |
operator()(const ID &rows, const ID &cols) const (defined in XC::Matrix) | XC::Matrix | |
operator*(double fact) const (defined in XC::Matrix) | XC::Matrix | |
operator*(const Vector &V) const (defined in XC::Matrix) | XC::Matrix | |
operator*(const Matrix &M) const (defined in XC::Matrix) | XC::Matrix | |
operator*=(double fact) (defined in XC::Matrix) | XC::Matrix | |
operator+(double fact) const (defined in XC::Matrix) | XC::Matrix | |
operator+(const Matrix &M) const (defined in XC::Matrix) | XC::Matrix | |
operator+=(double fact) (defined in XC::Matrix) | XC::Matrix | |
operator+=(const Matrix &M) (defined in XC::Matrix) | XC::Matrix | |
operator-(double fact) const (defined in XC::Matrix) | XC::Matrix | |
operator-(const Matrix &M) const (defined in XC::Matrix) | XC::Matrix | |
operator-=(double fact) (defined in XC::Matrix) | XC::Matrix | |
operator-=(const Matrix &M) (defined in XC::Matrix) | XC::Matrix | |
operator/(double fact) const (defined in XC::Matrix) | XC::Matrix | |
operator/=(double fact) (defined in XC::Matrix) | XC::Matrix | |
operator=(const TNSR &) (defined in XC::Matrix) | XC::Matrix | |
operator=(const TNSR &V) (defined in XC::Matrix) | XC::Matrix | |
XC::MovableObject::operator=(const MovableObject &otro) | XC::MovableObject | |
operator^(const Vector &V) const (defined in XC::Matrix) | XC::Matrix | |
operator^(const Matrix &M) const (defined in XC::Matrix) | XC::Matrix | |
Output(std::ostream &s) const | XC::Matrix | |
read(std::ifstream &) | XC::Matrix | |
recvSelf(const CommParameters &) (defined in XC::MovableMatrix) | XC::MovableMatrix | virtual |
resize(int numRow, int numCol) (defined in XC::Matrix) | XC::Matrix | |
rowNorm(void) const | XC::Matrix | |
rowSum(int i) const | XC::Matrix | |
sendSelf(CommParameters &) | XC::MovableMatrix | virtual |
setData(double *newData, int nRows, int nCols) (defined in XC::Matrix) | XC::Matrix | |
setDbTag(int dbTag) | XC::MovableObject | |
setDbTag(CommParameters &) | XC::MovableObject | |
setDbTagDataPos(const int &i, const int &v) | XC::DistributedBase | |
setMatrix(const Matrix &) | XC::MovableMatrix | |
setParameter(const std::vector< std::string > &argv, Parameter ¶m) (defined in XC::MovableObject) | XC::MovableObject | virtual |
setVariable(const std::string &variable, Information &) | XC::MovableObject | virtual |
Solve(const Vector &V, Vector &res) const (defined in XC::Matrix) | XC::Matrix | |
Solve(const Matrix &M, Matrix &res) const (defined in XC::Matrix) | XC::Matrix | |
toString(void) const (defined in XC::Matrix) | XC::Matrix | inline |
updateParameter(int parameterID, Information &info) (defined in XC::MovableObject) | XC::MovableObject | virtual |
write(std::ofstream &) | XC::Matrix | |
Zero(void) (defined in XC::Matrix) | XC::Matrix | |
~Matrix(void) (defined in XC::Matrix) | XC::Matrix | inlinevirtual |