Go to the documentation of this file.
41#define _IFT_SkylineUnsym_Name "skylineu"
46#define SkylineUnsym_TINY_PIVOT 1.e-30
74 std::unique_ptr<SparseMtrx> clone()
const override;
77 void times(
double x)
override;
79 int setInternalStructure(
IntArray &a);
86 double &at(
int i,
int j)
override;
87 double at(
int i,
int j)
const override;
88 void toFloatMatrix(
FloatMatrix &answer)
const override;
89 void printYourself()
const override;
90 void printStatistics()
const override;
91 void writeToFile(
const char *fname)
const override;
97 void checkSizeTowards(
const IntArray &);
std::vector< RowColumn > rowColumns
Row column segments.
SkylineUnsym(int n, std::vector< RowColumn > data, bool isFact)
SparseMtrxType giveType() const override
Sparse matrix type identification.
virtual ~SkylineUnsym()
Destructor.
int isFactorized
Factorization flag.
bool canBeFactorized() const override
Determines, whether receiver can be factorized.
bool isAsymmetric() const override
Returns true if asymmetric.
const char * giveClassName() const override
SparseMtrx(int n=0, int m=0)
FloatArrayF< N > assemble(const FloatArrayF< M > &x, int const (&c)[M])
Assemble components into zero matrix.
FloatMatrixF< N, M > zero()
Constructs a zero matrix (this is the default behavior when constructing a matrix,...
@ SMT_SkylineU
Unsymmetric skyline.
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