123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- \hypertarget{vector_8hpp}{}\doxysection{src/vector.hpp File Reference}
- \label{vector_8hpp}\index{src/vector.hpp@{src/vector.hpp}}
- {\ttfamily \#include $<$iostream$>$}\newline
- {\ttfamily \#include \char`\"{}debug.\+hpp\char`\"{}}\newline
- Include dependency graph for vector.\+hpp\+:
- \nopagebreak
- \begin{figure}[H]
- \begin{center}
- \leavevmode
- \includegraphics[width=188pt]{vector_8hpp__incl}
- \end{center}
- \end{figure}
- This graph shows which files directly or indirectly include this file\+:
- \nopagebreak
- \begin{figure}[H]
- \begin{center}
- \leavevmode
- \includegraphics[width=350pt]{vector_8hpp__dep__incl}
- \end{center}
- \end{figure}
- \doxysubsection*{Typedefs}
- \begin{DoxyCompactItemize}
- \item
- using \mbox{\hyperlink{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}{Real}} = double
- \item
- using \mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} = \mbox{\hyperlink{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}{Real}} $\ast$
- \end{DoxyCompactItemize}
- \doxysubsection*{Functions}
- \begin{DoxyCompactItemize}
- \item
- \mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} \mbox{\hyperlink{vector_8hpp_a624100980bbf31adef9cc6bfd6e89738}{init\+\_\+vector}} (size\+\_\+t n)
- \item
- void \mbox{\hyperlink{vector_8hpp_a34a7c651953c188bf41e94dee669ad70}{delete\+\_\+vector}} (\mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} v)
- \item
- void \mbox{\hyperlink{vector_8hpp_a01121fb497c32a2fc0deee30071180ff}{display}} (\mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} v, size\+\_\+t n)
- \item
- size\+\_\+t \mbox{\hyperlink{vector_8hpp_a2edc1ce8353b41e8b9120d90e76c9481}{argmax}} (\mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} v, size\+\_\+t n)
- \item
- size\+\_\+t \mbox{\hyperlink{vector_8hpp_a8a3da36f32f258d0fcd5c8453fcc9c58}{indice2}} (size\+\_\+t i, size\+\_\+t j, size\+\_\+t nj)
- \item
- size\+\_\+t \mbox{\hyperlink{vector_8hpp_a6df97fe6a0623e6b4bac1ba311a0a9de}{indice3}} (size\+\_\+t i, size\+\_\+t j, size\+\_\+t k, size\+\_\+t nj, size\+\_\+t nk)
- \item
- size\+\_\+t \mbox{\hyperlink{vector_8hpp_a04bfed1c3222805726b019f3bbe185bc}{indice4}} (size\+\_\+t i, size\+\_\+t j, size\+\_\+t k, size\+\_\+t l, size\+\_\+t nj, size\+\_\+t nk, size\+\_\+t nl)
- \end{DoxyCompactItemize}
- \doxysubsection{Typedef Documentation}
- \mbox{\Hypertarget{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}\label{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}}
- \index{vector.hpp@{vector.hpp}!Real@{Real}}
- \index{Real@{Real}!vector.hpp@{vector.hpp}}
- \doxysubsubsection{\texorpdfstring{Real}{Real}}
- {\footnotesize\ttfamily using \mbox{\hyperlink{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}{Real}} = double}
- \mbox{\Hypertarget{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}\label{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}}
- \index{vector.hpp@{vector.hpp}!Vector@{Vector}}
- \index{Vector@{Vector}!vector.hpp@{vector.hpp}}
- \doxysubsubsection{\texorpdfstring{Vector}{Vector}}
- {\footnotesize\ttfamily using \mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} = \mbox{\hyperlink{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}{Real}}$\ast$}
- \doxysubsection{Function Documentation}
- \mbox{\Hypertarget{vector_8hpp_a2edc1ce8353b41e8b9120d90e76c9481}\label{vector_8hpp_a2edc1ce8353b41e8b9120d90e76c9481}}
- \index{vector.hpp@{vector.hpp}!argmax@{argmax}}
- \index{argmax@{argmax}!vector.hpp@{vector.hpp}}
- \doxysubsubsection{\texorpdfstring{argmax()}{argmax()}}
- {\footnotesize\ttfamily size\+\_\+t argmax (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}}}]{v, }\item[{size\+\_\+t}]{n }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
- \mbox{\Hypertarget{vector_8hpp_a34a7c651953c188bf41e94dee669ad70}\label{vector_8hpp_a34a7c651953c188bf41e94dee669ad70}}
- \index{vector.hpp@{vector.hpp}!delete\_vector@{delete\_vector}}
- \index{delete\_vector@{delete\_vector}!vector.hpp@{vector.hpp}}
- \doxysubsubsection{\texorpdfstring{delete\_vector()}{delete\_vector()}}
- {\footnotesize\ttfamily void delete\+\_\+vector (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}}}]{v }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
- \mbox{\Hypertarget{vector_8hpp_a01121fb497c32a2fc0deee30071180ff}\label{vector_8hpp_a01121fb497c32a2fc0deee30071180ff}}
- \index{vector.hpp@{vector.hpp}!display@{display}}
- \index{display@{display}!vector.hpp@{vector.hpp}}
- \doxysubsubsection{\texorpdfstring{display()}{display()}}
- {\footnotesize\ttfamily void display (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}}}]{v, }\item[{size\+\_\+t}]{n }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
- \mbox{\Hypertarget{vector_8hpp_a8a3da36f32f258d0fcd5c8453fcc9c58}\label{vector_8hpp_a8a3da36f32f258d0fcd5c8453fcc9c58}}
- \index{vector.hpp@{vector.hpp}!indice2@{indice2}}
- \index{indice2@{indice2}!vector.hpp@{vector.hpp}}
- \doxysubsubsection{\texorpdfstring{indice2()}{indice2()}}
- {\footnotesize\ttfamily size\+\_\+t indice2 (\begin{DoxyParamCaption}\item[{size\+\_\+t}]{i, }\item[{size\+\_\+t}]{j, }\item[{size\+\_\+t}]{nj }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
- \mbox{\Hypertarget{vector_8hpp_a6df97fe6a0623e6b4bac1ba311a0a9de}\label{vector_8hpp_a6df97fe6a0623e6b4bac1ba311a0a9de}}
- \index{vector.hpp@{vector.hpp}!indice3@{indice3}}
- \index{indice3@{indice3}!vector.hpp@{vector.hpp}}
- \doxysubsubsection{\texorpdfstring{indice3()}{indice3()}}
- {\footnotesize\ttfamily size\+\_\+t indice3 (\begin{DoxyParamCaption}\item[{size\+\_\+t}]{i, }\item[{size\+\_\+t}]{j, }\item[{size\+\_\+t}]{k, }\item[{size\+\_\+t}]{nj, }\item[{size\+\_\+t}]{nk }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
- \mbox{\Hypertarget{vector_8hpp_a04bfed1c3222805726b019f3bbe185bc}\label{vector_8hpp_a04bfed1c3222805726b019f3bbe185bc}}
- \index{vector.hpp@{vector.hpp}!indice4@{indice4}}
- \index{indice4@{indice4}!vector.hpp@{vector.hpp}}
- \doxysubsubsection{\texorpdfstring{indice4()}{indice4()}}
- {\footnotesize\ttfamily size\+\_\+t indice4 (\begin{DoxyParamCaption}\item[{size\+\_\+t}]{i, }\item[{size\+\_\+t}]{j, }\item[{size\+\_\+t}]{k, }\item[{size\+\_\+t}]{l, }\item[{size\+\_\+t}]{nj, }\item[{size\+\_\+t}]{nk, }\item[{size\+\_\+t}]{nl }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
- \mbox{\Hypertarget{vector_8hpp_a624100980bbf31adef9cc6bfd6e89738}\label{vector_8hpp_a624100980bbf31adef9cc6bfd6e89738}}
- \index{vector.hpp@{vector.hpp}!init\_vector@{init\_vector}}
- \index{init\_vector@{init\_vector}!vector.hpp@{vector.hpp}}
- \doxysubsubsection{\texorpdfstring{init\_vector()}{init\_vector()}}
- {\footnotesize\ttfamily \mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} init\+\_\+vector (\begin{DoxyParamCaption}\item[{size\+\_\+t}]{n }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
|