Functions | Variables

dColVector.cc File Reference

#include <iostream>
#include "Array-util.h"
#include "f77-fcn.h"
#include "functor.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

F77_RET_T F77_FUNC (dgemv, DGEMV)(F77_CONST_CHAR_ARG_DECL
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)

Variables

F77_RET_T const
octave_idx_type const
octave_idx_type const double
const double const
octave_idx_type const double
const octave_idx_type const
double double const
octave_idx_type
F77_CHAR_ARG_LEN_DECL

Function Documentation

F77_RET_T F77_FUNC ( dgemv  ,
DGEMV   
)
ColumnVector imag ( const ComplexColumnVector a  ) 

Definition at line 162 of file dColVector.cc.

Referenced by airy(), FloatComplexNDArray::all_integers(), FloatComplexMatrix::all_integers(), SparseComplexMatrix::all_integers(), ComplexNDArray::all_integers(), ComplexMatrix::all_integers(), octave_float_complex::any(), octave_complex::any(), octave_float_complex_matrix::as_mxArray(), octave_float_complex::as_mxArray(), octave_sparse_complex_matrix::as_mxArray(), octave_complex_matrix::as_mxArray(), octave_complex::as_mxArray(), biry(), cbesh1(), cbesh2(), cbesi(), cbesj(), cbesk(), cbesy(), ceil(), FloatComplexMatrix::column_is_real_only(), ComplexMatrix::column_is_real_only(), DEFBINOP(), DEFUN_DLD(), divide(), do_sqrtm(), fix(), floor(), imag(), octave_float_complex_matrix::map(), octave_float_complex_diag_matrix::map(), octave_float_complex::map(), octave_sparse_complex_matrix::map(), octave_complex_matrix::map(), octave_complex_diag_matrix::map(), octave_complex::map(), max(), min(), mx_inline_all_real(), mx_inline_imag(), octave_is_NA(), octave_is_NaN_or_NA(), octave_write_complex(), octave_write_float_complex(), operator*(), qrsolve(), FloatComplexMatrix::row_is_real_only(), ComplexMatrix::row_is_real_only(), save_mat5_array_length(), save_mat5_binary_element(), save_mat_binary_data(), set_format(), stack_complex_matrix(), FloatComplexNDArray::too_large_for_float(), FloatComplexMatrix::too_large_for_float(), SparseComplexMatrix::too_large_for_float(), ComplexNDArray::too_large_for_float(), ComplexMatrix::too_large_for_float(), octave_float_complex_matrix::try_narrowing_conversion(), octave_float_complex::try_narrowing_conversion(), octave_sparse_complex_matrix::try_narrowing_conversion(), octave_complex_matrix::try_narrowing_conversion(), octave_complex::try_narrowing_conversion(), xfinite(), xisinf(), xisnan(), xpow(), xround(), xroundb(), zbesh1(), zbesh2(), and zbesk().

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 
)

Definition at line 300 of file dColVector.cc.

References Array< T >::elem(), and Array< T >::length().

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

Definition at line 309 of file dColVector.cc.

References Array< T >::elem(), and Array< T >::length().

ColumnVector real ( const ComplexColumnVector a  ) 

Definition at line 156 of file dColVector.cc.


Variable Documentation

Definition at line 45 of file dColVector.cc.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines