|
OOFEM 3.0
|
This is the complete list of members for oofem::FloatMatrix, including all inherited members.
| _resize_internal(int nr, int nc) | oofem::FloatMatrix | |
| 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 | |
| assembleT(const FloatMatrix &src, const IntArray &rowind, const IntArray &colind) | oofem::FloatMatrix | |
| assignFloatMatrixF(const FloatMatrixF< N, M > &mat) | oofem::FloatMatrix | inline |
| at(std::size_t i, std::size_t j) const | oofem::FloatMatrix | inline |
| at(std::size_t i, std::size_t 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, Index topRow, Index bottomRow, Index topCol, Index 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(Index i, Index j) const | oofem::FloatMatrix | |
| clear() | oofem::FloatMatrix | inline |
| cols() const | 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 | |
| data() const | oofem::FloatMatrix | inline |
| data() | oofem::FloatMatrix | inline |
| Dim | oofem::FloatMatrix | static |
| FloatMatrix(std::size_t n, std::size_t m) | oofem::FloatMatrix | inline |
| FloatMatrix() | oofem::FloatMatrix | inline |
| FloatMatrix(const FloatMatrix &mat) | oofem::FloatMatrix | inline |
| FloatMatrix(FloatMatrix &&mat) noexcept | oofem::FloatMatrix | inline |
| FloatMatrix(std ::initializer_list< std ::initializer_list< double > > ini) | oofem::FloatMatrix | inline |
| FloatMatrix(const FloatMatrixF< N, M > &src) | oofem::FloatMatrix | inline |
| fromArray(const FloatArray &vector, bool transpose=false) | oofem::FloatMatrix | static |
| fromCols(std ::initializer_list< FloatArray >mat) | oofem::FloatMatrix | static |
| fromIniList(std ::initializer_list< std ::initializer_list< double > >) | oofem::FloatMatrix | static |
| 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 | |
| isAllFinite() 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()(std::size_t i, std::size_t j) | oofem::FloatMatrix | inline |
| operator()(std::size_t i, std::size_t j) const | oofem::FloatMatrix | inline |
| operator<<(std ::ostream &out, const FloatMatrix &r) | oofem::FloatMatrix | friend |
| operator=(const FloatMatrix &mat) | oofem::FloatMatrix | inline |
| operator=(FloatMatrix &&mat) noexcept | oofem::FloatMatrix | inline |
| operator=(std ::initializer_list< std ::initializer_list< double > >mat) | oofem::FloatMatrix | inline |
| operator=(const FloatMatrixF< N, M > &mat) | oofem::FloatMatrix | inline |
| plus_Nt_a_otimes_b_B(const FloatMatrix &N, const FloatArray &a, const FloatArray &b, const FloatMatrix &B, double dV=1) | oofem::FloatMatrix | |
| 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(Index rows, Index cols) | oofem::FloatMatrix | |
| resizeWithData(Index, Index) | oofem::FloatMatrix | |
| restoreYourself(DataStream &stream) | oofem::FloatMatrix | |
| rotatedWith(const FloatMatrix &r, char mode='n') | oofem::FloatMatrix | |
| rows() const | oofem::FloatMatrix | inline |
| Scalar typedef | oofem::FloatMatrix | |
| setColumn(const FloatArray &src, int c) | oofem::FloatMatrix | |
| setSubMatrix(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 |