|
Free Electron
|
Vector Map Rows (vector of row maps) More...
#include <SparseMatrix3x3.h>

Public Types | |
| typedef std::map< unsigned int, SpatialMatrix > | t_row |
Public Member Functions | |
| virtual void | multiply (std::vector< SpatialVector > &a_b, const std::vector< SpatialVector > &a_x) const |
| virtual void | scale (Real a_scale) |
| void | clear (void) |
| void | setRows (unsigned int a_count) |
| unsigned int | rows (void) |
| t_row & | row (unsigned int a_index) |
| void | zero (void) |
| SpatialMatrix & | block (unsigned int a_i, unsigned int a_j) |
Protected Attributes | |
| std::vector< t_row > | m_rows |
Vector Map Rows (vector of row maps)
1.8.13