vector_8hpp.tex 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. \hypertarget{vector_8hpp}{}\doxysection{src/vector.hpp File Reference}
  2. \label{vector_8hpp}\index{src/vector.hpp@{src/vector.hpp}}
  3. {\ttfamily \#include $<$iostream$>$}\newline
  4. {\ttfamily \#include \char`\"{}debug.\+hpp\char`\"{}}\newline
  5. Include dependency graph for vector.\+hpp\+:
  6. \nopagebreak
  7. \begin{figure}[H]
  8. \begin{center}
  9. \leavevmode
  10. \includegraphics[width=188pt]{vector_8hpp__incl}
  11. \end{center}
  12. \end{figure}
  13. This graph shows which files directly or indirectly include this file\+:
  14. \nopagebreak
  15. \begin{figure}[H]
  16. \begin{center}
  17. \leavevmode
  18. \includegraphics[width=350pt]{vector_8hpp__dep__incl}
  19. \end{center}
  20. \end{figure}
  21. \doxysubsection*{Typedefs}
  22. \begin{DoxyCompactItemize}
  23. \item
  24. using \mbox{\hyperlink{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}{Real}} = double
  25. \item
  26. using \mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} = \mbox{\hyperlink{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}{Real}} $\ast$
  27. \end{DoxyCompactItemize}
  28. \doxysubsection*{Functions}
  29. \begin{DoxyCompactItemize}
  30. \item
  31. \mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} \mbox{\hyperlink{vector_8hpp_a624100980bbf31adef9cc6bfd6e89738}{init\+\_\+vector}} (size\+\_\+t n)
  32. \item
  33. void \mbox{\hyperlink{vector_8hpp_a34a7c651953c188bf41e94dee669ad70}{delete\+\_\+vector}} (\mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} v)
  34. \item
  35. void \mbox{\hyperlink{vector_8hpp_a01121fb497c32a2fc0deee30071180ff}{display}} (\mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} v, size\+\_\+t n)
  36. \item
  37. size\+\_\+t \mbox{\hyperlink{vector_8hpp_a2edc1ce8353b41e8b9120d90e76c9481}{argmax}} (\mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} v, size\+\_\+t n)
  38. \item
  39. size\+\_\+t \mbox{\hyperlink{vector_8hpp_a8a3da36f32f258d0fcd5c8453fcc9c58}{indice2}} (size\+\_\+t i, size\+\_\+t j, size\+\_\+t nj)
  40. \item
  41. size\+\_\+t \mbox{\hyperlink{vector_8hpp_a6df97fe6a0623e6b4bac1ba311a0a9de}{indice3}} (size\+\_\+t i, size\+\_\+t j, size\+\_\+t k, size\+\_\+t nj, size\+\_\+t nk)
  42. \item
  43. 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)
  44. \end{DoxyCompactItemize}
  45. \doxysubsection{Typedef Documentation}
  46. \mbox{\Hypertarget{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}\label{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}}
  47. \index{vector.hpp@{vector.hpp}!Real@{Real}}
  48. \index{Real@{Real}!vector.hpp@{vector.hpp}}
  49. \doxysubsubsection{\texorpdfstring{Real}{Real}}
  50. {\footnotesize\ttfamily using \mbox{\hyperlink{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}{Real}} = double}
  51. \mbox{\Hypertarget{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}\label{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}}
  52. \index{vector.hpp@{vector.hpp}!Vector@{Vector}}
  53. \index{Vector@{Vector}!vector.hpp@{vector.hpp}}
  54. \doxysubsubsection{\texorpdfstring{Vector}{Vector}}
  55. {\footnotesize\ttfamily using \mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} = \mbox{\hyperlink{vector_8hpp_a4b04262b81aa7d31eb5d2f607e2a35de}{Real}}$\ast$}
  56. \doxysubsection{Function Documentation}
  57. \mbox{\Hypertarget{vector_8hpp_a2edc1ce8353b41e8b9120d90e76c9481}\label{vector_8hpp_a2edc1ce8353b41e8b9120d90e76c9481}}
  58. \index{vector.hpp@{vector.hpp}!argmax@{argmax}}
  59. \index{argmax@{argmax}!vector.hpp@{vector.hpp}}
  60. \doxysubsubsection{\texorpdfstring{argmax()}{argmax()}}
  61. {\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]}}
  62. \mbox{\Hypertarget{vector_8hpp_a34a7c651953c188bf41e94dee669ad70}\label{vector_8hpp_a34a7c651953c188bf41e94dee669ad70}}
  63. \index{vector.hpp@{vector.hpp}!delete\_vector@{delete\_vector}}
  64. \index{delete\_vector@{delete\_vector}!vector.hpp@{vector.hpp}}
  65. \doxysubsubsection{\texorpdfstring{delete\_vector()}{delete\_vector()}}
  66. {\footnotesize\ttfamily void delete\+\_\+vector (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}}}]{v }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}
  67. \mbox{\Hypertarget{vector_8hpp_a01121fb497c32a2fc0deee30071180ff}\label{vector_8hpp_a01121fb497c32a2fc0deee30071180ff}}
  68. \index{vector.hpp@{vector.hpp}!display@{display}}
  69. \index{display@{display}!vector.hpp@{vector.hpp}}
  70. \doxysubsubsection{\texorpdfstring{display()}{display()}}
  71. {\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]}}
  72. \mbox{\Hypertarget{vector_8hpp_a8a3da36f32f258d0fcd5c8453fcc9c58}\label{vector_8hpp_a8a3da36f32f258d0fcd5c8453fcc9c58}}
  73. \index{vector.hpp@{vector.hpp}!indice2@{indice2}}
  74. \index{indice2@{indice2}!vector.hpp@{vector.hpp}}
  75. \doxysubsubsection{\texorpdfstring{indice2()}{indice2()}}
  76. {\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]}}
  77. \mbox{\Hypertarget{vector_8hpp_a6df97fe6a0623e6b4bac1ba311a0a9de}\label{vector_8hpp_a6df97fe6a0623e6b4bac1ba311a0a9de}}
  78. \index{vector.hpp@{vector.hpp}!indice3@{indice3}}
  79. \index{indice3@{indice3}!vector.hpp@{vector.hpp}}
  80. \doxysubsubsection{\texorpdfstring{indice3()}{indice3()}}
  81. {\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]}}
  82. \mbox{\Hypertarget{vector_8hpp_a04bfed1c3222805726b019f3bbe185bc}\label{vector_8hpp_a04bfed1c3222805726b019f3bbe185bc}}
  83. \index{vector.hpp@{vector.hpp}!indice4@{indice4}}
  84. \index{indice4@{indice4}!vector.hpp@{vector.hpp}}
  85. \doxysubsubsection{\texorpdfstring{indice4()}{indice4()}}
  86. {\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]}}
  87. \mbox{\Hypertarget{vector_8hpp_a624100980bbf31adef9cc6bfd6e89738}\label{vector_8hpp_a624100980bbf31adef9cc6bfd6e89738}}
  88. \index{vector.hpp@{vector.hpp}!init\_vector@{init\_vector}}
  89. \index{init\_vector@{init\_vector}!vector.hpp@{vector.hpp}}
  90. \doxysubsubsection{\texorpdfstring{init\_vector()}{init\_vector()}}
  91. {\footnotesize\ttfamily \mbox{\hyperlink{vector_8hpp_ab9855a300a7759f4c0f85067d44e4c38}{Vector}} init\+\_\+vector (\begin{DoxyParamCaption}\item[{size\+\_\+t}]{n }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [inline]}}