Go to the documentation of this file.
78#define _IFT_CompCol_Name "csc"
108 std::unique_ptr<SparseMtrx> clone()
const override;
111 void times(
double x)
override;
116 void zero()
override;
117 double &at(
int i,
int j)
override;
118 double at(
int i,
int j)
const override;
119 void toFloatMatrix(
FloatMatrix &answer)
const override;
120 void printYourself()
const override;
142 double operator() (
int i,
int j)
const;
144 double &operator() (
int i,
int j);
FloatArray & giveValues()
const int & row_ind(int i) const
bool isAsymmetric() const override
Returns true if asymmetric.
bool canBeFactorized() const override
Determines, whether receiver can be factorized.
const int & col_ptr(int i) const
const int giveNumberOfNonzeros()
const char * giveClassName() const override
const double & values(int i) const
SparseMtrxType giveType() const override
Sparse matrix type identification.
IntArray & giveRowIndex()
virtual ~CompCol()
Destructor.
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_CompCol
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