|
Nektar++
|
#include <ScaledMatrix.hpp>
Public Member Functions | |
| const_iterator (typename InnerType::const_iterator iter, const NumberType &scale) | |
| const_iterator | operator++ (int) |
| const_iterator & | operator++ () |
| NumberType | operator* () |
| bool | operator== (const const_iterator &rhs) |
| bool | operator!= (const const_iterator &rhs) |
Private Attributes | |
| InnerType::const_iterator | m_iter |
| NumberType | m_scale |
Definition at line 64 of file ScaledMatrix.hpp.
|
inline |
Definition at line 67 of file ScaledMatrix.hpp.
|
inline |
Definition at line 97 of file ScaledMatrix.hpp.
|
inline |
Definition at line 87 of file ScaledMatrix.hpp.
|
inline |
Definition at line 74 of file ScaledMatrix.hpp.
|
inline |
Definition at line 81 of file ScaledMatrix.hpp.
|
inline |
Definition at line 92 of file ScaledMatrix.hpp.
|
private |
Definition at line 103 of file ScaledMatrix.hpp.
|
private |
Definition at line 104 of file ScaledMatrix.hpp.
1.8.8