#include "CRowVector.h"
Definition at line 31 of file CRowVector.h.
ComplexRowVector::ComplexRowVector | ( | void | ) | [inline] |
Definition at line 39 of file CRowVector.h.
Referenced by ComplexDiagMatrix::row().
ComplexRowVector::ComplexRowVector | ( | octave_idx_type | n | ) | [inline, explicit] |
Definition at line 41 of file CRowVector.h.
ComplexRowVector::ComplexRowVector | ( | const dim_vector & | dv | ) | [inline, explicit] |
Definition at line 44 of file CRowVector.h.
ComplexRowVector::ComplexRowVector | ( | octave_idx_type | n, | |
const Complex & | val | |||
) | [inline] |
Definition at line 46 of file CRowVector.h.
ComplexRowVector::ComplexRowVector | ( | const ComplexRowVector & | a | ) | [inline] |
Definition at line 49 of file CRowVector.h.
Definition at line 51 of file CRowVector.h.
Definition at line 54 of file CRowVector.h.
ComplexRowVector::ComplexRowVector | ( | const RowVector & | a | ) | [inline, explicit] |
Definition at line 57 of file CRowVector.h.
ComplexRowVector ComplexRowVector::append | ( | const RowVector & | a | ) | const |
Definition at line 201 of file CRowVector.cc.
References Array< T >::length(), and Array< Complex >::length().
ComplexRowVector ComplexRowVector::append | ( | const ComplexRowVector & | a | ) | const |
Definition at line 212 of file CRowVector.cc.
References Array< T >::length(), and Array< Complex >::length().
void Array< Complex >::assign | ( | const idx_vector & | i, | |
const Array< Complex > & | rhs, | |||
const Complex & | rfv = resize_fill_value () | |||
) | [inherited] |
void Array< Complex >::assign | ( | const idx_vector & | i, | |
const idx_vector & | j, | |||
const Array< Complex > & | rhs, | |||
const Complex & | rfv = resize_fill_value () | |||
) | [inherited] |
void Array< Complex >::assign | ( | const Array< idx_vector > & | ia, | |
const Array< Complex > & | rhs, | |||
const Complex & | rfv = resize_fill_value () | |||
) | [inherited] |
Reimplemented in DiagArray2< Complex >.
octave_idx_type Array< Complex >::capacity | ( | void | ) | const [inline, inherited] |
static Array<Complex > Array< Complex >::cat | ( | int | dim, | |
octave_idx_type | n, | |||
const Array< Complex > * | array_list | |||
) | [static, inherited] |
Reimplemented in ComplexNDArray.
Complex & Array< Complex >::checkelem | ( | octave_idx_type | n | ) | [inherited] |
Complex & Array< Complex >::checkelem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inherited] |
Reimplemented in DiagArray2< Complex >.
Complex & Array< Complex >::checkelem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inherited] |
Complex & Array< Complex >::checkelem | ( | const Array< octave_idx_type > & | ra_idx | ) | [inherited] |
crefT Array< Complex >::checkelem | ( | octave_idx_type | n | ) | const [inherited] |
crefT Array< Complex >::checkelem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inherited] |
Reimplemented in DiagArray2< Complex >.
crefT Array< Complex >::checkelem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | const [inherited] |
crefT Array< Complex >::checkelem | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inherited] |
void Array< Complex >::clear | ( | octave_idx_type | r, | |
octave_idx_type | c | |||
) | [inline, inherited] |
void Array< Complex >::clear | ( | const dim_vector & | dv | ) | [inherited] |
void ComplexRowVector::clear | ( | octave_idx_type | n | ) | [inline] |
Definition at line 121 of file CRowVector.h.
References Array< T >::clear().
octave_idx_type Array< Complex >::cols | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
Definition at line 304 of file Array.h.
Referenced by ComplexMatrix::all_integers(), ComplexMatrix::append(), ComplexMatrix::column_max(), ComplexMatrix::column_min(), ComplexMatrix::ComplexMatrix(), ComplexMatrix::determinant(), ComplexMatrix::fill(), ComplexMatrix::finverse(), ComplexMatrix::fourier(), ComplexMatrix::fourier2d(), ComplexMatrix::fsolve(), ComplexMatrix::ifourier(), ComplexMatrix::ifourier2d(), ComplexMatrix::insert(), ComplexMatrix::is_hermitian(), ComplexMatrix::lssolve(), ComplexMatrix::ltsolve(), ComplexMatrix::operator+=(), ComplexMatrix::operator-=(), ComplexMatrix::operator==(), ComplexMatrix::pseudo_inverse(), ComplexMatrix::rcond(), ComplexMatrix::row_max(), ComplexMatrix::row_min(), ComplexMatrix::stack(), ComplexMatrix::tinverse(), ComplexMatrix::too_large_for_float(), and ComplexMatrix::utsolve().
Array<Complex > Array< Complex >::column | ( | octave_idx_type | k | ) | const [inherited] |
Reimplemented in ComplexMatrix.
octave_idx_type Array< Complex >::columns | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
Definition at line 305 of file Array.h.
Referenced by ComplexMatrix::inverse(), and ComplexMatrix::row_is_real_only().
octave_idx_type Array< Complex >::compute_index | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inherited] |
octave_idx_type Array< Complex >::compute_index | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | const [inherited] |
octave_idx_type Array< Complex >::compute_index | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inherited] |
octave_idx_type Array< Complex >::compute_index_unchecked | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
Definition at line 435 of file Array.h.
Referenced by operator==(), ComplexMatrix::operator==(), and ComplexColumnVector::operator==().
void Array< Complex >::delete_elements | ( | const idx_vector & | i | ) | [inherited] |
void Array< Complex >::delete_elements | ( | int | dim, | |
const idx_vector & | i | |||
) | [inherited] |
void Array< Complex >::delete_elements | ( | const Array< idx_vector > & | ia | ) | [inherited] |
Array<Complex > Array< Complex >::diag | ( | octave_idx_type | k = 0 |
) | const [inherited] |
Reimplemented in ComplexMatrix, ComplexNDArray, DiagArray2< Complex >, and MDiagArray2< Complex >.
octave_idx_type Array< Complex >::dim1 | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
octave_idx_type Array< Complex >::dim2 | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
octave_idx_type Array< Complex >::dim3 | ( | void | ) | const [inline, inherited] |
const dim_vector& Array< Complex >::dims | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
Definition at line 311 of file Array.h.
Referenced by ComplexNDArray::fourier(), ComplexNDArray::fourier2d(), ComplexNDArray::fourierNd(), ComplexNDArray::ifourier(), ComplexNDArray::ifourier2d(), and ComplexNDArray::ifourierNd().
Complex & Array< Complex >::elem | ( | octave_idx_type | n | ) | [inline, inherited] |
Definition at line 353 of file Array.h.
Referenced by ComplexNDArray::all_integers(), ComplexMatrix::all_integers(), ComplexMatrix::column_is_real_only(), ComplexMatrix::column_max(), ComplexMatrix::column_min(), ComplexMatrix::ComplexMatrix(), ComplexMatrix::determinant(), extract(), ComplexColumnVector::extract(), extract_n(), ComplexColumnVector::extract_n(), ComplexNDArray::fourier(), ComplexNDArray::ifourier(), ComplexNDArray::insert(), ComplexMatrix::insert(), ComplexMatrix::is_hermitian(), max(), ComplexColumnVector::max(), min(), ComplexColumnVector::min(), ComplexMatrix::operator+=(), ComplexMatrix::operator-=(), ComplexMatrix::row_is_real_only(), ComplexMatrix::row_max(), ComplexMatrix::row_min(), ComplexNDArray::too_large_for_float(), and ComplexMatrix::too_large_for_float().
Complex & Array< Complex >::elem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
Complex & Array< Complex >::elem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inline, inherited] |
Complex & Array< Complex >::elem | ( | const Array< octave_idx_type > & | ra_idx | ) | [inline, inherited] |
crefT Array< Complex >::elem | ( | octave_idx_type | n | ) | const [inline, inherited] |
crefT Array< Complex >::elem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
crefT Array< Complex >::elem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | const [inline, inherited] |
crefT Array< Complex >::elem | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inline, inherited] |
ComplexRowVector ComplexRowVector::extract | ( | octave_idx_type | c1, | |
octave_idx_type | c2 | |||
) | const |
Definition at line 243 of file CRowVector.cc.
References Array< Complex >::elem(), and Array< T >::elem().
ComplexRowVector ComplexRowVector::extract_n | ( | octave_idx_type | c1, | |
octave_idx_type | n | |||
) | const |
Definition at line 258 of file CRowVector.cc.
References Array< Complex >::elem(), and Array< T >::elem().
ComplexRowVector & ComplexRowVector::fill | ( | const Complex & | val, | |
octave_idx_type | c1, | |||
octave_idx_type | c2 | |||
) |
Definition at line 177 of file CRowVector.cc.
References Array< Complex >::length(), Array< Complex >::make_unique(), and Array< Complex >::xelem().
ComplexRowVector & ComplexRowVector::fill | ( | double | val | ) |
Definition at line 121 of file CRowVector.cc.
References Array< Complex >::length(), Array< Complex >::make_unique(), and Array< Complex >::xelem().
ComplexRowVector & ComplexRowVector::fill | ( | double | val, | |
octave_idx_type | c1, | |||
octave_idx_type | c2 | |||
) |
Definition at line 153 of file CRowVector.cc.
References Array< Complex >::length(), Array< Complex >::make_unique(), and Array< Complex >::xelem().
ComplexRowVector & ComplexRowVector::fill | ( | const Complex & | val | ) |
Reimplemented from Array< Complex >.
Definition at line 137 of file CRowVector.cc.
References Array< Complex >::length(), Array< Complex >::make_unique(), and Array< Complex >::xelem().
Array<octave_idx_type> Array< Complex >::find | ( | octave_idx_type | n = -1 , |
|
bool | backward = false | |||
) | const [inherited] |
Reimplemented in DiagArray2< Complex >.
Definition at line 437 of file Array.h.
Referenced by ComplexMatrix::ltsolve(), operator+=(), ComplexMatrix::operator+=(), ComplexColumnVector::operator+=(), operator-=(), ComplexMatrix::operator-=(), ComplexColumnVector::operator-=(), ComplexMatrix::rcond(), and ComplexMatrix::utsolve().
Reimplemented in DiagArray2< Complex >.
ComplexColumnVector ComplexRowVector::hermitian | ( | void | ) | const |
Definition at line 223 of file CRowVector.cc.
References conj().
MArray<Complex > MArray< Complex >::hermitian | ( | Complex (*)(const Complex &) | fcn = 0 |
) | const [inline, inherited] |
Reimplemented from Array< Complex >.
Definition at line 86 of file MArray.h.
References Array< T >::hermitian().
void MArray< Complex >::idx_add | ( | const idx_vector & | idx, | |
Complex | val | |||
) | [inherited] |
void MArray< Complex >::idx_add | ( | const idx_vector & | idx, | |
const MArray< Complex > & | vals | |||
) | [inherited] |
void MArray< Complex >::idx_add_nd | ( | const idx_vector & | idx, | |
const MArray< Complex > & | vals, | |||
int | dim = -1 | |||
) | [inherited] |
void MArray< Complex >::idx_max | ( | const idx_vector & | idx, | |
const MArray< Complex > & | vals | |||
) | [inherited] |
void MArray< Complex >::idx_min | ( | const idx_vector & | idx, | |
const MArray< Complex > & | vals | |||
) | [inherited] |
Array<Complex > Array< Complex >::index | ( | const idx_vector & | i, | |
const idx_vector & | j | |||
) | const [inherited] |
Array<Complex > Array< Complex >::index | ( | const Array< idx_vector > & | ia, | |
bool | resize_ok, | |||
const Complex & | rfv = resize_fill_value () | |||
) | const [inherited] |
Array<Complex > Array< Complex >::index | ( | const idx_vector & | i | ) | const [inherited] |
Referenced by ComplexMatrix::column(), ComplexMatrix::extract(), ComplexMatrix::extract_n(), and ComplexMatrix::row().
Array<Complex > Array< Complex >::index | ( | const idx_vector & | i, | |
bool | resize_ok, | |||
const Complex & | rfv = resize_fill_value () | |||
) | const [inherited] |
Array<Complex > Array< Complex >::index | ( | const idx_vector & | i, | |
const idx_vector & | j, | |||
bool | resize_ok, | |||
const Complex & | rfv = resize_fill_value () | |||
) | const [inherited] |
ComplexRowVector & ComplexRowVector::insert | ( | const ComplexRowVector & | a, | |
octave_idx_type | c | |||
) |
Definition at line 99 of file CRowVector.cc.
References Array< T >::elem(), Array< Complex >::length(), Array< T >::length(), Array< Complex >::make_unique(), and Array< Complex >::xelem().
ComplexRowVector & ComplexRowVector::insert | ( | const RowVector & | a, | |
octave_idx_type | c | |||
) |
Definition at line 77 of file CRowVector.cc.
References Array< T >::elem(), Array< Complex >::length(), Array< T >::length(), Array< Complex >::make_unique(), and Array< Complex >::xelem().
Array<Complex >& Array< Complex >::insert | ( | const Array< Complex > & | a, | |
const Array< octave_idx_type > & | idx | |||
) | [inherited] |
Array<Complex >& Array< Complex >::insert | ( | const Array< Complex > & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) | [inherited] |
MArray<Complex > MArray< Complex >::ipermute | ( | const Array< octave_idx_type > & | vec | ) | const [inline, inherited] |
Reimplemented from Array< Complex >.
Definition at line 78 of file MArray.h.
References Array< T >::ipermute().
Definition at line 426 of file Array.h.
Referenced by ComplexMatrix::is_hermitian().
octave_idx_type Array< Complex >::length | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
Definition at line 265 of file Array.h.
Referenced by append(), fill(), ComplexColumnVector::fill(), insert(), ComplexColumnVector::insert(), max(), ComplexColumnVector::max(), min(), ComplexColumnVector::min(), operator+=(), ComplexMatrix::operator+=(), ComplexColumnVector::operator+=(), operator-=(), ComplexMatrix::operator-=(), ComplexColumnVector::operator-=(), operator==(), ComplexMatrix::operator==(), ComplexColumnVector::operator==(), and ComplexColumnVector::stack().
Array<Complex > Array< Complex >::linear_slice | ( | octave_idx_type | lo, | |
octave_idx_type | up | |||
) | const [inherited] |
octave_idx_type Array< Complex >::lookup | ( | const Complex & | value, | |
sortmode | mode = UNSORTED | |||
) | const [inherited] |
Array<octave_idx_type> Array< Complex >::lookup | ( | const Array< Complex > & | values, | |
sortmode | mode = UNSORTED | |||
) | const [inherited] |
Definition at line 109 of file Array.h.
Referenced by fill(), ComplexMatrix::fill(), ComplexColumnVector::fill(), insert(), ComplexMatrix::insert(), and ComplexColumnVector::insert().
Complex ComplexRowVector::max | ( | void | ) | const |
Definition at line 381 of file CRowVector.cc.
References abs(), Array< Complex >::elem(), and Array< Complex >::length().
Referenced by ComplexMatrix::rcond().
Complex ComplexRowVector::min | ( | void | ) | const |
Definition at line 361 of file CRowVector.cc.
References abs(), Array< Complex >::elem(), and Array< Complex >::length().
Definition at line 443 of file Array.h.
Referenced by ComplexNDArray::matrix_value().
octave_idx_type Array< Complex >::nelem | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
Definition at line 266 of file Array.h.
Referenced by ComplexNDArray::all_integers(), and ComplexNDArray::too_large_for_float().
octave_idx_type Array< Complex >::nnz | ( | void | ) | const [inherited] |
Reimplemented in MDiagArray2< Complex >.
Array<Complex > Array< Complex >::nth_element | ( | const idx_vector & | n, | |
int | dim = 0 | |||
) | const [inherited] |
octave_idx_type Array< Complex >::numel | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
Definition at line 267 of file Array.h.
Referenced by ComplexMatrix::ComplexMatrix(), ComplexNDArray::fourier(), ComplexNDArray::fourier2d(), ComplexNDArray::fourierNd(), ComplexNDArray::ifourier(), ComplexNDArray::ifourier2d(), and ComplexNDArray::ifourierNd().
bool ComplexRowVector::operator!= | ( | const ComplexRowVector & | a | ) | const |
Definition at line 69 of file CRowVector.cc.
Complex & Array< Complex >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
Complex & Array< Complex >::operator() | ( | const Array< octave_idx_type > & | ra_idx | ) | [inline, inherited] |
crefT Array< Complex >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
crefT Array< Complex >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | const [inline, inherited] |
crefT Array< Complex >::operator() | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inline, inherited] |
Complex & Array< Complex >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inline, inherited] |
Complex & Array< Complex >::operator() | ( | octave_idx_type | n | ) | [inline, inherited] |
crefT Array< Complex >::operator() | ( | octave_idx_type | n | ) | const [inline, inherited] |
ComplexRowVector & ComplexRowVector::operator+= | ( | const RowVector & | a | ) |
Definition at line 271 of file CRowVector.cc.
References d, Array< T >::data(), Array< Complex >::fortran_vec(), gripe_nonconformant(), Array< T >::length(), and Array< Complex >::length().
ComplexRowVector & ComplexRowVector::operator-= | ( | const RowVector & | a | ) |
Definition at line 293 of file CRowVector.cc.
References d, Array< T >::data(), Array< Complex >::fortran_vec(), gripe_nonconformant(), Array< T >::length(), and Array< Complex >::length().
ComplexRowVector& ComplexRowVector::operator= | ( | const ComplexRowVector & | a | ) | [inline] |
Definition at line 59 of file CRowVector.h.
References MArray< T >::operator=().
F77_RET_T const Complex const octave_idx_type const Complex const octave_idx_type Complex &bool ComplexRowVector::operator== | ( | const ComplexRowVector & | a | ) | const |
Definition at line 60 of file CRowVector.cc.
References Array< T >::data(), Array< Complex >::data(), Array< T >::length(), Array< Complex >::length(), and mx_inline_equal().
bool Array< Complex >::optimize_dimensions | ( | const dim_vector & | dv | ) | [inherited] |
Array<Complex > Array< Complex >::page | ( | octave_idx_type | k | ) | const [inherited] |
octave_idx_type Array< Complex >::pages | ( | void | ) | const [inline, inherited] |
MArray<Complex > MArray< Complex >::permute | ( | const Array< octave_idx_type > & | vec, | |
bool | inv = false | |||
) | const [inline, inherited] |
Reimplemented from Array< Complex >.
Definition at line 74 of file MArray.h.
References Array< T >::permute().
void Array< Complex >::print_info | ( | std::ostream & | os, | |
const std::string & | prefix | |||
) | const [inherited] |
Reimplemented in DiagArray2< Complex >.
Array<Complex > Array< Complex >::reshape | ( | octave_idx_type | nr, | |
octave_idx_type | nc | |||
) | const [inline, inherited] |
MArray<Complex > MArray< Complex >::reshape | ( | const dim_vector & | new_dims | ) | const [inline, inherited] |
Reimplemented from Array< Complex >.
Definition at line 71 of file MArray.h.
References Array< T >::reshape().
void Array< Complex >::resize | ( | const dim_vector & | dv, | |
const Complex & | rfv = resize_fill_value () | |||
) | [inherited] |
void Array< Complex >::resize | ( | octave_idx_type | nr, | |
octave_idx_type | nc, | |||
const Complex & | rfv = resize_fill_value () | |||
) | [inline, inherited] |
Reimplemented in ComplexMatrix, and DiagArray2< Complex >.
void ComplexRowVector::resize | ( | octave_idx_type | n, | |
const Complex & | rfv = Array<Complex>::resize_fill_value () | |||
) | [inline] |
Definition at line 115 of file CRowVector.h.
References Array< T >::resize().
Referenced by ComplexMatrix::column_max(), ComplexMatrix::column_min(), and operator*().
void Array< Complex >::resize | ( | octave_idx_type | n | ) | [inline, inherited] |
void Array< Complex >::resize1 | ( | octave_idx_type | n, | |
const Complex & | rfv = resize_fill_value () | |||
) | [inherited] |
Reimplemented in ComplexMatrix, and ComplexNDArray.
octave_idx_type Array< Complex >::rows | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
Definition at line 303 of file Array.h.
Referenced by ComplexMatrix::all_integers(), ComplexMatrix::append(), ComplexMatrix::column_is_real_only(), ComplexMatrix::column_max(), ComplexMatrix::column_min(), ComplexMatrix::ComplexMatrix(), ComplexMatrix::determinant(), ComplexMatrix::fill(), ComplexMatrix::finverse(), ComplexMatrix::fourier(), ComplexMatrix::fourier2d(), ComplexMatrix::fsolve(), ComplexMatrix::ifourier(), ComplexMatrix::ifourier2d(), ComplexMatrix::insert(), ComplexMatrix::inverse(), ComplexMatrix::is_hermitian(), ComplexMatrix::lssolve(), ComplexMatrix::ltsolve(), ComplexMatrix::operator+=(), ComplexMatrix::operator-=(), ComplexMatrix::operator==(), ComplexMatrix::pseudo_inverse(), ComplexMatrix::rcond(), ComplexMatrix::row_max(), ComplexMatrix::row_min(), ComplexMatrix::stack(), ComplexMatrix::tinverse(), ComplexMatrix::too_large_for_float(), and ComplexMatrix::utsolve().
Array<Complex > Array< Complex >::sort | ( | Array< octave_idx_type > & | sidx, | |
int | dim = 0 , |
|||
sortmode | mode = ASCENDING | |||
) | const [inherited] |
Referenced by ComplexSCHUR::init().
Array<octave_idx_type> Array< Complex >::sort_rows_idx | ( | sortmode | mode = ASCENDING |
) | const [inherited] |
Reimplemented from Array< Complex >.
Reimplemented in ComplexNDArray.
Definition at line 81 of file MArray.h.
References Array< T >::squeeze().
ComplexColumnVector ComplexRowVector::transpose | ( | void | ) | const |
Reimplemented from MArray< Complex >.
Definition at line 229 of file CRowVector.cc.
crefT Array< Complex >::xelem | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inline, inherited] |
crefT Array< Complex >::xelem | ( | octave_idx_type | n | ) | const [inline, inherited] |
Complex & Array< Complex >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inline, inherited] |
Complex & Array< Complex >::xelem | ( | octave_idx_type | n | ) | [inline, inherited] |
Definition at line 327 of file Array.h.
Referenced by ComplexMatrix::ComplexMatrix(), ComplexNDArray::ComplexNDArray(), fill(), ComplexMatrix::fill(), ComplexColumnVector::fill(), insert(), ComplexMatrix::insert(), and ComplexColumnVector::insert().
crefT Array< Complex >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
Complex & Array< Complex >::xelem | ( | const Array< octave_idx_type > & | ra_idx | ) | [inline, inherited] |
crefT Array< Complex >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | const [inline, inherited] |
Complex & Array< Complex >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inline, inherited] |
friend class ComplexColumnVector [friend] |
Definition at line 35 of file CRowVector.h.
Referenced by ComplexDiagMatrix::column().
ComplexRowVector conj | ( | const ComplexRowVector & | a | ) | [friend] |
Definition at line 235 of file CRowVector.cc.
ComplexRowVector operator* | ( | const RowVector & | a, | |
const ComplexMatrix & | b | |||
) | [friend] |
Definition at line 352 of file CRowVector.cc.
ComplexRowVector operator* | ( | const ComplexRowVector & | a, | |
const ComplexMatrix & | b | |||
) | [friend] |
Definition at line 317 of file CRowVector.cc.
std::ostream& operator<< | ( | std::ostream & | os, | |
const ComplexRowVector & | a | |||
) | [friend] |
Definition at line 403 of file CRowVector.cc.
std::istream& operator>> | ( | std::istream & | is, | |
ComplexRowVector & | a | |||
) | [friend] |
Definition at line 412 of file CRowVector.cc.
dim_vector Array< Complex >::dimensions [protected, inherited] |
Definition at line 132 of file Array.h.
Referenced by ComplexNDArray::insert().
Complex * Array< Complex >::slice_data [protected, inherited] |
octave_idx_type Array< Complex >::slice_len [protected, inherited] |