|
| | Head2EEGMat (const Geometry &geo, const Sensors &electrodes) |
| |
| virtual | ~Head2EEGMat () |
| |
| | SparseMatrix () |
| |
| | SparseMatrix (const char *fname) |
| |
| | SparseMatrix (size_t N, size_t M) |
| |
| | ~SparseMatrix () |
| |
| double | operator() (size_t i, size_t j) const |
| |
| double & | operator() (size_t i, size_t j) |
| |
| size_t | size () const |
| |
| const_iterator | begin () const |
| |
| const_iterator | end () const |
| |
| SparseMatrix | transpose () const |
| |
| const Tank & | tank () const |
| |
| void | set (double t) |
| |
| Vector | getlin (size_t i) const |
| |
| void | setlin (Vector v, size_t i) |
| |
| void | save (const char *filename) const |
| |
| void | load (const char *filename) |
| |
| void | save (const std::string &s) const |
| |
| void | load (const std::string &s) |
| |
| void | info () const |
| |
| double | frobenius_norm () const |
| |
| Vector | operator* (const Vector &x) const |
| |
| Matrix | operator* (const SymMatrix &m) const |
| |
| Matrix | operator* (const Matrix &m) const |
| |
| SparseMatrix | operator* (const SparseMatrix &m) const |
| |
| SparseMatrix | operator+ (const SparseMatrix &m) const |
| |
| | LinOp () |
| |
| | LinOp (const size_t m, const size_t n, const StorageType st, const Dimension d) |
| |
| LinOp & | operator= (const LinOp &l) |
| |
| | LinOpInfo () |
| |
| | LinOpInfo (const size_t m, const size_t n, const StorageType st, const Dimension d) |
| |
| virtual | ~LinOpInfo () |
| |
| LinOpInfo & | operator= (const LinOpInfo &l) |
| |
| size_t | nlin () const |
| |
| size_t & | nlin () |
| |
| virtual size_t | ncol () const |
| |
| size_t & | ncol () |
| |
| StorageType | storageType () const |
| |
| StorageType & | storageType () |
| |
| Dimension | dimension () const |
| |
| Dimension & | dimension () |
| |
| IO & | default_io () |
| |
Definition at line 84 of file assemble.h.