GNU Octave  4.2.1
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
fRowVector.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 fRowVector.cc:

Go to the source code of this file.

Functions

FloatRowVector imag (const FloatComplexRowVector &a)
 
FloatRowVector linspace (float x1, float x2, octave_idx_type n)
 
FloatRowVector operator* (const FloatRowVector &v, const FloatMatrix &a)
 
float operator* (const FloatRowVector &v, const FloatColumnVector &a)
 
FloatComplex operator* (const FloatRowVector &v, const FloatComplexColumnVector &a)
 
std::ostream & operator<< (std::ostream &os, const FloatRowVector &a)
 
std::istream & operator>> (std::istream &is, FloatRowVector &a)
 
FloatRowVector real (const FloatComplexRowVector &a)
 

Function Documentation

Definition at line 135 of file fRowVector.cc.

References a, and mx_inline_imag().

FloatRowVector linspace ( float  x1,
float  x2,
octave_idx_type  n 
)

Definition at line 268 of file fRowVector.cc.

References retval.

FloatRowVector operator* ( const FloatRowVector v,
const FloatMatrix a 
)
float operator* ( const FloatRowVector v,
const FloatColumnVector a 
)
FloatComplex operator* ( const FloatRowVector v,
const FloatComplexColumnVector a 
)

Definition at line 309 of file fRowVector.cc.

References a, and tmp.

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

Definition at line 236 of file fRowVector.cc.

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

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

Definition at line 246 of file fRowVector.cc.

References Array< T >::elem(), is, Array< T >::numel(), and tmp.

Definition at line 129 of file fRowVector.cc.

References a, and mx_inline_real().