Public Types | Public Attributes

TRTK::Optimization::Result< ValueType > Struct Template Reference

Structure returned by several functions. More...

#include <Optimization.hpp>

Collaboration diagram for TRTK::Optimization::Result< ValueType >:

List of all members.

Public Types

typedef Eigen::Matrix
< ValueType, Eigen::Dynamic,
Eigen::Dynamic > 
matrix_type
typedef TRTK::Coordinate
< ValueType > 
Coordinate
typedef ValueType value_type

Public Attributes

value_type error
matrix_type jacobian
unsigned number_of_iterations
Coordinate root

Detailed Description

template<class ValueType>
struct TRTK::Optimization::Result< ValueType >

Structure returned by several functions.

Note:
Not all fields are necessarily used by all functions.

Definition at line 271 of file Optimization.hpp.


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