basix_doc 0.1
solve_matrix_lde_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2100 of file operators.hpp.


Member Function Documentation

static C def ( const C me,
const C f 
) [inline, static]

Definition at line 2112 of file operators.hpp.

References mmx::integrate().

                                                                     {
    return integrate (diff_op (me, f)); }
static C diff_op ( const C me,
const C x 
) [inline, static]

Definition at line 2109 of file operators.hpp.

                                                                         {
    return x * me; }
static nat nr_init ( ) [inline, static]

Definition at line 2111 of file operators.hpp.

{ return 1; }
static C op ( const C x) [inline, static]

Definition at line 2102 of file operators.hpp.

References ERROR.

{ ERROR ("must initialize (solve_matrix_lde_op::op)"); }
static syntactic op_init ( const syntactic x,
const syntactic i 
) [inline, static]

Definition at line 2107 of file operators.hpp.

References mmx::solve_lde_init().

                                                                           { 
    return solve_lde_init (x, i); }
static generic op_init ( const generic x,
const generic i 
) [inline, static]

Definition at line 2105 of file operators.hpp.

References mmx::solve_lde_init().

                                                                     { 
    return solve_lde_init (x, i); }
static C op_init ( const C x,
const I &  i 
) [inline, static]

Definition at line 2104 of file operators.hpp.

{ return solve_matrix_lde_init (x, i); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines