#include <tnt_array1d.h>
|
void | copy_ (T *p, const T *q, int len) const |
|
void | set_ (T *begin, T *end, const T &val) |
|
◆ value_type
◆ Array1D() [1/5]
◆ Array1D() [2/5]
◆ Array1D() [3/5]
◆ Array1D() [4/5]
◆ Array1D() [5/5]
◆ ~Array1D()
◆ copy()
◆ copy_()
void copy_ |
( |
T * |
p, |
|
|
const T * |
q, |
|
|
int |
len |
|
) |
| const |
|
private |
◆ dim()
◆ dim1()
Referenced by TNT::operator*(), TNT::operator*=(), TNT::operator+(), TNT::operator+=(), TNT::operator-(), TNT::operator-=(), TNT::operator/(), TNT::operator/=(), TNT::operator<<(), Cholesky< Real >::solve(), LU< Real >::solve(), and QR< Real >::solve().
◆ inject()
◆ operator const T *()
◆ operator T*()
◆ operator=() [1/2]
◆ operator=() [2/2]
Array1D< T > & operator= |
( |
const T & |
a | ) |
|
|
inline |
◆ operator[]() [1/2]
◆ operator[]() [2/2]
const T & operator[] |
( |
int |
i | ) |
const |
|
inline |
◆ ref()
◆ ref_count()
◆ set_()
void set_ |
( |
T * |
begin, |
|
|
T * |
end, |
|
|
const T & |
val |
|
) |
| |
|
private |
◆ subarray()
Array1D< T > subarray |
( |
int |
i0, |
|
|
int |
i1 |
|
) |
| |
|
inline |
◆ data_
◆ n_
◆ v_
The documentation for this class was generated from the following file: