GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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

◆ imag()

Definition at line 134 of file fRowVector.cc.

References a, and mx_inline_imag().

◆ linspace()

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

Definition at line 267 of file fRowVector.cc.

References i, and retval.

◆ operator*() [1/3]

FloatRowVector operator* ( const FloatRowVector v,
const FloatMatrix a 
)

◆ operator*() [2/3]

float operator* ( const FloatRowVector v,
const FloatColumnVector a 
)

◆ operator*() [3/3]

FloatComplex operator* ( const FloatRowVector v,
const FloatComplexColumnVector a 
)

Definition at line 308 of file fRowVector.cc.

References a, and tmp.

◆ operator<<()

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

Definition at line 235 of file fRowVector.cc.

References a, i, and os.

◆ operator>>()

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

Definition at line 245 of file fRowVector.cc.

References a, i, is, and tmp.

◆ real()

Definition at line 128 of file fRowVector.cc.

References a, and mx_inline_real().