Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
alglib::linlsqrstate Class Reference

#include <solvers.h>

Inheritance diagram for alglib::linlsqrstate:
Inheritance graph
[legend]
Collaboration diagram for alglib::linlsqrstate:
Collaboration graph
[legend]

Public Member Functions

 linlsqrstate ()
 
 linlsqrstate (const linlsqrstate &rhs)
 
linlsqrstateoperator= (const linlsqrstate &rhs)
 
virtual ~linlsqrstate ()
 
- Public Member Functions inherited from alglib::_linlsqrstate_owner
 _linlsqrstate_owner ()
 
 _linlsqrstate_owner (const _linlsqrstate_owner &rhs)
 
_linlsqrstate_owneroperator= (const _linlsqrstate_owner &rhs)
 
virtual ~_linlsqrstate_owner ()
 
alglib_impl::linlsqrstatec_ptr ()
 
alglib_impl::linlsqrstatec_ptr () const
 

Additional Inherited Members

- Protected Attributes inherited from alglib::_linlsqrstate_owner
alglib_impl::linlsqrstatep_struct
 

Detailed Description

Definition at line 271 of file solvers.h.

Constructor & Destructor Documentation

◆ linlsqrstate() [1/2]

alglib::linlsqrstate::linlsqrstate ( )

Definition at line 1183 of file solvers.cpp.

1183  : _linlsqrstate_owner()
1184 {
1185 }

◆ linlsqrstate() [2/2]

alglib::linlsqrstate::linlsqrstate ( const linlsqrstate rhs)

Definition at line 1187 of file solvers.cpp.

1187  :_linlsqrstate_owner(rhs)
1188 {
1189 }

◆ ~linlsqrstate()

alglib::linlsqrstate::~linlsqrstate ( )
virtual

Definition at line 1199 of file solvers.cpp.

1200 {
1201 }

Member Function Documentation

◆ operator=()

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

Definition at line 1191 of file solvers.cpp.

1192 {
1193  if( this==&rhs )
1194  return *this;
1196  return *this;
1197 }
_linlsqrstate_owner & operator=(const _linlsqrstate_owner &rhs)
Definition: solvers.cpp:1158

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