swSim  Version 1.0
All Classes Namespaces Files Functions Variables Typedefs Macros
Public Member Functions | Public Attributes | List of all members
swSim::DriveVector Class Reference

Defines data structures for DriveVector in swSim. More...

#include "include/DriveVector.hpp"

Public Member Functions

 DriveVector (int sz)
 Create the DriveVector. More...
 
 ~DriveVector ()
 Destroy the DriveVector. More...
 
bool CommitCoefficents (swSim::SparseMatrix *matrix_1, swSim::SparseMatrix *matrix_2)
 Creates the coefficients for a pair of sparse matrices to be multipled by, A1*A2*Drivevector[i]. More...
 

Public Attributes

std::vector< swSim::SparseVectoruCoeffs
 Vector of sparse vectors that define the input coefficients for each each cell. More...
 

Detailed Description

Defines data structures for DriveVector in swSim.

Constructor & Destructor Documentation

◆ DriveVector()

swSim::DriveVector::DriveVector ( int  sz)

Create the DriveVector.

◆ ~DriveVector()

swSim::DriveVector::~DriveVector ( )

Destroy the DriveVector.

Member Function Documentation

◆ CommitCoefficents()

bool swSim::DriveVector::CommitCoefficents ( swSim::SparseMatrix matrix_1,
swSim::SparseMatrix matrix_2 
)

Creates the coefficients for a pair of sparse matrices to be multipled by, A1*A2*Drivevector[i].

Member Data Documentation

◆ uCoeffs

std::vector<swSim::SparseVector> swSim::DriveVector::uCoeffs

Vector of sparse vectors that define the input coefficients for each each cell.


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