NUMCXX  0.13.20181108
Numerical library for small projects and teaching purposes
Public Member Functions | List of all members
numcxx::TLinOperator< T > Class Template Reference

Description

template<typename T>
class numcxx::TLinOperator< T >

Base class for linear operators (matrices, sparse matrices)

Definition at line 284 of file tarray.hxx.

+ Inheritance diagram for numcxx::TLinOperator< T >:

Public Member Functions

 TLinOperator ()
 
virtual void apply (const TArray< T > &sol, TArray< T > &rhs) const
 

Constructor & Destructor Documentation

template<typename T >
numcxx::TLinOperator< T >::TLinOperator ( )
inline

Definition at line 287 of file tarray.hxx.

287 {};

Member Function Documentation

template<typename T >
virtual void numcxx::TLinOperator< T >::apply ( const TArray< T > &  sol,
TArray< T > &  rhs 
) const
inlinevirtual

Reimplemented in numcxx::TMatrix< T >, and numcxx::TSparseMatrix< T >.

Definition at line 288 of file tarray.hxx.

288 {};

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