solve_matrix_lde_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2199 of file operators.hpp.


Member Function Documentation

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

Definition at line 2211 of file operators.hpp.

References mmx::integrate().

02211                                                                      {
02212     return integrate (diff_op (me, f)); }

static C diff_op ( const C me,
const C x 
) [inline, static]

Definition at line 2208 of file operators.hpp.

02208                                                                          {
02209     return x * me; }

static nat nr_init (  )  [inline, static]

Definition at line 2210 of file operators.hpp.

02210 { return 1; }

static C op ( const C x  )  [inline, static]

Definition at line 2201 of file operators.hpp.

References ERROR.

02201 { ERROR ("must initialize (solve_matrix_lde_op::op)"); }

static syntactic op_init ( const syntactic x,
const syntactic i 
) [inline, static]

Definition at line 2206 of file operators.hpp.

References mmx::solve_lde_init().

02206                                                                            { 
02207     return solve_lde_init (x, i); }

static generic op_init ( const generic x,
const generic i 
) [inline, static]

Definition at line 2204 of file operators.hpp.

References mmx::solve_lde_init().

02204                                                                      { 
02205     return solve_lde_init (x, i); }

static C op_init ( const C x,
const I &  i 
) [inline, static]

Definition at line 2203 of file operators.hpp.

02203 { return solve_matrix_lde_init (x, i); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1