XC Open source finite element analysis program
|
This is the complete list of members for XC::Matrix, including all inherited members.
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 | |
Extract(const Matrix &V, int init_row, int init_col, double fact=1.0) (defined in XC::Matrix) | XC::Matrix | |
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 |
getNumBytes(void) const (defined in XC::Matrix) | XC::Matrix | inline |
getRow(int row) const | XC::Matrix | |
getTrn(void) const | XC::Matrix | |
Identity(void) (defined in XC::Matrix) | XC::Matrix | |
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 | |
Message (defined in XC::Matrix) | XC::Matrix | friend |
MPI_Channel (defined in XC::Matrix) | XC::Matrix | friend |
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* (defined in XC::Matrix) | XC::Matrix | friend |
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<< (defined in XC::Matrix) | XC::Matrix | friend |
operator=(const TNSR &) (defined in XC::Matrix) | XC::Matrix | |
operator=(const TNSR &V) (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 | |
Output(std::ostream &s) const | XC::Matrix | |
read(std::ifstream &) | XC::Matrix | |
resize(int numRow, int numCol) (defined in XC::Matrix) | XC::Matrix | |
rowNorm(void) const | XC::Matrix | |
rowSum(int i) const | XC::Matrix | |
setData(double *newData, int nRows, int nCols) (defined in XC::Matrix) | XC::Matrix | |
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 | |
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 |
write(std::ofstream &) | XC::Matrix | |
Zero(void) (defined in XC::Matrix) | XC::Matrix | |
~Matrix(void) (defined in XC::Matrix) | XC::Matrix | inlinevirtual |