GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
dColVector.cc File Reference
#include <iostream>
#include "Array-util.h"
#include "functor.h"
#include "lo-blas-proto.h"
#include "lo-error.h"
#include "mx-base.h"
#include "mx-inlines.cc"
#include "oct-cmplx.h"
Include dependency graph for dColVector.cc:

Go to the source code of this file.

Functions

ColumnVector imag (const ComplexColumnVector &a)
 
ColumnVector operator* (const Matrix &m, const ColumnVector &a)
 
ColumnVector operator* (const DiagMatrix &m, const ColumnVector &a)
 
std::ostream & operator<< (std::ostream &os, const ColumnVector &a)
 
std::istream & operator>> (std::istream &is, ColumnVector &a)
 
ColumnVector real (const ComplexColumnVector &a)
 

Function Documentation

◆ imag()

ColumnVector imag ( const ComplexColumnVector a)

Definition at line 141 of file dColVector.cc.

References a, and mx_inline_imag().

Referenced by octave::math::acos(), octave_float_complex_matrix::as_mxArray(), octave_complex_matrix::as_mxArray(), octave::math::asin(), octave::math::ceil(), ComplexMatrix::column_is_real_only(), FloatComplexMatrix::column_is_real_only(), octave::jit_typeinfo::complex_imag(), octave::jit_typeinfo::complex_new(), octave::jit_typeinfo::create_complex(), divide(), octave::jit_typeinfo::do_pack_complex(), do_sqrtm(), EigsRealNonSymmetricFunc(), EigsRealNonSymmetricMatrix(), EigsRealNonSymmetricMatrixShift(), extract_num(), octave::math::floor(), get_file_format(), octave::math::is_NaN_or_NA(), octave::math::isfinite(), octave::math::isinf(), octave::math::isna(), octave::math::isnan(), octave::jit_typeinfo::jit_typeinfo(), make_complex_matrix_format(), octave_float_complex_diag_matrix::map(), octave_complex_diag_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_complex_matrix::map(), octave_complex_matrix::map(), octave_float_complex::map(), octave_complex::map(), MatrixType::MatrixType(), max(), min(), mx_inline_all_real(), mx_inline_imag(), oct_binop_mul_trans(), oct_binop_trans_mul(), octave_write_complex(), octave_write_float_complex(), operator*(), read_mat5_binary_element(), read_mat_binary_data(), read_mat_file_header(), octave::math::round(), octave::math::roundb(), ComplexMatrix::row_is_real_only(), FloatComplexMatrix::row_is_real_only(), save_mat5_array_length(), save_mat5_binary_element(), save_mat_binary_data(), set_component(), octave::math::trunc(), octave::jit_typeinfo::unpack_complex(), and xpow().

◆ operator*() [1/2]

ColumnVector operator* ( const Matrix m,
const ColumnVector a 
)

◆ operator*() [2/2]

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ColumnVector a 
)

Definition at line 275 of file dColVector.cc.

References a, i, and os.

◆ operator>>()

std::istream& operator>> ( std::istream &  is,
ColumnVector a 
)

Definition at line 284 of file dColVector.cc.

References a, i, is, and tmp.

◆ real()

ColumnVector real ( const ComplexColumnVector a)

Definition at line 135 of file dColVector.cc.

References a, and mx_inline_real().

Referenced by octave::math::acos(), SparseComplexMatrix::all_integers(), octave_complex_matrix::array_value(), octave_float_complex_matrix::as_mxArray(), octave_complex_matrix::as_mxArray(), octave::math::asin(), octave::math::biry(), octave_float_complex_matrix::bool_array_value(), octave_complex_matrix::bool_array_value(), octave::math::ceil(), octave_sparse_complex_matrix::char_array_value(), octave_float_complex_matrix::char_array_value(), octave_complex_matrix::char_array_value(), octave::jit_typeinfo::complex_new(), octave::jit_typeinfo::complex_real(), octave::jit_typeinfo::create_complex(), dgenexp(), octave_float_complex_diag_matrix::diag_matrix_value(), octave_complex_diag_matrix::diag_matrix_value(), dignpoi(), divide(), do_mgorth(), octave::jit_typeinfo::do_pack_complex(), do_sqrtm(), octave_float_complex_matrix::double_value(), octave_complex_matrix::double_value(), octave_sparse_complex_matrix::double_value(), ComplexMatrix::finverse(), FloatComplexMatrix::finverse(), octave_float_complex_diag_matrix::float_diag_matrix_value(), octave_complex_diag_matrix::float_diag_matrix_value(), octave_float_complex_matrix::float_matrix_value(), octave_complex_matrix::float_matrix_value(), octave_float_complex_matrix::float_value(), octave_complex_matrix::float_value(), octave::math::floor(), Gamd(), Gccolamd(), Gcolamd(), ignnbn(), octave::math::is_NaN_or_NA(), octave::math::isfinite(), octave::math::isinf(), octave::math::isna(), octave::math::isnan(), octave::jit_typeinfo::jit_typeinfo(), ComplexMatrix::lssolve(), FloatComplexMatrix::lssolve(), make_complex_matrix_format(), octave_float_complex_diag_matrix::map(), octave_complex_diag_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_complex_matrix::map(), octave_complex_matrix::map(), octave_float_complex::map(), octave_complex::map(), octave_float_complex_matrix::matrix_value(), octave_sparse_complex_matrix::matrix_value(), octave_complex_matrix::matrix_value(), MatrixType::MatrixType(), max(), min(), mx_inline_real(), oct_binop_mul_trans(), oct_binop_trans_mul(), octave_write_complex(), octave_write_float_complex(), onecov(), operator*(), qp(), octave::math::round(), octave::math::roundb(), save_mat5_array_length(), save_mat5_binary_element(), save_mat_binary_data(), octave_sparse_complex_matrix::sparse_bool_matrix_value(), octave_sparse_complex_matrix::sparse_matrix_value(), octave_float_complex_matrix::sparse_matrix_value(), octave_complex_matrix::sparse_matrix_value(), stat(), SparseComplexMatrix::trisolve(), octave::math::trunc(), octave_float_complex_diag_matrix::try_narrowing_conversion(), octave_complex_diag_matrix::try_narrowing_conversion(), octave_float_complex_matrix::try_narrowing_conversion(), octave_complex_matrix::try_narrowing_conversion(), octave_sparse_complex_matrix::try_narrowing_conversion(), octave::jit_typeinfo::unpack_complex(), and xpow().