#include "dRowVector.h"
Definition at line 30 of file dRowVector.h.
RowVector::RowVector | ( | void | ) | [inline] |
Definition at line 36 of file dRowVector.h.
RowVector::RowVector | ( | octave_idx_type | n | ) | [inline, explicit] |
Definition at line 38 of file dRowVector.h.
RowVector::RowVector | ( | const dim_vector & | dv | ) | [inline, explicit] |
Definition at line 41 of file dRowVector.h.
RowVector::RowVector | ( | octave_idx_type | n, | |
double | val | |||
) | [inline] |
Definition at line 43 of file dRowVector.h.
RowVector::RowVector | ( | const RowVector & | a | ) | [inline] |
Definition at line 46 of file dRowVector.h.
Definition at line 48 of file dRowVector.h.
Definition at line 50 of file dRowVector.h.
Definition at line 136 of file dRowVector.cc.
References Array< T >::length(), and Array< double >::length().
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 | ( | 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 >.
double & Array< double >::checkelem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inherited] |
void RowVector::clear | ( | octave_idx_type | n | ) | [inline] |
Definition at line 101 of file dRowVector.h.
References Array< T >::clear().
void Array< double >::clear | ( | const dim_vector & | dv | ) | [inherited] |
void Array< double >::clear | ( | octave_idx_type | r, | |
octave_idx_type | c | |||
) | [inline, 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 operator==(), Matrix::operator==(), and ColumnVector::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(), extract(), ColumnVector::extract(), extract_n(), ColumnVector::extract_n(), NDArray::fourier(), NDArray::ifourier(), Matrix::is_symmetric(), Matrix::Matrix(), max(), ColumnVector::max(), min(), ColumnVector::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] |
RowVector RowVector::extract | ( | octave_idx_type | c1, | |
octave_idx_type | c2 | |||
) | const |
Definition at line 165 of file dRowVector.cc.
References Array< double >::elem(), and Array< T >::xelem().
RowVector RowVector::extract_n | ( | octave_idx_type | c1, | |
octave_idx_type | n | |||
) | const |
Definition at line 180 of file dRowVector.cc.
References Array< double >::elem(), and Array< T >::xelem().
Definition at line 96 of file dRowVector.cc.
References Array< double >::length(), Array< double >::make_unique(), and Array< double >::xelem().
RowVector & RowVector::fill | ( | double | val, | |
octave_idx_type | c1, | |||
octave_idx_type | c2 | |||
) |
Definition at line 112 of file dRowVector.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, | |
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, | |
const idx_vector & | j, | |||
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] |
RowVector & RowVector::insert | ( | const RowVector & | a, | |
octave_idx_type | c | |||
) |
Definition at line 74 of file dRowVector.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, | |
const Array< octave_idx_type > & | idx | |||
) | [inherited] |
Array<double >& Array< double >::insert | ( | const Array< double > & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) | [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 append(), fill(), ColumnVector::fill(), insert(), ColumnVector::insert(), max(), ColumnVector::max(), min(), ColumnVector::min(), operator==(), Matrix::operator==(), ColumnVector::operator==(), and ColumnVector::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 fill(), Matrix::fill(), ColumnVector::fill(), insert(), Matrix::insert(), and ColumnVector::insert().
double RowVector::max | ( | void | ) | const |
Definition at line 246 of file dRowVector.cc.
References Array< double >::elem(), and Array< double >::length().
Referenced by SparseMatrix::bsolve(), SparseComplexMatrix::bsolve(), Matrix::finverse(), ComplexMatrix::finverse(), Matrix::fsolve(), ComplexMatrix::fsolve(), and Matrix::rcond().
double RowVector::min | ( | void | ) | const |
Definition at line 230 of file dRowVector.cc.
References Array< double >::elem(), and Array< double >::length().
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().
Definition at line 68 of file dRowVector.cc.
double & Array< double >::operator() | ( | octave_idx_type | n | ) | [inline, inherited] |
double & Array< double >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inline, inherited] |
Reimplemented in DiagArray2< double >.
double & Array< double >::operator() | ( | const Array< octave_idx_type > & | ra_idx | ) | [inline, inherited] |
crefT Array< double >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
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, | |||
octave_idx_type | k | |||
) | const [inline, inherited] |
double & Array< double >::operator() | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inline, inherited] |
crefT Array< double >::operator() | ( | octave_idx_type | n | ) | const [inline, inherited] |
Definition at line 52 of file dRowVector.h.
References MArray< T >::operator=().
F77_RET_T const double const octave_idx_type const double const octave_idx_type double &bool RowVector::operator== | ( | const RowVector & | a | ) | const |
Definition at line 59 of file dRowVector.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 >.
Array<double > Array< double >::reshape | ( | octave_idx_type | nr, | |
octave_idx_type | nc | |||
) | const [inline, inherited] |
MArray<double > MArray< double >::reshape | ( | const dim_vector & | new_dims | ) | const [inline, inherited] |
Reimplemented from Array< double >.
void Array< double >::resize | ( | octave_idx_type | n | ) | [inline, inherited] |
Definition at line 459 of file Array.h.
Referenced by NDArray::NDArray().
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 RowVector::resize | ( | octave_idx_type | n, | |
const double & | rfv = Array<double>::resize_fill_value () | |||
) | [inline] |
Definition at line 95 of file dRowVector.h.
References Array< T >::resize().
Referenced by Matrix::column_max(), Matrix::column_min(), and operator*().
void Array< double >::resize | ( | const dim_vector & | dv, | |
const double & | rfv = resize_fill_value () | |||
) | [inherited] |
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.
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().
ColumnVector RowVector::transpose | ( | void | ) | const |
Reimplemented from MArray< double >.
Definition at line 147 of file dRowVector.cc.
crefT Array< double >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | const [inline, inherited] |
Reimplemented in DiagArray2< double >.
double & Array< double >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j, | |||
octave_idx_type | k | |||
) | [inline, inherited] |
crefT Array< double >::xelem | ( | const Array< octave_idx_type > & | ra_idx | ) | const [inline, inherited] |
double & Array< double >::xelem | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) | [inline, inherited] |
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 | n | ) | [inline, inherited] |
Definition at line 327 of file Array.h.
Referenced by fill(), Matrix::fill(), ColumnVector::fill(), insert(), Matrix::insert(), ColumnVector::insert(), and NDArray::NDArray().
crefT Array< double >::xelem | ( | octave_idx_type | n | ) | const [inline, inherited] |
OCTAVE_API RowVector imag | ( | const ComplexRowVector & | a | ) | [friend] |
Definition at line 159 of file dRowVector.cc.
Definition at line 193 of file dRowVector.cc.
OCTAVE_API std::ostream& operator<< | ( | std::ostream & | os, | |
const RowVector & | a | |||
) | [friend] |
Definition at line 262 of file dRowVector.cc.
OCTAVE_API std::istream& operator>> | ( | std::istream & | is, | |
RowVector & | a | |||
) | [friend] |
Definition at line 272 of file dRowVector.cc.
OCTAVE_API RowVector real | ( | const ComplexRowVector & | a | ) | [friend] |
Definition at line 153 of file dRowVector.cc.
dim_vector Array< double >::dimensions [protected, inherited] |
octave_idx_type Array< double >::slice_len [protected, inherited] |