Solv_cuDSS#
#include <Solv_cuDSS.h>
How to reference this class#
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Solv\_cuDSS <class-solv-cudss>`
[Solv\_cuDSS](#class-solv-cudss)
Detailed description#
Inherits from#
Solv_Externe (public)
Inheritance graph#
If the image is too small, right-click and open in new tab
How to reference this graph
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Solv_cuDSS Inheritance Graph <solv-cudss-inherit-graph>`
[Solv_cuDSS Inheritance Graph](#solv-cudss-inherit-graph)
Member Functions: Static Public#
Member Functions: Public#
Member Functions: Protected#
Member Functions: Private#
Complete Member Function Documentation#
cree_instance#
Objet_U * Solv_cuDSS::cree_instance()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Objet_U * Solv_cuDSS::cree_instance() <solv-cudss-public-static-objet-u-ptr-solv-cudss-cree-instance>`
[Objet_U * Solv_cuDSS::cree_instance()](#solv-cudss-public-static-objet-u-ptr-solv-cudss-cree-instance)
info#
const Type_info * Solv_cuDSS::info()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * Solv_cuDSS::info() <solv-cudss-public-static-const-type-info-ptr-solv-cudss-info>`
[const Type_info * Solv_cuDSS::info()](#solv-cudss-public-static-const-type-info-ptr-solv-cudss-info)
self_cast#
const Solv_cuDSS & Solv_cuDSS::self_cast(const Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Solv_cuDSS & Solv_cuDSS::self_cast(const Objet_U &) <solv-cudss-public-static-const-solv-cudss-ref-solv-cudss-self-cast-const-objet-u-ref>`
[const Solv_cuDSS & Solv_cuDSS::self_cast(const Objet_U &)](#solv-cudss-public-static-const-solv-cudss-ref-solv-cudss-self-cast-const-objet-u-ref)
self_cast#
Solv_cuDSS & Solv_cuDSS::self_cast(Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Solv_cuDSS & Solv_cuDSS::self_cast(Objet_U &) <solv-cudss-public-static-solv-cudss-ref-solv-cudss-self-cast-objet-u-ref>`
[Solv_cuDSS & Solv_cuDSS::self_cast(Objet_U &)](#solv-cudss-public-static-solv-cudss-ref-solv-cudss-self-cast-objet-u-ref)
duplique#
int Solv_cuDSS::duplique() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int Solv_cuDSS::duplique() const override <solv-cudss-public-int-solv-cudss-duplique-const-override>`
[int Solv_cuDSS::duplique() const override](#solv-cudss-public-int-solv-cudss-duplique-const-override)
get_info#
const Type_info * Solv_cuDSS::get_info() const override
Donne des informations sur le type de l’ Objet_U .
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * Solv_cuDSS::get_info() const override <solv-cudss-public-const-type-info-ptr-solv-cudss-get-info-const-override>`
[const Type_info * Solv_cuDSS::get_info() const override](#solv-cudss-public-const-type-info-ptr-solv-cudss-get-info-const-override)
resoudre_systeme#
int Solv_cuDSS::resoudre_systeme(const Matrice_Base &a, const DoubleVect &b, DoubleVect &x) override
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int Solv_cuDSS::resoudre_systeme(const Matrice_Base &a, const DoubleVect &b, DoubleVect &x) override <solv-cudss-public-int-solv-cudss-resoudre-systeme-const-matrice-base-ref-a-const-doublevect-ref-b-doublevect-ref-x-override>`
[int Solv_cuDSS::resoudre_systeme(const Matrice_Base &a, const DoubleVect &b, DoubleVect &x) override](#solv-cudss-public-int-solv-cudss-resoudre-systeme-const-matrice-base-ref-a-const-doublevect-ref-b-doublevect-ref-x-override)
resoudre_systeme#
int Solv_cuDSS::resoudre_systeme(const Matrice_Base &a, const DoubleVect &b, DoubleVect &x, int niter_max) override
Detailed description
Reimplements:
References
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int Solv_cuDSS::resoudre_systeme(const Matrice_Base &a, const DoubleVect &b, DoubleVect &x, int niter_max) override <solv-cudss-public-int-solv-cudss-resoudre-systeme-const-matrice-base-ref-a-const-doublevect-ref-b-doublevect-ref-x-int-niter-max-override>`
[int Solv_cuDSS::resoudre_systeme(const Matrice_Base &a, const DoubleVect &b, DoubleVect &x, int niter_max) override](#solv-cudss-public-int-solv-cudss-resoudre-systeme-const-matrice-base-ref-a-const-doublevect-ref-b-doublevect-ref-x-int-niter-max-override)
Solv_cuDSS#
Solv_cuDSS::Solv_cuDSS()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Solv_cuDSS::Solv_cuDSS() <solv-cudss-public-solv-cudss-solv-cudss>`
[Solv_cuDSS::Solv_cuDSS()](#solv-cudss-public-solv-cudss-solv-cudss)
Solv_cuDSS#
Solv_cuDSS::Solv_cuDSS(const Solv_cuDSS &)
Detailed description
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Solv_cuDSS::Solv_cuDSS(const Solv_cuDSS &) <solv-cudss-public-solv-cudss-solv-cudss-const-solv-cudss-ref>`
[Solv_cuDSS::Solv_cuDSS(const Solv_cuDSS &)](#solv-cudss-public-solv-cudss-solv-cudss-const-solv-cudss-ref)
solveur_direct#
int Solv_cuDSS::solveur_direct() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int Solv_cuDSS::solveur_direct() const override <solv-cudss-public-int-solv-cudss-solveur-direct-const-override>`
[int Solv_cuDSS::solveur_direct() const override](#solv-cudss-public-int-solv-cudss-solveur-direct-const-override)
taille_memoire#
unsigned Solv_cuDSS::taille_memoire() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`unsigned Solv_cuDSS::taille_memoire() const override <solv-cudss-public-unsigned-solv-cudss-taille-memoire-const-override>`
[unsigned Solv_cuDSS::taille_memoire() const override](#solv-cudss-public-unsigned-solv-cudss-taille-memoire-const-override)
~Solv_cuDSS#
Solv_cuDSS::~Solv_cuDSS() override
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Solv_cuDSS::~Solv_cuDSS() override <solv-cudss-public-solv-cudss-dtor-solv-cudss-override>`
[Solv_cuDSS::~Solv_cuDSS() override](#solv-cudss-public-solv-cudss-dtor-solv-cudss-override)
printOn#
Sortie & Solv_cuDSS::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Sortie & Solv_cuDSS::printOn(Sortie &x) const override <solv-cudss-protected-sortie-ref-solv-cudss-printon-sortie-ref-x-const-override>`
[Sortie & Solv_cuDSS::printOn(Sortie &x) const override](#solv-cudss-protected-sortie-ref-solv-cudss-printon-sortie-ref-x-const-override)
readOn#
Entree & Solv_cuDSS::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
Detailed description
Reimplements:
References
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Entree & Solv_cuDSS::readOn(Entree &) override <solv-cudss-protected-entree-ref-solv-cudss-readon-entree-ref-override>`
[Entree & Solv_cuDSS::readOn(Entree &) override](#solv-cudss-protected-entree-ref-solv-cudss-readon-entree-ref-override)
Create_objects#
void Solv_cuDSS::Create_objects(const Matrice_Morse &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void Solv_cuDSS::Create_objects(const Matrice_Morse &) <solv-cudss-private-void-solv-cudss-create-objects-const-matrice-morse-ref>`
[void Solv_cuDSS::Create_objects(const Matrice_Morse &)](#solv-cudss-private-void-solv-cudss-create-objects-const-matrice-morse-ref)
set_pointers_A#
void Solv_cuDSS::set_pointers_A(const Matrice_Morse &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void Solv_cuDSS::set_pointers_A(const Matrice_Morse &) <solv-cudss-private-void-solv-cudss-set-pointers-a-const-matrice-morse-ref>`
[void Solv_cuDSS::set_pointers_A(const Matrice_Morse &)](#solv-cudss-private-void-solv-cudss-set-pointers-a-const-matrice-morse-ref)
set_pointers_xb#
void Solv_cuDSS::set_pointers_xb(const DoubleVect &bvect, DoubleVect &xvect)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void Solv_cuDSS::set_pointers_xb(const DoubleVect &bvect, DoubleVect &xvect) <solv-cudss-private-void-solv-cudss-set-pointers-xb-const-doublevect-ref-bvect-doublevect-ref-xvect>`
[void Solv_cuDSS::set_pointers_xb(const DoubleVect &bvect, DoubleVect &xvect)](#solv-cudss-private-void-solv-cudss-set-pointers-xb-const-doublevect-ref-bvect-doublevect-ref-xvect)
Attributes Documentation#
const Type_info Solv_cuDSS::info_obj
Matrice_Morse Solv_cuDSS::csr_