NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
Base class for linear operators (matrices, sparse matrices)
Definition at line 284 of file tarray.hxx.
Public Member Functions | |
TLinOperator () | |
virtual void | apply (const TArray< T > &sol, TArray< T > &rhs) const |
|
inline |
Definition at line 287 of file tarray.hxx.
|
inlinevirtual |
Reimplemented in numcxx::TMatrix< T >, and numcxx::TSparseMatrix< T >.
Definition at line 288 of file tarray.hxx.