#include <OneTensor.h>
|
| OneTensor () |
| It creates a new empty OneTensor.
|
|
double | at (int pos) |
| It consults the position supplied.
|
|
void | push_back (double compoment) |
| It adds the value supplied at the end.
|
|
| ~OneTensor () |
| It destroys the position object.
|
|
OneTensor::~OneTensor |
( |
| ) |
|
It destroys the position object.
double OneTensor::at |
( |
int |
pos | ) |
|
It consults the position supplied.
- Parameters
-
- Returns
- contents of the position pos
void OneTensor::push_back |
( |
double |
compoment | ) |
|
It adds the value supplied at the end.
- Parameters
-
value | that we need to store |
The documentation for this class was generated from the following files: