Free Electron
Public Types | Public Member Functions | Protected Attributes | List of all members
fe::ext::FullVMR Class Reference

Vector Map Rows (vector of row maps) More...

#include <SparseMatrix3x3.h>

Inheritance diagram for fe::ext::FullVMR:
Inheritance graph
[legend]

Public Types

typedef std::map< unsigned int, SpatialMatrixt_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)
 
SpatialMatrixblock (unsigned int a_i, unsigned int a_j)
 

Protected Attributes

std::vector< t_row > m_rows
 

Detailed Description

Vector Map Rows (vector of row maps)


The documentation for this class was generated from the following file: