1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00
This commit is contained in:
Peter Boyle 2015-08-16 00:14:10 +01:00
parent 2d6b97be06
commit afeabe0d23

View File

@ -6,12 +6,10 @@
// are separating the concept of the operator from that of action. // are separating the concept of the operator from that of action.
// //
// The FermAction contains methods to create // The FermAction contains methods to create
//
// * Linear operators (Hermitian and non-hermitian) .. my LinearOperator // * Linear operators (Hermitian and non-hermitian) .. my LinearOperator
// * System solvers (Hermitian and non-hermitian) .. my OperatorFunction // * System solvers (Hermitian and non-hermitian) .. my OperatorFunction
// * MultiShift System solvers (Hermitian and non-hermitian) .. my OperatorFunction // * MultiShift System solvers (Hermitian and non-hermitian) .. my OperatorFunction
//////////////////////////////////////////// ////////////////////////////////////////////
// Abstract base interface // Abstract base interface
//////////////////////////////////////////// ////////////////////////////////////////////