GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
dRowVector.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 dRowVector.cc:

Go to the source code of this file.

Functions

F77_RET_T F77_FUNC (dgemv, DGEMV)(F77_CONST_CHAR_ARG_DECL
F77_RET_T F77_FUNC (xddot, XDDOT)(const octave_idx_type &
RowVector imag (const ComplexRowVector &a)
RowVector linspace (double x1, double x2, octave_idx_type n)
RowVector operator* (const RowVector &v, const Matrix &a)
double operator* (const RowVector &v, const ColumnVector &a)
Complex operator* (const RowVector &v, const ComplexColumnVector &a)
std::ostream & operator<< (std::ostream &os, const RowVector &a)
std::istream & operator>> (std::istream &is, RowVector &a)
RowVector real (const ComplexRowVector &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   
)
F77_RET_T F77_FUNC ( xddot  ,
XDDOT   
) const
RowVector imag ( const ComplexRowVector a)

Definition at line 159 of file dRowVector.cc.

References mx_inline_imag().

RowVector linspace ( double  x1,
double  x2,
octave_idx_type  n 
)

Definition at line 294 of file dRowVector.cc.

RowVector operator* ( const RowVector v,
const Matrix a 
)
double operator* ( const RowVector v,
const ColumnVector a 
)
Complex operator* ( const RowVector v,
const ComplexColumnVector a 
)

Definition at line 329 of file dRowVector.cc.

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

Definition at line 262 of file dRowVector.cc.

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

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

Definition at line 272 of file dRowVector.cc.

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

RowVector real ( const ComplexRowVector a)

Definition at line 153 of file dRowVector.cc.

References mx_inline_real().

Variable Documentation

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

Definition at line 44 of file dRowVector.cc.