SHOGUN
4.1.0
|
This is the complete list of members for SGVector< T >, including all inherited members.
add(const SGVector< T > x) | SGVector< T > | |
add(const SGSparseVector< T > &x) | SGVector< T > | |
add(const T x) | SGVector< T > | |
add(T *target, T alpha, const T *v1, T beta, const T *v2, int32_t len) | SGVector< T > | static |
add_scalar(T alpha, T *vec, int32_t len) | SGVector< T > | static |
clone() const | SGVector< T > | |
clone_vector(const T *vec, int32_t len) | SGVector< T > | static |
convert_to_matrix(SGVector< T > vector, index_t nrows, index_t ncols, bool fortran_order) | SGVector< T > | static |
convert_to_matrix(T *&matrix, index_t nrows, index_t ncols, const T *vector, int32_t vlen, bool fortran_order) | SGVector< T > | static |
copy_data(const SGReferencedData &orig) | SGVector< T > | protectedvirtual |
copy_refcount(const SGReferencedData &orig) | SGReferencedData | protected |
data() const | SGVector< T > | |
display_size() const | SGVector< T > | |
display_vector(const char *name="vector", const char *prefix="") const | SGVector< T > | |
display_vector(const T *vector, int32_t n, const char *name="vector", const char *prefix="") | SGVector< T > | static |
display_vector(const SGVector< T >, const char *name="vector", const char *prefix="") | SGVector< T > | static |
display_vector(const bool *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const char *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const uint8_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const int8_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const uint16_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const int16_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const int32_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const uint32_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const int64_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const uint64_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const float32_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const float64_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const floatmax_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
display_vector(const complex128_t *vector, int32_t n, const char *name, const char *prefix) | SGVector< T > | |
equals(SGVector< T > &other) | SGVector< T > | |
fill_vector(T *vec, int32_t len, T value) | SGVector< T > | static |
find(T elem) | SGVector< T > | |
find_if(Predicate p) | SGVector< T > | |
find_position_to_insert(T element) | SGVector< T > | |
find_position_to_insert(complex128_t element) | SGVector< T > | |
free_data() | SGVector< T > | protectedvirtual |
get() | SGVector< T > | |
get_element(index_t index) | SGVector< T > | |
get_imag() | SGVector< T > | |
get_real() | SGVector< T > | |
init_data() | SGVector< T > | protectedvirtual |
load(CFile *loader) | SGVector< T > | |
load(CFile *loader) | SGVector< T > | |
onenorm(T *x, int32_t len) | SGVector< T > | static |
operator EigenRowVectorXtMap() const | SGVector< T > | |
operator EigenVectorXtMap() const | SGVector< T > | |
operator T *() | SGVector< T > | |
operator+(SGVector< T > x) | SGVector< T > | |
operator+=(SGVector< T > x) | SGVector< T > | |
operator+=(SGSparseVector< T > &x) | SGVector< T > | |
operator=(const SGReferencedData &orig) | SGReferencedData | |
operator[](uint64_t index) const | SGVector< T > | |
operator[](int64_t index) const | SGVector< T > | |
operator[](uint32_t index) const | SGVector< T > | |
operator[](int32_t index) const | SGVector< T > | |
operator[](uint64_t index) | SGVector< T > | |
operator[](int64_t index) | SGVector< T > | |
operator[](uint32_t index) | SGVector< T > | |
operator[](int32_t index) | SGVector< T > | |
product(T *vec, int32_t len) | SGVector< T > | static |
product() | SGVector< T > | |
qnorm(T *x, int32_t len, float64_t q) | SGVector< T > | static |
qnorm(complex128_t *x, int32_t len, float64_t q) | SGVector< T > | |
qsq(T *x, int32_t len, float64_t q) | SGVector< T > | static |
qsq(complex128_t *x, int32_t len, float64_t q) | SGVector< T > | |
random(T min_value, T max_value) | SGVector< T > | |
random_vector(T *vec, int32_t len, T min_value, T max_value) | SGVector< T > | static |
random_vector(complex128_t *vec, int32_t len, complex128_t min_value, complex128_t max_value) | SGVector< T > | |
range_fill(T start=0) | SGVector< T > | |
range_fill_vector(T *vec, int32_t len, T start=0) | SGVector< T > | static |
range_fill_vector(complex128_t *vec, int32_t len, complex128_t start) | SGVector< T > | |
ref() | SGReferencedData | protected |
ref_count() | SGReferencedData | |
resize_vector(int32_t n) | SGVector< T > | |
save(CFile *saver) | SGVector< T > | |
save(CFile *saver) | SGVector< T > | |
Scalar typedef | SGVector< T > | |
scale(T alpha) | SGVector< T > | |
scale_vector(T alpha, T *vec, int32_t len) | SGVector< T > | static |
scale_vector(float64_t alpha, float64_t *vec, int32_t len) | SGVector< T > | |
scale_vector(float32_t alpha, float32_t *vec, int32_t len) | SGVector< T > | |
set(SGVector< T > orig) | SGVector< T > | |
set_const(T const_elem) | SGVector< T > | |
set_element(const T &p_element, index_t index) | SGVector< T > | |
SGReferencedData(bool ref_counting=true) | SGReferencedData | |
SGReferencedData(const SGReferencedData &orig) | SGReferencedData | |
SGVector() | SGVector< T > | |
SGVector(T *v, index_t len, bool ref_counting=true) | SGVector< T > | |
SGVector(T *m, index_t len, index_t offset) | SGVector< T > | |
SGVector(index_t len, bool ref_counting=true) | SGVector< T > | |
SGVector(const SGVector &orig) | SGVector< T > | |
SGVector(EigenVectorXt &vec) | SGVector< T > | |
SGVector(EigenRowVectorXt &vec) | SGVector< T > | |
size() const | SGVector< T > | |
sum(T *vec, int32_t len) | SGVector< T > | static |
sum(SGVector< T > vec) | SGVector< T > | static |
sum_abs(T *vec, int32_t len) | SGVector< T > | static |
sum_abs(float64_t *vec, int32_t len) | SGVector< T > | |
sum_abs(float32_t *vec, int32_t len) | SGVector< T > | |
twonorm(const T *x, int32_t len) | SGVector< T > | static |
twonorm(const bool *x, int32_t len) | SGVector< T > | |
twonorm(const char *x, int32_t len) | SGVector< T > | |
twonorm(const int8_t *x, int32_t len) | SGVector< T > | |
twonorm(const uint8_t *x, int32_t len) | SGVector< T > | |
twonorm(const int16_t *x, int32_t len) | SGVector< T > | |
twonorm(const uint16_t *x, int32_t len) | SGVector< T > | |
twonorm(const int32_t *x, int32_t len) | SGVector< T > | |
twonorm(const uint32_t *x, int32_t len) | SGVector< T > | |
twonorm(const int64_t *x, int32_t len) | SGVector< T > | |
twonorm(const uint64_t *x, int32_t len) | SGVector< T > | |
twonorm(const float32_t *x, int32_t len) | SGVector< T > | |
twonorm(const float64_t *v, int32_t n) | SGVector< T > | |
twonorm(const floatmax_t *x, int32_t len) | SGVector< T > | |
twonorm(const complex128_t *x, int32_t len) | SGVector< T > | |
unique(T *output, int32_t size) | SGVector< T > | static |
unique(complex128_t *output, int32_t size) | SGVector< T > | |
unref() | SGReferencedData | protected |
vec1_plus_scalar_times_vec2(T *vec1, const T scalar, const T *vec2, int32_t n) | SGVector< T > | static |
vec1_plus_scalar_times_vec2(float64_t *vec1, float64_t scalar, const float64_t *vec2, int32_t n) | SGVector< T > | |
vec1_plus_scalar_times_vec2(float32_t *vec1, float32_t scalar, const float32_t *vec2, int32_t n) | SGVector< T > | |
vector | SGVector< T > | |
vector_multiply(T *target, const T *v1, const T *v2, int32_t len) | SGVector< T > | static |
vlen | SGVector< T > | |
zero() | SGVector< T > | |
zero() | SGVector< T > | |
~SGReferencedData() | SGReferencedData | virtual |
~SGVector() | SGVector< T > | virtual |