Simple Vector based on std::vector<double>
More...
#include <VMatrix.h>
|
unsigned int | numRows |
| Number of rows.
|
|
std::vector< double > | theVec |
| Data.
|
|
Simple Vector based on std::vector<double>
Definition at line 43 of file VMatrix.h.
◆ getNumRows()
unsigned int getNumRows |
( |
| ) |
const |
Get number of rows.
- Returns
- Number of rows.
Definition at line 293 of file VMatrix.cc.
unsigned int numRows
Number of rows.
◆ getVec()
VVector getVec |
( |
unsigned int |
len, |
|
|
unsigned int |
start = 0 |
|
) |
| const |
Get part of vector.
- Parameters
-
[in] | len | Length of part. |
[in] | start | Offset of part. |
- Returns
- Part of vector.
Definition at line 273 of file VMatrix.cc.
◆ putVec()
void putVec |
( |
const VVector & |
aVector, |
|
|
unsigned int |
start = 0 |
|
) |
| |
Put part of vector.
- Parameters
-
[in] | aVector | Vector with part. |
[in] | start | Offset of part. |
Definition at line 284 of file VMatrix.cc.
◆ resize()
void resize |
( |
const unsigned int |
nRows | ) |
|
Resize vector.
- Parameters
-
Definition at line 262 of file VMatrix.cc.
The documentation for this class was generated from the following files: