teqp 0.21.0
Loading...
Searching...
No Matches
teqp::MixVLEReturn Struct Reference

#include <VLE_types.hpp>

Public Attributes

bool success = false
 
std::string message = ""
 
Eigen::ArrayXd rhovecL
 
Eigen::ArrayXd rhovecV
 
VLE_return_code return_code
 
int num_iter =-1
 
int num_fev =-1
 
double T =-1
 
Eigen::ArrayXd r
 
Eigen::ArrayXd initial_r
 

Detailed Description

Definition at line 42 of file VLE_types.hpp.

Member Data Documentation

◆ initial_r

Eigen::ArrayXd teqp::MixVLEReturn::initial_r

Definition at line 49 of file VLE_types.hpp.

◆ message

std::string teqp::MixVLEReturn::message = ""

Definition at line 44 of file VLE_types.hpp.

◆ num_fev

int teqp::MixVLEReturn::num_fev =-1

Definition at line 47 of file VLE_types.hpp.

◆ num_iter

int teqp::MixVLEReturn::num_iter =-1

Definition at line 47 of file VLE_types.hpp.

◆ r

Eigen::ArrayXd teqp::MixVLEReturn::r

Definition at line 49 of file VLE_types.hpp.

◆ return_code

VLE_return_code teqp::MixVLEReturn::return_code

Definition at line 46 of file VLE_types.hpp.

◆ rhovecL

Eigen::ArrayXd teqp::MixVLEReturn::rhovecL

Definition at line 45 of file VLE_types.hpp.

◆ rhovecV

Eigen::ArrayXd teqp::MixVLEReturn::rhovecV

Definition at line 45 of file VLE_types.hpp.

◆ success

bool teqp::MixVLEReturn::success = false

Definition at line 43 of file VLE_types.hpp.

◆ T

double teqp::MixVLEReturn::T =-1

Definition at line 48 of file VLE_types.hpp.


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