Matrix with CSR storage.
More...
|
|
void | operator= (const Matrix &rhs) |
Matrix with CSR storage.
Definition at line 39 of file Matrix.cc.
◆ MatrixImpl() [1/2]
| Arcane::MatVec::MatrixImpl::MatrixImpl |
( |
| ) |
|
|
inline |
◆ MatrixImpl() [2/2]
| Arcane::MatVec::MatrixImpl::MatrixImpl |
( |
Integer | nb_row, |
|
|
Integer | nb_column ) |
◆ addReference()
| void Arcane::MatVec::MatrixImpl::addReference |
( |
| ) |
|
|
inline |
◆ assemble()
| void Arcane::MatVec::MatrixImpl::assemble |
( |
| ) |
|
◆ checkValid()
| void Arcane::MatVec::MatrixImpl::checkValid |
( |
| ) |
|
◆ clone()
| MatrixImpl * Arcane::MatVec::MatrixImpl::clone |
( |
| ) |
|
|
inline |
◆ columns() [1/2]
◆ columns() [2/2]
◆ dump()
| void Arcane::MatVec::MatrixImpl::dump |
( |
std::ostream & | o | ) |
|
◆ nbColumn()
| Integer Arcane::MatVec::MatrixImpl::nbColumn |
( |
| ) |
const |
|
inline |
◆ nbRow()
| Integer Arcane::MatVec::MatrixImpl::nbRow |
( |
| ) |
const |
|
inline |
◆ removeReference()
| void Arcane::MatVec::MatrixImpl::removeReference |
( |
| ) |
|
|
inline |
◆ rowsIndex() [1/2]
◆ rowsIndex() [2/2]
◆ setRowsSize()
◆ setValue()
◆ setValues()
◆ sortDiagonale()
| void Arcane::MatVec::MatrixImpl::sortDiagonale |
( |
| ) |
|
◆ value()
◆ values() [1/2]
◆ values() [2/2]
◆ m_columns
◆ m_nb_column
| Integer Arcane::MatVec::MatrixImpl::m_nb_column |
|
private |
◆ m_nb_element
| Integer Arcane::MatVec::MatrixImpl::m_nb_element |
|
private |
◆ m_nb_reference
| Integer Arcane::MatVec::MatrixImpl::m_nb_reference |
|
private |
◆ m_nb_row
| Integer Arcane::MatVec::MatrixImpl::m_nb_row |
|
private |
◆ m_rows_index
◆ m_values
The documentation for this class was generated from the following file: