#include "local.hh"
#include "linalg.hh"
#include "functions.hh"
Go to the source code of this file.
Namespaces | |
namespace | RVL |
Classes | |
class | RVL::LocalLinearAlgebraPackage< DataType, Scalar > |
Interface to local function objects defining the basic ops of linear algebra in Hilbert space: linear combination, assignment to the zero vector, and inner product. More... | |
class | RVL::RVLLinCombObject< Scalar > |
This binary function object performs a linear combination u = a*v + b*u. More... | |
class | RVL::RVLLinearAlgebraPackage< Scalar > |
The standard linear algebra package which should work for most Spaces. More... |