The IRowColumns struct Kopien von Spalten und Reihen erzeugen.
More...
#include <xmatrix4.h>
template<class T>
struct nmx::gsl::mat::IRowColumns< T >
The IRowColumns struct Kopien von Spalten und Reihen erzeugen.
Definition at line 60 of file xmatrix4.h.
◆ column()
column Kopie einer Spalte
- Parameters
-
- Returns
- Kopie der n-ten Spalte als Vektor
Definition at line 85 of file xmatrix4.h.
◆ row()
row Kopie einer Reihe erzeugen
- Parameters
-
- Returns
- Kopie der n-ten Reihe als Vektor
Definition at line 69 of file xmatrix4.h.
◆ set_column()
set_column Spalte wird den Elementen eines Vektors gleichgesetzt
- Parameters
-
| v | Vektor |
| n | Index der Spalte |
Definition at line 102 of file xmatrix4.h.
◆ set_row()
set_row Reihe wird den Elementen eines Vektors gleichgesetzt
- Parameters
-
| v | Vektor |
| n | Index der Spalte |
Definition at line 112 of file xmatrix4.h.
The documentation for this struct was generated from the following file: