OOFEM 3.0
Loading...
Searching...
No Matches
oofem::FloatMatrix Member List

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::FloatMatrixinline
at(std::size_t i, std::size_t j) constoofem::FloatMatrixinline
at(std::size_t i, std::size_t j)oofem::FloatMatrixinline
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) constoofem::FloatMatrix
clear()oofem::FloatMatrixinline
cols() constoofem::FloatMatrixinline
computeFrobeniusNorm() constoofem::FloatMatrix
computeNorm(char p) constoofem::FloatMatrix
computeReciprocalCondition(char p='1') constoofem::FloatMatrix
copyColumn(FloatArray &dest, int c) constoofem::FloatMatrix
copySubVectorRow(const FloatArray &src, int sr, int sc)oofem::FloatMatrix
data() constoofem::FloatMatrixinline
data()oofem::FloatMatrixinline
Dimoofem::FloatMatrixstatic
FloatMatrix(std::size_t n, std::size_t m)oofem::FloatMatrixinline
FloatMatrix()oofem::FloatMatrixinline
FloatMatrix(const FloatMatrix &mat)oofem::FloatMatrixinline
FloatMatrix(FloatMatrix &&mat) noexceptoofem::FloatMatrixinline
FloatMatrix(std ::initializer_list< std ::initializer_list< double > > ini)oofem::FloatMatrixinline
FloatMatrix(const FloatMatrixF< N, M > &src)oofem::FloatMatrixinline
fromArray(const FloatArray &vector, bool transpose=false)oofem::FloatMatrixstatic
fromCols(std ::initializer_list< FloatArray >mat)oofem::FloatMatrixstatic
fromIniList(std ::initializer_list< std ::initializer_list< double > >)oofem::FloatMatrixstatic
giveDeterminant() constoofem::FloatMatrix
giveNumberOfColumns() constoofem::FloatMatrixinline
giveNumberOfRows() constoofem::FloatMatrixinline
givePackSize(DataStream &buff) constoofem::FloatMatrix
givePointer() constoofem::FloatMatrixinline
givePointer()oofem::FloatMatrixinline
giveTrace() constoofem::FloatMatrix
isAllFinite() constoofem::FloatMatrix
isNotEmpty() constoofem::FloatMatrixinline
isSquare() constoofem::FloatMatrixinline
jaco_(FloatArray &eval, FloatMatrix &v, int nf)oofem::FloatMatrix
nColumnsoofem::FloatMatrixprotected
negated()oofem::FloatMatrix
nRowsoofem::FloatMatrixprotected
operator()(std::size_t i, std::size_t j)oofem::FloatMatrixinline
operator()(std::size_t i, std::size_t j) constoofem::FloatMatrixinline
operator<<(std ::ostream &out, const FloatMatrix &r)oofem::FloatMatrixfriend
operator=(const FloatMatrix &mat)oofem::FloatMatrixinline
operator=(FloatMatrix &&mat) noexceptoofem::FloatMatrixinline
operator=(std ::initializer_list< std ::initializer_list< double > >mat)oofem::FloatMatrixinline
operator=(const FloatMatrixF< N, M > &mat)oofem::FloatMatrixinline
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() constoofem::FloatMatrix
printYourself(const std::string &name) constoofem::FloatMatrix
printYourselfToFile(const std::string filename, const bool showDimensions=true) constoofem::FloatMatrix
pY() constoofem::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() constoofem::FloatMatrixinline
Scalar typedefoofem::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) constoofem::FloatMatrix
subtract(const FloatMatrix &a)oofem::FloatMatrix
symmetrized()oofem::FloatMatrix
times(double f)oofem::FloatMatrix
valuesoofem::FloatMatrixprotected
writeCSV(const std ::string &name) constoofem::FloatMatrix
zero()oofem::FloatMatrix

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011