xc
|
This is the complete list of members for XC::Matrix, including all inherited members.
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 | |
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 |
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 |
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 | |
getVerbosityLevel(void) | EntityWithOwner | static |
hasPyProp(const std::string &) | EntityWithProperties | |
Identity(void) (defined in XC::Matrix) | XC::Matrix | |
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 | |
Message (defined in XC::Matrix) | XC::Matrix | friend |
MPI_Channel (defined in XC::Matrix) | XC::Matrix | friend |
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* (defined in XC::Matrix) | XC::Matrix | friend |
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<< (defined in XC::Matrix) | XC::Matrix | friend |
operator=(const TNSR &) (defined in XC::Matrix) | XC::Matrix | |
operator=(const TNSR &V) | XC::Matrix | |
CommandEntity::operator=(const EntityWithOwner &) | EntityWithOwner | |
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 | |
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 | |
set_owner(EntityWithOwner *owr) | EntityWithOwner | |
setData(double *newData, int nRows, int nCols) (defined in XC::Matrix) | XC::Matrix | |
setErrFileName(const std::string &) | CommandEntity | |
setLogFileName(const std::string &) | CommandEntity | |
setOutputFileName(const std::string &) | CommandEntity | |
setPyDict(const boost::python::dict &) | EntityWithProperties | virtual |
setPyList(const boost::python::list &) | XC::Matrix | |
setPyProp(std::string str, boost::python::object val) | EntityWithProperties | |
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 |
TCP_Socket (defined in XC::Matrix) | XC::Matrix | friend |
TCP_SocketNoDelay (defined in XC::Matrix) | XC::Matrix | friend |
to_string(const Matrix &) | XC::Matrix | friend |
toString(void) const (defined in XC::Matrix) | XC::Matrix | inline |
UDP_Socket (defined in XC::Matrix) | XC::Matrix | friend |
Vector (defined in XC::Matrix) | XC::Matrix | friend |
verbosity | EntityWithOwner | protectedstatic |
write(std::ofstream &) | XC::Matrix | |
Zero(void) | XC::Matrix | |
~EntityWithOwner(void) | EntityWithOwner | inlinevirtual |
~Matrix(void) (defined in XC::Matrix) | XC::Matrix | inlinevirtual |