Developer documentation
Version 3.0.3-105-gd3941f44
MR::Math::ICLS::Solver< ValueType > Class Template Reference

#include "math/constrained_least_squares.h"

Protected Attributes

const Problem< value_type > & P
 
matrix_type BtB
 
matrix_type B
 
vector_type y_u
 
vector_type c
 
vector_type c_u
 
vector_type lambda
 
vector_type lambda_prev
 
vector_type l
 
vector< bool > active
 

Detailed Description

template<typename ValueType>
class MR::Math::ICLS::Solver< ValueType >

Definition at line 218 of file constrained_least_squares.h.

Member Data Documentation

◆ active

template<typename ValueType >
vector<bool> MR::Math::ICLS::Solver< ValueType >::active
protected

Definition at line 365 of file constrained_least_squares.h.

◆ B

template<typename ValueType >
matrix_type MR::Math::ICLS::Solver< ValueType >::B
protected

Definition at line 363 of file constrained_least_squares.h.

◆ BtB

template<typename ValueType >
matrix_type MR::Math::ICLS::Solver< ValueType >::BtB
protected

Definition at line 363 of file constrained_least_squares.h.

◆ c

template<typename ValueType >
vector_type MR::Math::ICLS::Solver< ValueType >::c
protected

Definition at line 364 of file constrained_least_squares.h.

◆ c_u

template<typename ValueType >
vector_type MR::Math::ICLS::Solver< ValueType >::c_u
protected

Definition at line 364 of file constrained_least_squares.h.

◆ l

template<typename ValueType >
vector_type MR::Math::ICLS::Solver< ValueType >::l
protected

Definition at line 364 of file constrained_least_squares.h.

◆ lambda

template<typename ValueType >
vector_type MR::Math::ICLS::Solver< ValueType >::lambda
protected

Definition at line 364 of file constrained_least_squares.h.

◆ lambda_prev

template<typename ValueType >
vector_type MR::Math::ICLS::Solver< ValueType >::lambda_prev
protected

Definition at line 364 of file constrained_least_squares.h.

◆ P

template<typename ValueType >
const Problem<value_type>& MR::Math::ICLS::Solver< ValueType >::P
protected

Definition at line 362 of file constrained_least_squares.h.

◆ y_u

template<typename ValueType >
vector_type MR::Math::ICLS::Solver< ValueType >::y_u
protected

Definition at line 364 of file constrained_least_squares.h.


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