finesse.cmatrix.CCSMatrix
¶
Overview
Properties
Returns the number of equations (rows) in this matrix. |
|
Methods
|
|
|
Zero all elements in the rhs vector corresponding to rhs_index. |
|
Constructing the matrix involves taking the metadata submatrix positions throughout the matrix and allocating the memory and building the various CCS matrix structures. |
|
This defines generally what equations exist in the matrix. |
|
|
|
|
|
|
Returns the sparse CCS format for the current state of this matrix. |
|
|
Returns a view of the rhs vector corresponding to index. |
|
Print a view of the non-zero elements in this matrix. |
|
Print a view of the rhs vector corresponding to rhs_index. |
|
|
|
Sets the value of the entry at position index of the rhs_index`th right-hand-side vector to `value. |
|
|
|
|
|
|
|
|
|