#include <Array.hpp>
◆ Array() [1/2]
gstlrn::Array::Array |
( |
const 1 & |
ndims = 1() | ) |
|
◆ Array() [2/2]
gstlrn::Array::Array |
( |
const Array & |
r | ) |
|
◆ ~Array()
gstlrn::Array::~Array |
( |
| ) |
|
|
virtual |
◆ getValue()
double gstlrn::Array::getValue |
( |
const 1 & |
indice | ) |
const |
◆ getValues()
const & gstlrn::Array::getValues |
( |
| ) |
const |
|
inline |
◆ init()
void gstlrn::Array::init |
( |
const 1 & |
ndims | ) |
|
◆ operator=()
Array & gstlrn::Array::operator= |
( |
const Array & |
r | ) |
|
◆ setValue()
void gstlrn::Array::setValue |
( |
const 1 & |
indice, |
|
|
double |
value |
|
) |
| |
◆ setValues()
void gstlrn::Array::setValues |
( |
const 1 & |
values | ) |
|
|
inline |
The documentation for this class was generated from the following files:
- include/Arrays/Array.hpp
- src/Arrays/Array.cpp