OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
This is the complete list of members for oofem::FloatMatrix, including all inherited members.
add(const FloatMatrix &a) | oofem::FloatMatrix | |
add(double s, const FloatMatrix &a) | oofem::FloatMatrix | |
addProductOf(const FloatMatrix &a, const FloatMatrix &b) | oofem::FloatMatrix | |
addSubVectorCol(const FloatArray &src, int sr, int sc) | oofem::FloatMatrix | |
addSubVectorRow(const FloatArray &src, int sr, int sc) | oofem::FloatMatrix | |
addTProductOf(const FloatMatrix &a, const FloatMatrix &b) | oofem::FloatMatrix | |
assemble(const FloatMatrix &src, const IntArray &loc) | oofem::FloatMatrix | |
assemble(const FloatMatrix &src, const IntArray &rowind, const IntArray &colind) | oofem::FloatMatrix | |
assemble(const FloatMatrix &src, const int *rowind, const int *colind) | oofem::FloatMatrix | |
at(int i, int j) const | oofem::FloatMatrix | inline |
at(int i, int j) | oofem::FloatMatrix | inline |
beDiagonal(const FloatArray &diag) | oofem::FloatMatrix | |
beDyadicProductOf(const FloatArray &vec1, const FloatArray &vec2) | oofem::FloatMatrix | |
beInverseOf(const FloatMatrix &src) | oofem::FloatMatrix | |
beLocalCoordSys(const FloatArray &normal) | oofem::FloatMatrix | |
beMatrixForm(const FloatArray &aArray) | oofem::FloatMatrix | |
beMatrixFormOfStress(const FloatArray &aArray) | oofem::FloatMatrix | |
beNMatrixOf(const FloatArray &n, int nsd) | oofem::FloatMatrix | |
bePinvID() | oofem::FloatMatrix | |
beProductOf(const FloatMatrix &a, const FloatMatrix &b) | oofem::FloatMatrix | |
beProductTOf(const FloatMatrix &a, const FloatMatrix &b) | oofem::FloatMatrix | |
beSubMatrixOf(const FloatMatrix &src, int topRow, int bottomRow, int topCol, int bottomCol) | oofem::FloatMatrix | |
beSubMatrixOf(const FloatMatrix &src, const IntArray &indxRow, const IntArray &indxCol) | oofem::FloatMatrix | |
beTProductOf(const FloatMatrix &a, const FloatMatrix &b) | oofem::FloatMatrix | |
beTranspositionOf(const FloatMatrix &src) | oofem::FloatMatrix | |
beUnitMatrix() | oofem::FloatMatrix | |
changeComponentOrder() | oofem::FloatMatrix | |
checkBounds(int i, int j) const | oofem::FloatMatrix | |
clear() | oofem::FloatMatrix | inline |
computeFrobeniusNorm() const | oofem::FloatMatrix | |
computeNorm(char p) const | oofem::FloatMatrix | |
computeReciprocalCondition(char p= '1') const | oofem::FloatMatrix | |
copyColumn(FloatArray &dest, int c) const | oofem::FloatMatrix | |
copySubVectorRow(const FloatArray &src, int sr, int sc) | oofem::FloatMatrix | |
FloatMatrix(int n, int m) | oofem::FloatMatrix | inline |
FloatMatrix() | oofem::FloatMatrix | inline |
FloatMatrix(const FloatArray &vector, bool transpose=false) | oofem::FloatMatrix | |
FloatMatrix(const FloatMatrix &mat) | oofem::FloatMatrix | inline |
FloatMatrix(FloatMatrix &&mat) | oofem::FloatMatrix | inline |
FloatMatrix(std::initializer_list< std::initializer_list< double > >mat) | oofem::FloatMatrix | |
giveDeterminant() const | oofem::FloatMatrix | |
giveNumberOfColumns() const | oofem::FloatMatrix | inline |
giveNumberOfRows() const | oofem::FloatMatrix | inline |
givePackSize(DataStream &buff) const | oofem::FloatMatrix | |
givePointer() const | oofem::FloatMatrix | inline |
givePointer() | oofem::FloatMatrix | inline |
giveTrace() const | oofem::FloatMatrix | |
hardResize(int r, int c) | oofem::FloatMatrix | |
initFromVector(const FloatArray &vector, bool transposed) | oofem::FloatMatrix | |
isFinite() const | oofem::FloatMatrix | |
isNotEmpty() const | oofem::FloatMatrix | inline |
isSquare() const | oofem::FloatMatrix | inline |
jaco_(FloatArray &eval, FloatMatrix &v, int nf) | oofem::FloatMatrix | |
nColumns | oofem::FloatMatrix | protected |
negated() | oofem::FloatMatrix | |
nRows | oofem::FloatMatrix | protected |
operator()(int i, int j) | oofem::FloatMatrix | inline |
operator()(int i, int j) const | oofem::FloatMatrix | inline |
operator<<(std::ostream &out, const FloatMatrix &r) | oofem::FloatMatrix | friend |
operator=(std::initializer_list< std::initializer_list< double > >mat) | oofem::FloatMatrix | |
operator=(std::initializer_list< FloatArray >mat) | oofem::FloatMatrix | |
operator=(const FloatMatrix &mat) | oofem::FloatMatrix | inline |
operator=(FloatMatrix &&mat) | oofem::FloatMatrix | inline |
plusDyadSymmUpper(const FloatArray &a, double dV) | oofem::FloatMatrix | |
plusDyadUnsym(const FloatArray &a, const FloatArray &b, double dV) | oofem::FloatMatrix | |
plusProductSymmUpper(const FloatMatrix &a, const FloatMatrix &b, double dV) | oofem::FloatMatrix | |
plusProductUnsym(const FloatMatrix &a, const FloatMatrix &b, double dV) | oofem::FloatMatrix | |
printYourself() const | oofem::FloatMatrix | |
printYourself(const std::string &name) const | oofem::FloatMatrix | |
printYourselfToFile(const std::string filename, const bool showDimensions=true) const | oofem::FloatMatrix | |
pY() const | oofem::FloatMatrix | |
resize(int rows, int cols) | oofem::FloatMatrix | |
resizeWithData(int, int) | oofem::FloatMatrix | |
restoreYourself(DataStream &stream) | oofem::FloatMatrix | |
rotatedWith(const FloatMatrix &r, char mode= 'n') | oofem::FloatMatrix | |
setColumn(const FloatArray &src, int c) | oofem::FloatMatrix | |
setSubMatrix(const FloatMatrix &src, int sr, int sc) | oofem::FloatMatrix | |
setTSubMatrix(const FloatMatrix &src, int sr, int sc) | oofem::FloatMatrix | |
solveForRhs(const FloatArray &b, FloatArray &answer, bool transpose=false) | oofem::FloatMatrix | |
solveForRhs(const FloatMatrix &B, FloatMatrix &answer, bool transpose=false) | oofem::FloatMatrix | |
storeYourself(DataStream &stream) const | oofem::FloatMatrix | |
subtract(const FloatMatrix &a) | oofem::FloatMatrix | |
symmetrized() | oofem::FloatMatrix | |
times(double f) | oofem::FloatMatrix | |
values | oofem::FloatMatrix | protected |
writeCSV(const std::string &name) const | oofem::FloatMatrix | |
zero() | oofem::FloatMatrix | |
~FloatMatrix() | oofem::FloatMatrix | inline |