#include <AffineFunction.h>
|
| void | print () const |
| |
| const Eigen::MatrixXd & | getA () const |
| |
| const Eigen::VectorXd & | getb () const |
| |
| void | setA (const Eigen::MatrixXd &newA) |
| |
| void | setb (const Eigen::VectorXd &newb) |
| |
| Size | getSize () const |
| |
| int | cols () const |
| |
| int | rows () const |
| |
| void | resize (int rows, int cols) |
| |
| Eigen::MatrixXd & | A () |
| |
| Eigen::VectorXd & | b () |
| |
|
| Eigen::MatrixXd | A_ |
| |
| Eigen::VectorXd | b_ |
| |
| Eigen::MatrixXd & AffineFunction::A |
( |
| ) |
|
| Eigen::VectorXd & AffineFunction::b |
( |
| ) |
|
| int AffineFunction::cols |
( |
| ) |
const |
|
virtual |
| const Eigen::MatrixXd & AffineFunction::getA |
( |
| ) |
const |
| const Eigen::VectorXd & AffineFunction::getb |
( |
| ) |
const |
| Size AffineFunction::getSize |
( |
| ) |
const |
|
virtual |
| void AffineFunction::print |
( |
| ) |
const |
|
virtual |
| void AffineFunction::resize |
( |
int |
rows, |
|
|
int |
cols |
|
) |
| |
|
virtual |
| int AffineFunction::rows |
( |
| ) |
const |
|
virtual |
| void AffineFunction::setA |
( |
const Eigen::MatrixXd & |
newA | ) |
|
| void AffineFunction::setb |
( |
const Eigen::VectorXd & |
newb | ) |
|
| Eigen::MatrixXd orca::math::AffineFunction::A_ |
|
protected |
| Eigen::VectorXd orca::math::AffineFunction::b_ |
|
protected |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/orca-controller/checkouts/dev/include/orca/math/AffineFunction.h
- /home/docs/checkouts/readthedocs.org/user_builds/orca-controller/checkouts/dev/src/math/AffineFunction.cc