#include "CColVector.h"
Definition at line 31 of file CColVector.h.
ComplexColumnVector::ComplexColumnVector | ( | void | ) | [inline] |
Definition at line 40 of file CColVector.h.
ComplexColumnVector::ComplexColumnVector | ( | octave_idx_type | n | ) | [inline, explicit] |
Definition at line 42 of file CColVector.h.
ComplexColumnVector::ComplexColumnVector | ( | const dim_vector & | dv | ) | [inline, explicit] |
Definition at line 45 of file CColVector.h.
ComplexColumnVector::ComplexColumnVector | ( | octave_idx_type | n, | |
const Complex & | val | |||
) | [inline] |
Definition at line 48 of file CColVector.h.
ComplexColumnVector::ComplexColumnVector | ( | const ComplexColumnVector & | a | ) | [inline] |
Definition at line 51 of file CColVector.h.
Definition at line 53 of file CColVector.h.
Definition at line 56 of file CColVector.h.
ComplexColumnVector::ComplexColumnVector | ( | const ColumnVector & | a | ) | [explicit] |
Definition at line 55 of file CColVector.cc.
ColumnVector ComplexColumnVector::abs | ( | void | ) | const |
Definition at line 237 of file CColVector.cc.
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 ComplexColumnVector::clear | ( | octave_idx_type | n | ) | [inline] |
Definition at line 141 of file CColVector.h.
References Array< T >::clear().
Referenced by operator*().
void Array< Complex >::clear | ( | const dim_vector & | dv | ) | [inherited] |
void Array< Complex >::clear | ( | octave_idx_type | r, | |
octave_idx_type | c | |||
) | [inline, inherited] |
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 ComplexRowVector::operator==(), ComplexMatrix::operator==(), and 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(), ComplexRowVector::extract(), extract(), ComplexRowVector::extract_n(), extract_n(), ComplexNDArray::fourier(), ComplexNDArray::ifourier(), ComplexNDArray::insert(), ComplexMatrix::insert(), ComplexMatrix::is_hermitian(), ComplexRowVector::max(), max(), ComplexRowVector::min(), 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] |
ComplexColumnVector ComplexColumnVector::extract | ( | octave_idx_type | r1, | |
octave_idx_type | r2 | |||
) | const |
Definition at line 251 of file CColVector.cc.
References Array< Complex >::elem(), and Array< T >::elem().
ComplexColumnVector ComplexColumnVector::extract_n | ( | octave_idx_type | r1, | |
octave_idx_type | n | |||
) | const |
Definition at line 266 of file CColVector.cc.
References Array< Complex >::elem(), and Array< T >::elem().
ComplexColumnVector & ComplexColumnVector::fill | ( | const Complex & | val, | |
octave_idx_type | r1, | |||
octave_idx_type | r2 | |||
) |
Definition at line 179 of file CColVector.cc.
References Array< Complex >::length(), Array< Complex >::make_unique(), and Array< Complex >::xelem().
ComplexColumnVector & ComplexColumnVector::fill | ( | double | val, | |
octave_idx_type | r1, | |||
octave_idx_type | r2 | |||
) |
Definition at line 155 of file CColVector.cc.
References Array< Complex >::length(), Array< Complex >::make_unique(), and Array< Complex >::xelem().
ComplexColumnVector & ComplexColumnVector::fill | ( | double | val | ) |
Definition at line 122 of file CColVector.cc.
References Array< Complex >::length(), Array< Complex >::make_unique(), and Array< Complex >::xelem().
Referenced by operator*().
ComplexColumnVector & ComplexColumnVector::fill | ( | const Complex & | val | ) |
Reimplemented from Array< Complex >.
Definition at line 138 of file CColVector.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(), ComplexRowVector::operator+=(), ComplexMatrix::operator+=(), operator+=(), ComplexRowVector::operator-=(), ComplexMatrix::operator-=(), operator-=(), ComplexMatrix::rcond(), and ComplexMatrix::utsolve().
Reimplemented in DiagArray2< Complex >.
ComplexRowVector ComplexColumnVector::hermitian | ( | void | ) | const |
Definition at line 225 of file CColVector.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, | |||
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, | |
const idx_vector & | j | |||
) | const [inherited] |
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 Array< idx_vector > & | ia, | |
bool | resize_ok, | |||
const Complex & | rfv = resize_fill_value () | |||
) | const [inherited] |
ComplexColumnVector & ComplexColumnVector::insert | ( | const ComplexColumnVector & | a, | |
octave_idx_type | r | |||
) |
Definition at line 100 of file CColVector.cc.
References Array< T >::elem(), Array< Complex >::length(), Array< T >::length(), Array< Complex >::make_unique(), and Array< Complex >::xelem().
ComplexColumnVector & ComplexColumnVector::insert | ( | const ColumnVector & | a, | |
octave_idx_type | r | |||
) |
Definition at line 78 of file CColVector.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, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) | [inherited] |
Array<Complex >& Array< Complex >::insert | ( | const Array< Complex > & | a, | |
const Array< octave_idx_type > & | idx | |||
) | [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 ComplexRowVector::append(), ComplexRowVector::fill(), fill(), ComplexRowVector::insert(), insert(), ComplexRowVector::max(), max(), ComplexRowVector::min(), min(), ComplexRowVector::operator+=(), ComplexMatrix::operator+=(), operator+=(), ComplexRowVector::operator-=(), ComplexMatrix::operator-=(), operator-=(), ComplexRowVector::operator==(), ComplexMatrix::operator==(), operator==(), and 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 ComplexRowVector::fill(), ComplexMatrix::fill(), fill(), ComplexRowVector::insert(), ComplexMatrix::insert(), and insert().
Complex ComplexColumnVector::max | ( | void | ) | const |
Definition at line 485 of file CColVector.cc.
References abs(), abs(), Array< Complex >::elem(), and Array< Complex >::length().
Complex ComplexColumnVector::min | ( | void | ) | const |
Definition at line 465 of file CColVector.cc.
References abs(), 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 ComplexColumnVector::operator!= | ( | const ComplexColumnVector & | a | ) | const |
Definition at line 70 of file CColVector.cc.
Complex & Array< Complex >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inline, inherited] |
Complex & Array< Complex >::operator() | ( | const Array< octave_idx_type > & | ra_idx | ) | [inline, inherited] |
Complex & Array< Complex >::operator() | ( | octave_idx_type | n | ) | [inline, inherited] |
crefT Array< Complex >::operator() | ( | octave_idx_type | n | ) | const [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] |
Complex & Array< Complex >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
crefT Array< Complex >::operator() | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inline, inherited] |
ComplexColumnVector & ComplexColumnVector::operator+= | ( | const ColumnVector & | a | ) |
Definition at line 279 of file CColVector.cc.
References d, Array< T >::data(), Array< Complex >::fortran_vec(), gripe_nonconformant(), Array< T >::length(), and Array< Complex >::length().
ComplexColumnVector & ComplexColumnVector::operator-= | ( | const ColumnVector & | a | ) |
Definition at line 301 of file CColVector.cc.
References d, Array< T >::data(), Array< Complex >::fortran_vec(), gripe_nonconformant(), Array< T >::length(), and Array< Complex >::length().
ComplexColumnVector& ComplexColumnVector::operator= | ( | const ComplexColumnVector & | a | ) | [inline] |
Definition at line 61 of file CColVector.h.
References MArray< T >::operator=().
bool ComplexColumnVector::operator== | ( | const ComplexColumnVector & | a | ) | const |
Definition at line 61 of file CColVector.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 >.
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().
Array<Complex > Array< Complex >::reshape | ( | octave_idx_type | nr, | |
octave_idx_type | nc | |||
) | const [inline, inherited] |
void ComplexColumnVector::resize | ( | octave_idx_type | n, | |
const Complex & | rfv = Array<Complex>::resize_fill_value () | |||
) | [inline] |
Definition at line 135 of file CColVector.h.
References Array< T >::resize().
Referenced by EIG::init(), ComplexMatrix::lssolve(), ComplexMatrix::row_max(), and ComplexMatrix::row_min().
void Array< Complex >::resize | ( | octave_idx_type | n | ) | [inline, 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 Array< Complex >::resize | ( | const dim_vector & | dv, | |
const Complex & | rfv = resize_fill_value () | |||
) | [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 ComplexColumnVector::stack | ( | const ColumnVector & | a | ) | const |
Definition at line 203 of file CColVector.cc.
References Array< T >::length(), and Array< Complex >::length().
ComplexColumnVector ComplexColumnVector::stack | ( | const ComplexColumnVector & | a | ) | const |
Definition at line 214 of file CColVector.cc.
References Array< T >::length(), and Array< Complex >::length().
ComplexRowVector ComplexColumnVector::transpose | ( | void | ) | const |
Reimplemented from MArray< Complex >.
Definition at line 231 of file CColVector.cc.
crefT Array< Complex >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | 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(), ComplexRowVector::fill(), ComplexMatrix::fill(), fill(), ComplexRowVector::insert(), ComplexMatrix::insert(), and insert().
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 | |||
) | const [inline, inherited] |
Reimplemented in DiagArray2< Complex >.
crefT Array< Complex >::xelem | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inline, inherited] |
Complex & Array< Complex >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inline, inherited] |
friend class ComplexMatrix [friend] |
Definition at line 35 of file CColVector.h.
Referenced by SparseComplexMatrix::bsolve(), SparseComplexMatrix::solve(), and SparseComplexMatrix::trisolve().
friend class ComplexRowVector [friend] |
Definition at line 36 of file CColVector.h.
OCTAVE_API ComplexColumnVector conj | ( | const ComplexColumnVector & | a | ) | [friend] |
Definition at line 243 of file CColVector.cc.
OCTAVE_API ComplexColumnVector operator* | ( | const ComplexDiagMatrix & | a, | |
const ComplexColumnVector & | b | |||
) | [friend] |
Definition at line 435 of file CColVector.cc.
OCTAVE_API ComplexColumnVector operator* | ( | const ComplexMatrix & | a, | |
const ColumnVector & | b | |||
) | [friend] |
Definition at line 325 of file CColVector.cc.
OCTAVE_API ComplexColumnVector operator* | ( | const DiagMatrix & | a, | |
const ComplexColumnVector & | b | |||
) | [friend] |
Definition at line 379 of file CColVector.cc.
OCTAVE_API ComplexColumnVector operator* | ( | const ComplexDiagMatrix & | a, | |
const ColumnVector & | b | |||
) | [friend] |
Definition at line 407 of file CColVector.cc.
OCTAVE_API ComplexColumnVector operator* | ( | const ComplexMatrix & | a, | |
const ComplexColumnVector & | b | |||
) | [friend] |
Definition at line 332 of file CColVector.cc.
OCTAVE_API ComplexColumnVector operator* | ( | const Matrix & | a, | |
const ComplexColumnVector & | b | |||
) | [friend] |
Definition at line 370 of file CColVector.cc.
OCTAVE_API std::ostream& operator<< | ( | std::ostream & | os, | |
const ComplexColumnVector & | a | |||
) | [friend] |
Definition at line 507 of file CColVector.cc.
OCTAVE_API std::istream& operator>> | ( | std::istream & | is, | |
ComplexColumnVector & | a | |||
) | [friend] |
Definition at line 516 of file CColVector.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] |