TRUSTVect#

#include <TRUSTVect.h>
Brief description

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:`TRUSTVect <class-template-trustvect>`
[TRUSTVect](#class-template-trustvect)

Detailed description#

Inherits from#

Inherited by#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classTRUSTVect__inherit__graph.png

List of Protected Methods#

List of Public Methods#

Complete Member Function Documentation#

copy_#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::copy_(const TRUSTVect &v, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::copy_(const TRUSTVect &v, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) <trustvect-protected-void-trustvect-type-size-copy-underscore-const-trustvect-ref-v-resize-options-opt-equal-resize-options-copy-init>`
[void TRUSTVect<_TYPE_, _SIZE_>::copy_(const TRUSTVect &v, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)](#trustvect-protected-void-trustvect-type-size-copy-underscore-const-trustvect-ref-v-resize-options-opt-equal-resize-options-copy-init)

duplique#

Definition
int TRUSTVect<_TYPE_, _SIZE_>::duplique() const override
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::duplique() const override <trustvect-protected-int-trustvect-type-size-duplique-const-override>`
[int TRUSTVect<_TYPE_, _SIZE_>::duplique() const override](#trustvect-protected-int-trustvect-type-size-duplique-const-override)

printOn#

Definition
Sortie & TRUSTVect<_TYPE_, _SIZE_>::printOn(Sortie &os) const override
Brief description

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 & TRUSTVect<_TYPE_, _SIZE_>::printOn(Sortie &os) const override <trustvect-protected-sortie-ref-trustvect-type-size-printon-sortie-ref-os-const-override>`
[Sortie & TRUSTVect<_TYPE_, _SIZE_>::printOn(Sortie &os) const override](#trustvect-protected-sortie-ref-trustvect-type-size-printon-sortie-ref-os-const-override)

readOn#

Definition
Entree & TRUSTVect<_TYPE_, _SIZE_>::readOn(Entree &is) override
Brief description

Lecture d’un vecteur sequentiel (comme un ArrOfDouble) Attention: appel invalide si le vecteur a un MD_Vector non nul.

Detailed description

(pour les vecteurs paralleles, utiliser une methode de sauvegarde/reprise)

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 & TRUSTVect<_TYPE_, _SIZE_>::readOn(Entree &is) override <trustvect-protected-entree-ref-trustvect-type-size-readon-entree-ref-is-override>`
[Entree & TRUSTVect<_TYPE_, _SIZE_>::readOn(Entree &is) override](#trustvect-protected-entree-ref-trustvect-type-size-readon-entree-ref-is-override)

resize_vect_#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::resize_vect_(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::resize_vect_(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) <trustvect-protected-void-trustvect-type-size-resize-vect-underscore-size-n-resize-options-opt-equal-resize-options-copy-init>`
[void TRUSTVect<_TYPE_, _SIZE_>::resize_vect_(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)](#trustvect-protected-void-trustvect-type-size-resize-vect-underscore-size-n-resize-options-opt-equal-resize-options-copy-init)

set_line_size_#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::set_line_size_(int n)
Brief description
Detailed description
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:`void TRUSTVect<_TYPE_, _SIZE_>::set_line_size_(int n) <trustvect-protected-void-trustvect-type-size-set-line-size-underscore-int-n>`
[void TRUSTVect<_TYPE_, _SIZE_>::set_line_size_(int n)](#trustvect-protected-void-trustvect-type-size-set-line-size-underscore-int-n)

taille_memoire#

Definition
unsigned TRUSTVect<_TYPE_, _SIZE_>::taille_memoire() const override
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::taille_memoire() const override <trustvect-protected-unsigned-trustvect-type-size-taille-memoire-const-override>`
[unsigned TRUSTVect<_TYPE_, _SIZE_>::taille_memoire() const override](#trustvect-protected-unsigned-trustvect-type-size-taille-memoire-const-override)

abs#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::abs(Mp_vect_options opt=VECT_ALL_ITEMS)
Brief description
Detailed description
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:`void TRUSTVect<_TYPE_, _SIZE_>::abs(Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-abs-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::abs(Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-abs-mp-vect-options-opt-equal-vect-all-items)

ajoute#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::ajoute(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)
Brief description
Detailed description
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:`void TRUSTVect<_TYPE_, _SIZE_>::ajoute(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-ajoute-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::ajoute(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-ajoute-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items)

ajoute_carre#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::ajoute_carre(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)
Brief description
Detailed description
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:`void TRUSTVect<_TYPE_, _SIZE_>::ajoute_carre(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-ajoute-carre-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::ajoute_carre(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-ajoute-carre-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items)

ajoute_produit_scalaire#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::ajoute_produit_scalaire(_SCALAR_TYPE_ alpha, const TRUSTVect &x, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::ajoute_produit_scalaire(_SCALAR_TYPE_ alpha, const TRUSTVect &x, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-ajoute-produit-scalaire-scalar-type-alpha-const-trustvect-ref-x-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::ajoute_produit_scalaire(_SCALAR_TYPE_ alpha, const TRUSTVect &x, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-ajoute-produit-scalaire-scalar-type-alpha-const-trustvect-ref-x-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items)

ajoute_sans_ech_esp_virt#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::ajoute_sans_ech_esp_virt(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_REAL_ITEMS)
Brief description
Detailed description
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:`void TRUSTVect<_TYPE_, _SIZE_>::ajoute_sans_ech_esp_virt(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_REAL_ITEMS) <trustvect-public-void-trustvect-type-size-ajoute-sans-ech-esp-virt-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-real-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::ajoute_sans_ech_esp_virt(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_REAL_ITEMS)](#trustvect-public-void-trustvect-type-size-ajoute-sans-ech-esp-virt-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-real-items)

carre#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::carre(Mp_vect_options opt=VECT_ALL_ITEMS)
Brief description
Detailed description
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:`void TRUSTVect<_TYPE_, _SIZE_>::carre(Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-carre-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::carre(Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-carre-mp-vect-options-opt-equal-vect-all-items)

copy#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTArray< _TYPE_, _SIZE_ > &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)
Brief description
Detailed description
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:`void TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTArray< _TYPE_, _SIZE_ > &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) <trustvect-public-void-trustvect-type-size-copy-const-trustarray-type-size-ref-resize-options-opt-equal-resize-options-copy-init>`
[void TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTArray< _TYPE_, _SIZE_ > &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)](#trustvect-public-void-trustvect-type-size-copy-const-trustarray-type-size-ref-resize-options-opt-equal-resize-options-copy-init)

copy#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTVect &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTVect &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) <trustvect-public-void-trustvect-type-size-copy-const-trustvect-ref-resize-options-opt-equal-resize-options-copy-init>`
[void TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTVect &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)](#trustvect-public-void-trustvect-type-size-copy-const-trustvect-ref-resize-options-opt-equal-resize-options-copy-init)

detach_vect#

Definition
virtual void TRUSTVect<_TYPE_, _SIZE_>::detach_vect()
Brief description
Detailed description
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:`virtual void TRUSTVect<_TYPE_, _SIZE_>::detach_vect() <trustvect-public-virtual-void-trustvect-type-size-detach-vect>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::detach_vect()](#trustvect-public-virtual-void-trustvect-type-size-detach-vect)

echange_espace_virtuel#

Definition
virtual void TRUSTVect<_TYPE_, _SIZE_>::echange_espace_virtuel()
Brief description
Detailed description
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:`virtual void TRUSTVect<_TYPE_, _SIZE_>::echange_espace_virtuel() <trustvect-public-virtual-void-trustvect-type-size-echange-espace-virtuel>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::echange_espace_virtuel()](#trustvect-public-virtual-void-trustvect-type-size-echange-espace-virtuel)

ecrit#

Definition
virtual void TRUSTVect<_TYPE_, _SIZE_>::ecrit(Sortie &) const
Brief description
Detailed description
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:`virtual void TRUSTVect<_TYPE_, _SIZE_>::ecrit(Sortie &) const <trustvect-public-virtual-void-trustvect-type-size-ecrit-sortie-ref-const>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::ecrit(Sortie &) const](#trustvect-public-virtual-void-trustvect-type-size-ecrit-sortie-ref-const)

from_tid_to_int#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::from_tid_to_int(TRUSTVect< int, int > &out) const
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::from_tid_to_int(TRUSTVect< int, int > &out) const <trustvect-public-void-trustvect-type-size-from-tid-to-int-trustvect-int-int-ref-out-const>`
[void TRUSTVect<_TYPE_, _SIZE_>::from_tid_to_int(TRUSTVect< int, int > &out) const](#trustvect-public-void-trustvect-type-size-from-tid-to-int-trustvect-int-int-ref-out-const)

get_md_vector#

Definition
virtual const MD_Vector & TRUSTVect<_TYPE_, _SIZE_>::get_md_vector() const
Brief description
Detailed description
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:`virtual const MD_Vector & TRUSTVect<_TYPE_, _SIZE_>::get_md_vector() const <trustvect-public-virtual-const-md-vector-ref-trustvect-type-size-get-md-vector-const>`
[virtual const MD_Vector & TRUSTVect<_TYPE_, _SIZE_>::get_md_vector() const](#trustvect-public-virtual-const-md-vector-ref-trustvect-type-size-get-md-vector-const)

get_span#

Definition
const Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() const override
Brief description
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:`const Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() const override <trustvect-public-const-span-trustvect-type-size-get-span-const-override>`
[const Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() const override](#trustvect-public-const-span-trustvect-type-size-get-span-const-override)

get_span#

Definition
Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() override
Brief description
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:`Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() override <trustvect-public-span-trustvect-type-size-get-span-override>`
[Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() override](#trustvect-public-span-trustvect-type-size-get-span-override)

get_span_tot#

Definition
const Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() const override
Brief description
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 Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() const override <trustvect-public-const-span-trustvect-type-size-get-span-tot-const-override>`
[const Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() const override](#trustvect-public-const-span-trustvect-type-size-get-span-tot-const-override)

get_span_tot#

Definition
Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() override
Brief description
Detailed description

Reimplements:

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:`Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() override <trustvect-public-span-trustvect-type-size-get-span-tot-override>`
[Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() override](#trustvect-public-span-trustvect-type-size-get-span-tot-override)

jump#

Definition
virtual void TRUSTVect<_TYPE_, _SIZE_>::jump(Entree &)
Brief description
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:`virtual void TRUSTVect<_TYPE_, _SIZE_>::jump(Entree &) <trustvect-public-virtual-void-trustvect-type-size-jump-entree-ref>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::jump(Entree &)](#trustvect-public-virtual-void-trustvect-type-size-jump-entree-ref)

line_size#

Definition
int TRUSTVect<_TYPE_, _SIZE_>::line_size() const
Brief description
Detailed description
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 TRUSTVect<_TYPE_, _SIZE_>::line_size() const <trustvect-public-int-trustvect-type-size-line-size-const>`
[int TRUSTVect<_TYPE_, _SIZE_>::line_size() const](#trustvect-public-int-trustvect-type-size-line-size-const)

lit#

Definition
virtual void TRUSTVect<_TYPE_, _SIZE_>::lit(Entree &, bool resize_and_read=1)
Brief description
Detailed description
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:`virtual void TRUSTVect<_TYPE_, _SIZE_>::lit(Entree &, bool resize_and_read=1) <trustvect-public-virtual-void-trustvect-type-size-lit-entree-ref-bool-resize-and-read-equal-1>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::lit(Entree &, bool resize_and_read=1)](#trustvect-public-virtual-void-trustvect-type-size-lit-entree-ref-bool-resize-and-read-equal-1)

local_max_abs_vect#

Definition
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Brief description
Detailed description
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:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-local-max-abs-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-local-max-abs-vect-mp-vect-options-opt-equal-vect-real-items-const)

local_max_vect#

Definition
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Brief description
Detailed description
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:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-local-max-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-local-max-vect-mp-vect-options-opt-equal-vect-real-items-const)

local_min_abs_vect#

Definition
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Brief description
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:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-local-min-abs-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-local-min-abs-vect-mp-vect-options-opt-equal-vect-real-items-const)

local_min_vect#

Definition
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Brief description
Detailed description
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:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-local-min-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-local-min-vect-mp-vect-options-opt-equal-vect-real-items-const)

mp_max_abs_vect#

Definition
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Brief description
Detailed description
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:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-mp-max-abs-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-mp-max-abs-vect-mp-vect-options-opt-equal-vect-real-items-const)

mp_max_vect#

Definition
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Brief description
Detailed description
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:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-mp-max-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-mp-max-vect-mp-vect-options-opt-equal-vect-real-items-const)

mp_min_abs_vect#

Definition
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Brief description
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:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-mp-min-abs-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-mp-min-abs-vect-mp-vect-options-opt-equal-vect-real-items-const)

mp_min_vect#

Definition
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Brief description
Detailed description
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:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-mp-min-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-mp-min-vect-mp-vect-options-opt-equal-vect-real-items-const)

mp_norme_vect#

Definition
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_norme_vect() const
Brief description
Detailed description
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:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_norme_vect() const <trustvect-public-type-trustvect-type-size-mp-norme-vect-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_norme_vect() const](#trustvect-public-type-trustvect-type-size-mp-norme-vect-const)

operator* =#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::operator*=(const _TYPE_ x)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::operator*=(const _TYPE_ x) <trustvect-public-void-trustvect-type-size-operator-ptr-equal-const-type-x>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator*=(const _TYPE_ x)](#trustvect-public-void-trustvect-type-size-operator-ptr-equal-const-type-x)

operator* =#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::operator*=(const TRUSTVect &v)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::operator*=(const TRUSTVect &v) <trustvect-public-void-trustvect-type-size-operator-ptr-equal-const-trustvect-ref-v>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator*=(const TRUSTVect &v)](#trustvect-public-void-trustvect-type-size-operator-ptr-equal-const-trustvect-ref-v)

operator + =#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::operator+=(const _TYPE_ x)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::operator+=(const _TYPE_ x) <trustvect-public-void-trustvect-type-size-operator+-equal-const-type-x>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator+=(const _TYPE_ x)](#trustvect-public-void-trustvect-type-size-operator+-equal-const-type-x)

operator + =#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::operator+=(const TRUSTVect &v)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::operator+=(const TRUSTVect &v) <trustvect-public-void-trustvect-type-size-operator+-equal-const-trustvect-ref-v>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator+=(const TRUSTVect &v)](#trustvect-public-void-trustvect-type-size-operator+-equal-const-trustvect-ref-v)

operator - =#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::operator-=(const _TYPE_ x)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::operator-=(const _TYPE_ x) <trustvect-public-void-trustvect-type-size-operator-equal-const-type-x>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator-=(const _TYPE_ x)](#trustvect-public-void-trustvect-type-size-operator-equal-const-type-x)

operator - =#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::operator-=(const TRUSTVect &v)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::operator-=(const TRUSTVect &v) <trustvect-public-void-trustvect-type-size-operator-equal-const-trustvect-ref-v>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator-=(const TRUSTVect &v)](#trustvect-public-void-trustvect-type-size-operator-equal-const-trustvect-ref-v)

operator/ =#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::operator/=(const _TYPE_ x)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::operator/=(const _TYPE_ x) <trustvect-public-void-trustvect-type-size-operator/-equal-const-type-x>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator/=(const _TYPE_ x)](#trustvect-public-void-trustvect-type-size-operator/-equal-const-type-x)

operator/ =#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::operator/=(const TRUSTVect< _T_, _SIZE_ > &v)
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::operator/=(const TRUSTVect< _T_, _SIZE_ > &v) <trustvect-public-void-trustvect-type-size-operator/-equal-const-trustvect-t-size-ref-v>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator/=(const TRUSTVect< _T_, _SIZE_ > &v)](#trustvect-public-void-trustvect-type-size-operator/-equal-const-trustvect-t-size-ref-v)

operator =#

Definition
TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(_TYPE_)
Brief description
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:`TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(_TYPE_) <trustvect-public-trustvect-ref-trustvect-type-size-operator-equal-type>`
[TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(_TYPE_)](#trustvect-public-trustvect-ref-trustvect-type-size-operator-equal-type)

operator =#

Definition
TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(const TRUSTVect &)
Brief description
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:`TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(const TRUSTVect &) <trustvect-public-trustvect-ref-trustvect-type-size-operator-equal-const-trustvect-ref>`
[TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(const TRUSTVect &)](#trustvect-public-trustvect-ref-trustvect-type-size-operator-equal-const-trustvect-ref)

racine_carree#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::racine_carree(Mp_vect_options opt=VECT_ALL_ITEMS)
Brief description
Detailed description
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:`void TRUSTVect<_TYPE_, _SIZE_>::racine_carree(Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-racine-carree-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::racine_carree(Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-racine-carree-mp-vect-options-opt-equal-vect-all-items)

ref#

Definition
virtual void TRUSTVect<_TYPE_, _SIZE_>::ref(const TRUSTVect &)
Brief description
Detailed description
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:`virtual void TRUSTVect<_TYPE_, _SIZE_>::ref(const TRUSTVect &) <trustvect-public-virtual-void-trustvect-type-size-ref-const-trustvect-ref>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::ref(const TRUSTVect &)](#trustvect-public-virtual-void-trustvect-type-size-ref-const-trustvect-ref)

ref_array#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::ref_array(TRUSTArray< _TYPE_, _SIZE_ > &, _SIZE_ start=0, _SIZE_ sz=-1) override
Brief description
Detailed description

Reimplements:

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:`void TRUSTVect<_TYPE_, _SIZE_>::ref_array(TRUSTArray< _TYPE_, _SIZE_ > &, _SIZE_ start=0, _SIZE_ sz=-1) override <trustvect-public-void-trustvect-type-size-ref-array-trustarray-type-size-ref-size-start-equal-0-size-sz-equal-1-override>`
[void TRUSTVect<_TYPE_, _SIZE_>::ref_array(TRUSTArray< _TYPE_, _SIZE_ > &, _SIZE_ start=0, _SIZE_ sz=-1) override](#trustvect-public-void-trustvect-type-size-ref-array-trustarray-type-size-ref-size-start-equal-0-size-sz-equal-1-override)

ref_as_big#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::ref_as_big(TRUSTVect< _TYPE_, trustIdType > &out) const
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::ref_as_big(TRUSTVect< _TYPE_, trustIdType > &out) const <trustvect-public-void-trustvect-type-size-ref-as-big-trustvect-type-trustidtype-ref-out-const>`
[void TRUSTVect<_TYPE_, _SIZE_>::ref_as_big(TRUSTVect< _TYPE_, trustIdType > &out) const](#trustvect-public-void-trustvect-type-size-ref-as-big-trustvect-type-trustidtype-ref-out-const)

ref_as_small#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::ref_as_small(TRUSTVect< _TYPE_, int > &out) const
Brief description
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 TRUSTVect<_TYPE_, _SIZE_>::ref_as_small(TRUSTVect< _TYPE_, int > &out) const <trustvect-public-void-trustvect-type-size-ref-as-small-trustvect-type-int-ref-out-const>`
[void TRUSTVect<_TYPE_, _SIZE_>::ref_as_small(TRUSTVect< _TYPE_, int > &out) const](#trustvect-public-void-trustvect-type-size-ref-as-small-trustvect-type-int-ref-out-const)

ref_data#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::ref_data(_TYPE_ *ptr, _SIZE_ new_size) override
Brief description
Detailed description

Construction de tableaux qui pointent vers des donnees existantes !!! Utiliser ref_data avec precaution

Reimplements:

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:`void TRUSTVect<_TYPE_, _SIZE_>::ref_data(_TYPE_ *ptr, _SIZE_ new_size) override <trustvect-public-void-trustvect-type-size-ref-data-type-ptr-ptr-size-new-size-override>`
[void TRUSTVect<_TYPE_, _SIZE_>::ref_data(_TYPE_ *ptr, _SIZE_ new_size) override](#trustvect-public-void-trustvect-type-size-ref-data-type-ptr-ptr-size-new-size-override)

reset#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::reset() override
Brief description

met l’objet dans l’etat obtenu par le constructeur par defaut.

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:`void TRUSTVect<_TYPE_, _SIZE_>::reset() override <trustvect-public-void-trustvect-type-size-reset-override>`
[void TRUSTVect<_TYPE_, _SIZE_>::reset() override](#trustvect-public-void-trustvect-type-size-reset-override)

resize#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::resize(_SIZE_, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)
Brief description
Detailed description
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:`void TRUSTVect<_TYPE_, _SIZE_>::resize(_SIZE_, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) <trustvect-public-void-trustvect-type-size-resize-size-resize-options-opt-equal-resize-options-copy-init>`
[void TRUSTVect<_TYPE_, _SIZE_>::resize(_SIZE_, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)](#trustvect-public-void-trustvect-type-size-resize-size-resize-options-opt-equal-resize-options-copy-init)

resize_tab#

Definition
void TRUSTVect<_TYPE_, _SIZE_>::resize_tab(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) override
Brief description
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:`void TRUSTVect<_TYPE_, _SIZE_>::resize_tab(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) override <trustvect-public-void-trustvect-type-size-resize-tab-size-n-resize-options-opt-equal-resize-options-copy-init-override>`
[void TRUSTVect<_TYPE_, _SIZE_>::resize_tab(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) override](#trustvect-public-void-trustvect-type-size-resize-tab-size-n-resize-options-opt-equal-resize-options-copy-init-override)

set_md_vector#

Definition
virtual void TRUSTVect<_TYPE_, _SIZE_>::set_md_vector(const MD_Vector &)
Brief description
Detailed description
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:`virtual void TRUSTVect<_TYPE_, _SIZE_>::set_md_vector(const MD_Vector &) <trustvect-public-virtual-void-trustvect-type-size-set-md-vector-const-md-vector-ref>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::set_md_vector(const MD_Vector &)](#trustvect-public-virtual-void-trustvect-type-size-set-md-vector-const-md-vector-ref)

size#

Definition
_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size() const
Brief description
Detailed description
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:`_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size() const <trustvect-public-size-trustvect-type-size-size-const>`
[_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size() const](#trustvect-public-size-trustvect-type-size-size-const)

size_reelle#

Definition
_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle() const
Brief description
Detailed description
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:`_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle() const <trustvect-public-size-trustvect-type-size-size-reelle-const>`
[_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle() const](#trustvect-public-size-trustvect-type-size-size-reelle-const)

size_reelle_ok#

Definition
_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle_ok() const
Brief description
Detailed description
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:`_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle_ok() const <trustvect-public-size-trustvect-type-size-size-reelle-ok-const>`
[_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle_ok() const](#trustvect-public-size-trustvect-type-size-size-reelle-ok-const)

size_totale#

Definition
_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_totale() const
Brief description
Detailed description
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:`_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_totale() const <trustvect-public-size-trustvect-type-size-size-totale-const>`
[_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_totale() const](#trustvect-public-size-trustvect-type-size-size-totale-const)

TRUSTVect#

Definition
TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect()
Brief description
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:`TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect() <trustvect-public-trustvect-type-size-trustvect>`
[TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect()](#trustvect-public-trustvect-type-size-trustvect)

TRUSTVect#

Definition
TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(_SIZE_ n)
Brief description

construction d’un vecteur de taille n.

Detailed description

Les elements du vecteur sont initialises a zero par defaut. Pour ne pas initialiser les valeurs, utiliser ceci: DoubleVect toto; toto.resize(n, RESIZE_OPTIONS::NOCOPY_NOINIT);

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:`TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(_SIZE_ n) <trustvect-public-trustvect-type-size-trustvect-size-n>`
[TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(_SIZE_ n)](#trustvect-public-trustvect-type-size-trustvect-size-n)

TRUSTVect#

Definition
TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(const TRUSTVect &v)
Brief description

Constructeur par copie.

Detailed description

Il s’agit d’un “deep copy” voir ArrOfDouble::ArrOfDouble(const ArrOfDouble &) Remarque: il n’y a pas de constructeur par copie a partir de ArrOfDouble Ceci est volontaire, sinon on risque de grosses pertes de performances par creation implicite d’objets, difficile a trouver. (exemple: appel d’une methode toto(const IntVect &) avec un ArrOfInt produit une copie du tableau !) Utiliser copy() pour copier un ArrOfDouble dans un DoubleVect

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:`TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(const TRUSTVect &v) <trustvect-public-trustvect-type-size-trustvect-const-trustvect-ref-v>`
[TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(const TRUSTVect &v)](#trustvect-public-trustvect-type-size-trustvect-const-trustvect-ref-v)

~TRUSTVect#

Definition
virtual TRUSTVect<_TYPE_, _SIZE_>::~TRUSTVect()
Brief description
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:`virtual TRUSTVect<_TYPE_, _SIZE_>::~TRUSTVect() <trustvect-public-virtual-trustvect-type-size-dtor-trustvect>`
[virtual TRUSTVect<_TYPE_, _SIZE_>::~TRUSTVect()](#trustvect-public-virtual-trustvect-type-size-dtor-trustvect)

Attributes Documentation#

line_size_ (protected)
int TRUSTVect<_TYPE_, _SIZE_>::line_size_
md_vector_ (protected)
MD_Vector TRUSTVect<_TYPE_, _SIZE_>::md_vector_
size_reelle_ (protected)
_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle_

Friends#

  • friend class TRUSTVect