#include <linalg.h>

Inheritance diagram for alglib::matinvreport:
alglib::_matinvreport_owner

Public Member Functions

alglib_impl::matinvreportc_ptr ()
 
alglib_impl::matinvreportc_ptr () const
 
 matinvreport ()
 
 matinvreport (const matinvreport &rhs)
 
matinvreportoperator= (const matinvreport &rhs)
 
virtual ~matinvreport ()
 

Public Attributes

double & r1
 
double & rinf
 

Protected Attributes

alglib_impl::matinvreportp_struct
 

Detailed Description

Definition at line 257 of file linalg.h.

Constructor & Destructor Documentation

◆ matinvreport() [1/2]

alglib::matinvreport::matinvreport ( )

◆ matinvreport() [2/2]

alglib::matinvreport::matinvreport ( const matinvreport rhs)

◆ ~matinvreport()

virtual alglib::matinvreport::~matinvreport ( )
virtual

Member Function Documentation

◆ c_ptr() [1/2]

alglib_impl::matinvreport* alglib::_matinvreport_owner::c_ptr ( )
inherited

◆ c_ptr() [2/2]

alglib_impl::matinvreport* alglib::_matinvreport_owner::c_ptr ( ) const
inherited

◆ operator=()

matinvreport& alglib::matinvreport::operator= ( const matinvreport rhs)

Member Data Documentation

◆ p_struct

alglib_impl::matinvreport* alglib::_matinvreport_owner::p_struct
protectedinherited

Definition at line 259 of file linalg.h.

◆ r1

double& alglib::matinvreport::r1

Definition at line 264 of file linalg.h.

◆ rinf

double& alglib::matinvreport::rinf

Definition at line 265 of file linalg.h.


The documentation for this class 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