Go to the documentation of this file.
46#define _IFT_DynCompCol_Name "dcsc"
50#define DynCompCol_CHUNK 8
78 std::unique_ptr<SparseMtrx> clone()
const override;
81 void times(
double x)
override;
90 double &at(
int i,
int j)
override;
91 double at(
int i,
int j)
const override;
92 void printStatistics()
const override;
108 double operator() (
int i,
int j)
const;
110 double &operator() (
int i,
int j);
113 int giveRowIndx(
int col,
int row)
const;
115 int insertRowInColumn(
int col,
int row);
const char * giveClassName() const override
std::vector< IntArray > rowind
std::vector< FloatArray > columns
SparseMtrxType giveType() const override
Sparse matrix type identification.
const IntArray & row_ind(int i) const
Returns row index for i-th column.
bool canBeFactorized() const override
Determines, whether receiver can be factorized.
bool isAsymmetric() const override
Returns true if asymmetric.
virtual ~DynCompCol()
Destructor.
const FloatArray & column(int i) const
Returns column values.
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_DynCompCol
Dynamically growing compressed column.
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