Public Member Functions | |
| QuickVector (CUI m_in) | |
| ~QuickVector () | |
| QuickVector (const QuickVector *old) | |
| double & | operator[] (const int i) |
| const double | operator[] (const int i) const |
| double | at (CUI m_a) const |
| bool | atPut (CUI m_a, const double val) |
| bool | atAdd (CUI m_a, const double val) |
| unsigned int | size () const |
| void | fillWithZeros () |
| bool | swapelements (CUI m_a, CUI m_b) |
| QuickVector * | operator *= (const double *y) |
| QuickVector * | operator *= (const QuickVector *y) |
| QuickVector * | operator+= (const QuickVector *y) |
| QuickVector * | operator- (const QuickVector *y) const |
| void | dumpToAux () const |
| bool | isChanged () const |
| void | setUnchanged () |
Definition at line 30 of file qvector.h.
| bool QuickVector::isChanged | ( | ) | const [inline] |
Returns true if the vector has changed since setUnchanged was last called
Definition at line 66 of file qvector.h.
Referenced by ElementSet::doLinear(), and Circuit::doNonLogic().
| void QuickVector::setUnchanged | ( | ) | [inline] |
Sets the changed status to false.
Definition at line 70 of file qvector.h.
Referenced by ElementSet::doLinear(), and Circuit::doNonLogic().
1.5.1