alglib_impl::ae_state Struct Reference

#include <ap.h>

Public Attributes

ae_int_t endianness
 
const char *volatile error_msg
 
ae_dyn_block last_block
 
ae_error_type volatile last_error
 
ae_dyn_block *volatile p_top_block
 
void * parent_task
 
void(* thread_exception_handler )(void *)
 
double v_nan
 
double v_neginf
 
double v_posinf
 
void * worker_thread
 

Detailed Description

Definition at line 346 of file ap.h.

Member Data Documentation

◆ endianness

ae_int_t alglib_impl::ae_state::endianness

Definition at line 353 of file ap.h.

◆ error_msg

const char* volatile alglib_impl::ae_state::error_msg

Definition at line 392 of file ap.h.

◆ last_block

ae_dyn_block alglib_impl::ae_state::last_block

Definition at line 375 of file ap.h.

◆ last_error

ae_error_type volatile alglib_impl::ae_state::last_error

Definition at line 387 of file ap.h.

◆ p_top_block

ae_dyn_block* volatile alglib_impl::ae_state::p_top_block

Definition at line 374 of file ap.h.

◆ parent_task

void* alglib_impl::ae_state::parent_task

Definition at line 405 of file ap.h.

◆ thread_exception_handler

void(* alglib_impl::ae_state::thread_exception_handler) (void *)

Definition at line 406 of file ap.h.

◆ v_nan

double alglib_impl::ae_state::v_nan

Definition at line 358 of file ap.h.

◆ v_neginf

double alglib_impl::ae_state::v_neginf

Definition at line 368 of file ap.h.

◆ v_posinf

double alglib_impl::ae_state::v_posinf

Definition at line 363 of file ap.h.

◆ worker_thread

void* alglib_impl::ae_state::worker_thread

Definition at line 404 of file ap.h.


The documentation for this struct was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich