Navigation

Operators and Keywords

Function List:

C++ API

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:


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

F77_RET_T F77_FUNC ( dgemv  ,
DGEMV   
)

RowVector imag ( const ComplexRowVector a  ) 

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

Complex operator* ( const RowVector v,
const ComplexColumnVector a 
)

double operator* ( const RowVector v,
const ColumnVector a 
)

RowVector operator* ( const RowVector v,
const Matrix a 
)

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

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

RowVector real ( const ComplexRowVector a  ) 


Variable Documentation