| add(const FloatArray &src) | oofem::FloatArray | |
| add(double factor, const FloatArray &b) | oofem::FloatArray | |
| add(double offset) | oofem::FloatArray | |
| addSubVector(const FloatArray &src, int si) | oofem::FloatArray | |
| append(const FloatArray &a) | oofem::FloatArray | |
| append(double a) | oofem::FloatArray | |
| assemble(const FloatArray &fe, const IntArray &loc) | oofem::FloatArray | |
| assembleSquared(const FloatArray &fe, const IntArray &loc) | oofem::FloatArray | |
| at(int i) | oofem::FloatArray | inline |
| at(int i) const | oofem::FloatArray | inline |
| beColumnOf(const FloatMatrix &mat, int col) | oofem::FloatArray | |
| beDifferenceOf(const FloatArray &a, const FloatArray &b) | oofem::FloatArray | |
| beDifferenceOf(const FloatArray &a, const FloatArray &b, int n) | oofem::FloatArray | |
| begin() | oofem::FloatArray | inline |
| begin() const | oofem::FloatArray | inline |
| beMaxOf(const FloatArray &a, const FloatArray &b) | oofem::FloatArray | |
| beMinOf(const FloatArray &a, const FloatArray &b) | oofem::FloatArray | |
| beProductOf(const FloatMatrix &aMatrix, const FloatArray &anArray) | oofem::FloatArray | |
| beScaled(double s, const FloatArray &b) | oofem::FloatArray | |
| beSubArrayOf(const FloatArray &src, const IntArray &indx) | oofem::FloatArray | |
| beSymVectorForm(const FloatMatrix &aMatrix) | oofem::FloatArray | |
| beSymVectorFormOfStrain(const FloatMatrix &aMatrix) | oofem::FloatArray | |
| beTProductOf(const FloatMatrix &aMatrix, const FloatArray &anArray) | oofem::FloatArray | |
| beVectorForm(const FloatMatrix &aMatrix) | oofem::FloatArray | |
| beVectorProductOf(const FloatArray &v1, const FloatArray &v2) | oofem::FloatArray | |
| changeComponentOrder() | oofem::FloatArray | |
| checkBounds(int i) const | oofem::FloatArray | |
| checkSizeTowards(const IntArray &loc) | oofem::FloatArray | |
| clear() | oofem::FloatArray | inline |
| computeNorm() const | oofem::FloatArray | |
| computeSquaredNorm() const | oofem::FloatArray | |
| containsOnlyZeroes() const | oofem::FloatArray | |
| copySubVector(const FloatArray &src, int si) | oofem::FloatArray | |
| distance(const FloatArray &x) const | oofem::FloatArray | |
| distance(const FloatArray *x) const | oofem::FloatArray | inline |
| distance(const FloatArray &iP1, const FloatArray &iP2, double &oXi, double &oXiUnbounded) const | oofem::FloatArray | |
| distance_square(const FloatArray &iP1, const FloatArray &iP2, double &oXi, double &oXiUnbounded) const | oofem::FloatArray | |
| distance_square(const FloatArray &x) const | oofem::FloatArray | |
| dotProduct(const FloatArray &x) const | oofem::FloatArray | |
| dotProduct(const FloatArray &x, int size) const | oofem::FloatArray | |
| end() | oofem::FloatArray | inline |
| end() const | oofem::FloatArray | inline |
| FloatArray(int n=0) | oofem::FloatArray | inline |
| FloatArray(double)=delete | oofem::FloatArray | |
| FloatArray(const FloatArray &src) | oofem::FloatArray | inline |
| FloatArray(FloatArray &&src) | oofem::FloatArray | inline |
| FloatArray(std::initializer_list< double >list) | oofem::FloatArray | inline |
| FloatMatrix class | oofem::FloatArray | friend |
| giveIndexMaxElem(void) | oofem::FloatArray | |
| giveIndexMinElem(void) | oofem::FloatArray | |
| givePackSize(DataStream &buff) const | oofem::FloatArray | |
| givePointer() const | oofem::FloatArray | inline |
| givePointer() | oofem::FloatArray | inline |
| giveSize() const | oofem::FloatArray | inline |
| hardResize(int s) | oofem::FloatArray | |
| isEmpty() const | oofem::FloatArray | inline |
| isFinite() const | oofem::FloatArray | |
| isNotEmpty() const | oofem::FloatArray | inline |
| negated() | oofem::FloatArray | |
| normalize() | oofem::FloatArray | |
| operator()(int i) | oofem::FloatArray | inline |
| operator()(int i) const | oofem::FloatArray | inline |
| operator<<(std::ostream &out, const FloatArray &x) | oofem::FloatArray | friend |
| operator=(const FloatArray &src) | oofem::FloatArray | inline |
| operator=(FloatArray &&src) | oofem::FloatArray | inline |
| operator=(std::initializer_list< double >list) | oofem::FloatArray | inline |
| operator=(const double &) | oofem::FloatArray | |
| operator[](int i) | oofem::FloatArray | inline |
| operator[](int i) const | oofem::FloatArray | inline |
| plusProduct(const FloatMatrix &b, const FloatArray &s, double dV) | oofem::FloatArray | |
| power(const double exponent) | oofem::FloatArray | |
| printYourself() const | oofem::FloatArray | virtual |
| printYourself(const std::string &name) const | oofem::FloatArray | virtual |
| printYourselfToFile(const std::string filename, const bool showDimensions=true) const | oofem::FloatArray | virtual |
| product() const | oofem::FloatArray | |
| push_back(const double &iVal) | oofem::FloatArray | inline |
| pY() const | oofem::FloatArray | virtual |
| reserve(int s) | oofem::FloatArray | |
| resize(int s) | oofem::FloatArray | |
| resizeWithValues(int s, int allocChunk=0) | oofem::FloatArray | |
| restoreYourself(DataStream &stream) | oofem::FloatArray | |
| rotatedWith(FloatMatrix &r, char mode) | oofem::FloatArray | |
| storeYourself(DataStream &stream) const | oofem::FloatArray | |
| subtract(const FloatArray &src) | oofem::FloatArray | |
| sum() const | oofem::FloatArray | |
| times(double s) | oofem::FloatArray | |
| values | oofem::FloatArray | protected |
| zero() | oofem::FloatArray | |
| ~FloatArray() | oofem::FloatArray | inlinevirtual |