mixpp: bdm::linfn Class Reference

bdm::linfn Class Reference

Class representing function $f(x) = Ax+B$. More...

#include <functions.h>

Inheritance diagram for bdm::linfn:

bdm::fnc bdm::root bdm::linfnEx List of all members.

Public Member Functions

vec eval (const vec &cond)
 linfn ()
 default constructor
 linfn (const mat &A0, const vec &B0)
void set_parameters (const mat &A0, const vec &B0)
 Set values of A and B.
void from_setting (const Setting &set)
void validate ()

Public Attributes

RV rv
 Identification of $x$.
mat A
 Matrix A.
vec B
 vector B

Detailed Description

Class representing function $f(x) = Ax+B$.


The documentation for this class was generated from the following file:
Generated on 2 Dec 2013 for mixpp by  doxygen 1.4.7