#include "dColVector.h"
Definition at line 31 of file dColVector.h.
ColumnVector::ColumnVector | ( | void | ) | [inline] |
Definition at line 37 of file dColVector.h.
Referenced by AEPBALANCE::AEPBALANCE(), DiagMatrix::column(), and ODES::initialize().
ColumnVector::ColumnVector | ( | octave_idx_type | n | ) | [inline, explicit] |
Definition at line 39 of file dColVector.h.
ColumnVector::ColumnVector | ( | const dim_vector & | dv | ) | [inline, explicit] |
Definition at line 42 of file dColVector.h.
ColumnVector::ColumnVector | ( | octave_idx_type | n, | |
double | val | |||
) | [inline] |
Definition at line 45 of file dColVector.h.
ColumnVector::ColumnVector | ( | const ColumnVector & | a | ) | [inline] |
Definition at line 48 of file dColVector.h.
Definition at line 50 of file dColVector.h.
Definition at line 51 of file dColVector.h.
ColumnVector ColumnVector::abs | ( | void | ) | const |
Definition at line 150 of file dColVector.cc.
void Array< double >::assign | ( | const idx_vector & | i, | |
const Array< double > & | rhs, | |||
const double & | rfv = resize_fill_value () | |||
) | [inherited] |
void Array< double >::assign | ( | const idx_vector & | i, | |
const idx_vector & | j, | |||
const Array< double > & | rhs, | |||
const double & | rfv = resize_fill_value () | |||
) | [inherited] |
void Array< double >::assign | ( | const Array< idx_vector > & | ia, | |
const Array< double > & | rhs, | |||
const double & | rfv = resize_fill_value () | |||
) | [inherited] |
Reimplemented in DiagArray2< double >.
octave_idx_type Array< double >::capacity | ( | void | ) | const [inline, inherited] |
static Array<double > Array< double >::cat | ( | int | dim, | |
octave_idx_type | n, | |||
const Array< double > * | array_list | |||
) | [static, inherited] |
double & Array< double >::checkelem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inherited] |
double & Array< double >::checkelem | ( | const Array< octave_idx_type > & | ra_idx | ) | [inherited] |
crefT Array< double >::checkelem | ( | octave_idx_type | n | ) | const [inherited] |
crefT Array< double >::checkelem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inherited] |
Reimplemented in DiagArray2< double >.
crefT Array< double >::checkelem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | const [inherited] |
crefT Array< double >::checkelem | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inherited] |
double & Array< double >::checkelem | ( | octave_idx_type | n | ) | [inherited] |
double & Array< double >::checkelem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inherited] |
Reimplemented in DiagArray2< double >.
void Array< double >::clear | ( | octave_idx_type | r, | |
octave_idx_type | c | |||
) | [inline, inherited] |
void ColumnVector::clear | ( | octave_idx_type | n | ) | [inline] |
Definition at line 108 of file dColVector.h.
References Array< T >::clear().
Referenced by operator*().
void Array< double >::clear | ( | const dim_vector & | dv | ) | [inherited] |
octave_idx_type Array< double >::cols | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
Definition at line 304 of file Array.h.
Referenced by Matrix::append(), Matrix::column_max(), Matrix::column_min(), Matrix::determinant(), Matrix::fill(), Matrix::finverse(), Matrix::fourier(), Matrix::fourier2d(), Matrix::fsolve(), Matrix::ifourier(), Matrix::ifourier2d(), Matrix::insert(), Matrix::is_symmetric(), Matrix::lssolve(), Matrix::ltsolve(), Matrix::operator+=(), Matrix::operator-=(), Matrix::operator==(), Matrix::pseudo_inverse(), Matrix::rcond(), Matrix::row_max(), Matrix::row_min(), Matrix::stack(), Matrix::tinverse(), and Matrix::utsolve().
Array<double > Array< double >::column | ( | octave_idx_type | k | ) | const [inherited] |
Reimplemented in Matrix.
octave_idx_type Array< double >::columns | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
Definition at line 305 of file Array.h.
Referenced by Matrix::inverse().
octave_idx_type Array< double >::compute_index | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inherited] |
octave_idx_type Array< double >::compute_index | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | const [inherited] |
octave_idx_type Array< double >::compute_index | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inherited] |
octave_idx_type Array< double >::compute_index_unchecked | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
Definition at line 435 of file Array.h.
Referenced by RowVector::operator==(), Matrix::operator==(), and operator==().
void Array< double >::delete_elements | ( | const idx_vector & | i | ) | [inherited] |
void Array< double >::delete_elements | ( | int | dim, | |
const idx_vector & | i | |||
) | [inherited] |
void Array< double >::delete_elements | ( | const Array< idx_vector > & | ia | ) | [inherited] |
Array<double > Array< double >::diag | ( | octave_idx_type | k = 0 |
) | const [inherited] |
Reimplemented in Matrix, NDArray, DiagArray2< double >, and MDiagArray2< double >.
octave_idx_type Array< double >::dim1 | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
octave_idx_type Array< double >::dim2 | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
octave_idx_type Array< double >::dim3 | ( | void | ) | const [inline, inherited] |
const dim_vector& Array< double >::dims | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
Definition at line 311 of file Array.h.
Referenced by NDArray::concat(), NDArray::fourier(), NDArray::fourier2d(), NDArray::fourierNd(), NDArray::ifourier(), NDArray::ifourier2d(), and NDArray::ifourierNd().
double & Array< double >::elem | ( | octave_idx_type | n | ) | [inline, inherited] |
Definition at line 353 of file Array.h.
Referenced by NDArray::all_integers(), Matrix::all_integers(), Matrix::column_max(), Matrix::column_min(), NDArray::concat(), Matrix::determinant(), RowVector::extract(), extract(), RowVector::extract_n(), extract_n(), NDArray::fourier(), NDArray::ifourier(), Matrix::is_symmetric(), Matrix::Matrix(), RowVector::max(), max(), RowVector::min(), min(), Matrix::operator+=(), Matrix::operator-=(), Matrix::row_max(), and Matrix::row_min().
double & Array< double >::elem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inline, inherited] |
Reimplemented in DiagArray2< double >.
double & Array< double >::elem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inline, inherited] |
double & Array< double >::elem | ( | const Array< octave_idx_type > & | ra_idx | ) | [inline, inherited] |
crefT Array< double >::elem | ( | octave_idx_type | n | ) | const [inline, inherited] |
crefT Array< double >::elem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
crefT Array< double >::elem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | const [inline, inherited] |
crefT Array< double >::elem | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inline, inherited] |
ColumnVector ColumnVector::extract | ( | octave_idx_type | r1, | |
octave_idx_type | r2 | |||
) | const |
Definition at line 170 of file dColVector.cc.
References Array< double >::elem(), and Array< T >::xelem().
Referenced by Matrix::pseudo_inverse(), and ComplexMatrix::pseudo_inverse().
ColumnVector ColumnVector::extract_n | ( | octave_idx_type | r1, | |
octave_idx_type | n | |||
) | const |
Definition at line 185 of file dColVector.cc.
References Array< double >::elem(), and Array< T >::xelem().
Referenced by xform2cam().
ColumnVector & ColumnVector::fill | ( | double | val | ) |
Definition at line 93 of file dColVector.cc.
References Array< double >::length(), Array< double >::make_unique(), and Array< double >::xelem().
Referenced by operator*(), and qp().
ColumnVector & ColumnVector::fill | ( | double | val, | |
octave_idx_type | r1, | |||
octave_idx_type | r2 | |||
) |
Definition at line 109 of file dColVector.cc.
References Array< double >::length(), Array< double >::make_unique(), and Array< double >::xelem().
Array<octave_idx_type> Array< double >::find | ( | octave_idx_type | n = -1 , |
|
bool | backward = false | |||
) | const [inherited] |
Reimplemented in DiagArray2< double >.
Definition at line 437 of file Array.h.
Referenced by Matrix::ltsolve(), NDArray::NDArray(), Matrix::rcond(), and Matrix::utsolve().
Reimplemented in DiagArray2< double >.
MArray<double > MArray< double >::hermitian | ( | double (*)(const double &) | fcn = 0 |
) | const [inline, inherited] |
Reimplemented from Array< double >.
void MArray< double >::idx_add | ( | const idx_vector & | idx, | |
double | val | |||
) | [inherited] |
void MArray< double >::idx_add | ( | const idx_vector & | idx, | |
const MArray< double > & | vals | |||
) | [inherited] |
void MArray< double >::idx_add_nd | ( | const idx_vector & | idx, | |
const MArray< double > & | vals, | |||
int | dim = -1 | |||
) | [inherited] |
void MArray< double >::idx_max | ( | const idx_vector & | idx, | |
const MArray< double > & | vals | |||
) | [inherited] |
void MArray< double >::idx_min | ( | const idx_vector & | idx, | |
const MArray< double > & | vals | |||
) | [inherited] |
Array<double > Array< double >::index | ( | const idx_vector & | i, | |
const idx_vector & | j, | |||
bool | resize_ok, | |||
const double & | rfv = resize_fill_value () | |||
) | const [inherited] |
Array<double > Array< double >::index | ( | const idx_vector & | i | ) | const [inherited] |
Referenced by Matrix::column(), Matrix::extract(), Matrix::extract_n(), and Matrix::row().
Array<double > Array< double >::index | ( | const idx_vector & | i, | |
const idx_vector & | j | |||
) | const [inherited] |
Array<double > Array< double >::index | ( | const idx_vector & | i, | |
bool | resize_ok, | |||
const double & | rfv = resize_fill_value () | |||
) | const [inherited] |
Array<double > Array< double >::index | ( | const Array< idx_vector > & | ia, | |
bool | resize_ok, | |||
const double & | rfv = resize_fill_value () | |||
) | const [inherited] |
ColumnVector & ColumnVector::insert | ( | const ColumnVector & | a, | |
octave_idx_type | r | |||
) |
Definition at line 71 of file dColVector.cc.
References Array< T >::elem(), Array< double >::length(), Array< T >::length(), Array< double >::make_unique(), and Array< double >::xelem().
Array<double >& Array< double >::insert | ( | const Array< double > & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) | [inherited] |
Array<double >& Array< double >::insert | ( | const Array< double > & | a, | |
const Array< octave_idx_type > & | idx | |||
) | [inherited] |
MArray<double > MArray< double >::ipermute | ( | const Array< octave_idx_type > & | vec | ) | const [inline, inherited] |
Reimplemented from Array< double >.
Definition at line 92 of file Array-d.cc.
References ASCENDING, Array< T >::data(), DESCENDING, Array< T >::numel(), and xisnan().
Definition at line 426 of file Array.h.
Referenced by Matrix::is_symmetric().
octave_idx_type Array< double >::length | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
Definition at line 265 of file Array.h.
Referenced by RowVector::append(), RowVector::fill(), fill(), RowVector::insert(), insert(), RowVector::max(), max(), RowVector::min(), min(), RowVector::operator==(), Matrix::operator==(), operator==(), and stack().
Array<double > Array< double >::linear_slice | ( | octave_idx_type | lo, | |
octave_idx_type | up | |||
) | const [inherited] |
octave_idx_type Array< double >::lookup | ( | const double & | value, | |
sortmode | mode = UNSORTED | |||
) | const [inherited] |
Array<octave_idx_type> Array< double >::lookup | ( | const Array< double > & | values, | |
sortmode | mode = UNSORTED | |||
) | const [inherited] |
Definition at line 109 of file Array.h.
Referenced by RowVector::fill(), Matrix::fill(), fill(), RowVector::insert(), Matrix::insert(), and insert().
double ColumnVector::max | ( | void | ) | const |
Definition at line 284 of file dColVector.cc.
References Array< double >::elem(), and Array< double >::length().
Referenced by qp(), DiagMatrix::rcond(), and ComplexDiagMatrix::rcond().
double ColumnVector::min | ( | void | ) | const |
Definition at line 268 of file dColVector.cc.
References Array< double >::elem(), and Array< double >::length().
Referenced by qp(), DiagMatrix::rcond(), and ComplexDiagMatrix::rcond().
Definition at line 443 of file Array.h.
Referenced by NDArray::matrix_value().
octave_idx_type Array< double >::nelem | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
Definition at line 266 of file Array.h.
Referenced by NDArray::all_integers(), and Matrix::all_integers().
octave_idx_type Array< double >::nnz | ( | void | ) | const [inherited] |
Reimplemented in MDiagArray2< double >.
octave_idx_type Array< double >::numel | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
Definition at line 267 of file Array.h.
Referenced by NDArray::concat(), NDArray::fourier(), NDArray::fourier2d(), NDArray::fourierNd(), NDArray::ifourier(), NDArray::ifourier2d(), and NDArray::ifourierNd().
bool ColumnVector::operator!= | ( | const ColumnVector & | a | ) | const |
Definition at line 65 of file dColVector.cc.
double & Array< double >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inline, inherited] |
Reimplemented in DiagArray2< double >.
double & Array< double >::operator() | ( | octave_idx_type | n | ) | [inline, inherited] |
double & Array< double >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inline, inherited] |
double & Array< double >::operator() | ( | const Array< octave_idx_type > & | ra_idx | ) | [inline, inherited] |
crefT Array< double >::operator() | ( | octave_idx_type | n | ) | const [inline, inherited] |
crefT Array< double >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | const [inline, inherited] |
crefT Array< double >::operator() | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inline, inherited] |
crefT Array< double >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
ColumnVector& ColumnVector::operator= | ( | const ColumnVector & | a | ) | [inline] |
Definition at line 53 of file dColVector.h.
References MArray< T >::operator=().
bool ColumnVector::operator== | ( | const ColumnVector & | a | ) | const |
Definition at line 56 of file dColVector.cc.
References Array< T >::data(), Array< double >::data(), Array< T >::length(), Array< double >::length(), and mx_inline_equal().
bool Array< double >::optimize_dimensions | ( | const dim_vector & | dv | ) | [inherited] |
Array<double > Array< double >::page | ( | octave_idx_type | k | ) | const [inherited] |
octave_idx_type Array< double >::pages | ( | void | ) | const [inline, inherited] |
MArray<double > MArray< double >::permute | ( | const Array< octave_idx_type > & | vec, | |
bool | inv = false | |||
) | const [inline, inherited] |
Reimplemented from Array< double >.
void Array< double >::print_info | ( | std::ostream & | os, | |
const std::string & | prefix | |||
) | const [inherited] |
Reimplemented in DiagArray2< double >.
MArray<double > MArray< double >::reshape | ( | const dim_vector & | new_dims | ) | const [inline, inherited] |
Reimplemented from Array< double >.
Array<double > Array< double >::reshape | ( | octave_idx_type | nr, | |
octave_idx_type | nc | |||
) | const [inline, inherited] |
void Array< double >::resize | ( | const dim_vector & | dv, | |
const double & | rfv = resize_fill_value () | |||
) | [inherited] |
void Array< double >::resize | ( | octave_idx_type | nr, | |
octave_idx_type | nc, | |||
const double & | rfv = resize_fill_value () | |||
) | [inline, inherited] |
Reimplemented in DiagArray2< double >.
void Array< double >::resize | ( | octave_idx_type | n | ) | [inline, inherited] |
Definition at line 459 of file Array.h.
Referenced by NDArray::NDArray().
void ColumnVector::resize | ( | octave_idx_type | n, | |
const double & | rfv = Array<double>::resize_fill_value () | |||
) | [inline] |
Definition at line 102 of file dColVector.h.
References Array< T >::resize().
Referenced by DEFUN_DLD(), CollocWt::init(), DASRT::integrate(), Matrix::lssolve(), operator*(), qp(), Matrix::row_max(), and Matrix::row_min().
void Array< double >::resize1 | ( | octave_idx_type | n, | |
const double & | rfv = resize_fill_value () | |||
) | [inherited] |
octave_idx_type Array< double >::rows | ( | void | ) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
Definition at line 303 of file Array.h.
Referenced by Matrix::append(), Matrix::column_max(), Matrix::column_min(), Matrix::determinant(), Matrix::fill(), Matrix::finverse(), Matrix::fourier(), Matrix::fourier2d(), Matrix::fsolve(), Matrix::ifourier(), Matrix::ifourier2d(), Matrix::insert(), Matrix::inverse(), Matrix::is_symmetric(), Matrix::lssolve(), Matrix::ltsolve(), Matrix::operator+=(), Matrix::operator-=(), Matrix::operator==(), Matrix::pseudo_inverse(), Matrix::rcond(), Matrix::row_max(), Matrix::row_min(), Matrix::stack(), Matrix::tinverse(), and Matrix::utsolve().
Array<double > Array< double >::sort | ( | Array< octave_idx_type > & | sidx, | |
int | dim = 0 , |
|||
sortmode | mode = ASCENDING | |||
) | const [inherited] |
Referenced by SCHUR::init().
Array<octave_idx_type> Array< double >::sort_rows_idx | ( | sortmode | mode = ASCENDING |
) | const [inherited] |
Reimplemented from Array< double >.
Reimplemented in NDArray.
ColumnVector ColumnVector::stack | ( | const ColumnVector & | a | ) | const |
Definition at line 133 of file dColVector.cc.
References Array< T >::length(), and Array< double >::length().
Definition at line 648 of file Array.h.
Referenced by NDArray::all_elements_are_int_or_inf_or_nan(), Matrix::all_elements_are_int_or_inf_or_nan(), NDArray::all_elements_are_zero(), NDArray::all_integers(), NDArray::any_element_is_negative(), Matrix::any_element_is_negative(), NDArray::any_element_is_positive(), Matrix::any_element_is_positive(), NDArray::any_element_not_one_or_zero(), Matrix::any_element_not_one_or_zero(), NDArray::too_large_for_float(), and Matrix::too_large_for_float().
RowVector ColumnVector::transpose | ( | void | ) | const |
Reimplemented from MArray< double >.
Definition at line 144 of file dColVector.cc.
Referenced by qp(), and xform2cam().
double & Array< double >::xelem | ( | const Array< octave_idx_type > & | ra_idx | ) | [inline, inherited] |
crefT Array< double >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | const [inline, inherited] |
double & Array< double >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inline, inherited] |
double & Array< double >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inline, inherited] |
crefT Array< double >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
crefT Array< double >::xelem | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inline, inherited] |
double & Array< double >::xelem | ( | octave_idx_type | n | ) | [inline, inherited] |
Definition at line 327 of file Array.h.
Referenced by RowVector::fill(), Matrix::fill(), fill(), RowVector::insert(), Matrix::insert(), insert(), and NDArray::NDArray().
crefT Array< double >::xelem | ( | octave_idx_type | n | ) | const [inline, inherited] |
OCTAVE_API ColumnVector imag | ( | const ComplexColumnVector & | a | ) | [friend] |
Definition at line 162 of file dColVector.cc.
OCTAVE_API ColumnVector operator* | ( | const DiagMatrix & | a, | |
const ColumnVector & | b | |||
) | [friend] |
Definition at line 235 of file dColVector.cc.
OCTAVE_API ColumnVector operator* | ( | const Matrix & | a, | |
const ColumnVector & | b | |||
) | [friend] |
Definition at line 198 of file dColVector.cc.
OCTAVE_API std::ostream& operator<< | ( | std::ostream & | os, | |
const ColumnVector & | a | |||
) | [friend] |
Definition at line 300 of file dColVector.cc.
OCTAVE_API std::istream& operator>> | ( | std::istream & | is, | |
ColumnVector & | a | |||
) | [friend] |
Definition at line 309 of file dColVector.cc.
OCTAVE_API ColumnVector real | ( | const ComplexColumnVector & | a | ) | [friend] |
Definition at line 156 of file dColVector.cc.
Referenced by MatrixType::MatrixType().
dim_vector Array< double >::dimensions [protected, inherited] |
octave_idx_type Array< double >::slice_len [protected, inherited] |