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
fColVector.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 fColVector.cc:

Go to the source code of this file.

Functions

FloatColumnVector imag (const FloatComplexColumnVector &a)
 
FloatColumnVector operator* (const FloatMatrix &m, const FloatColumnVector &a)
 
FloatColumnVector operator* (const FloatDiagMatrix &m, const FloatColumnVector &a)
 
std::ostream & operator<< (std::ostream &os, const FloatColumnVector &a)
 
std::istream & operator>> (std::istream &is, FloatColumnVector &a)
 
FloatColumnVector real (const FloatComplexColumnVector &a)
 

Function Documentation

Definition at line 142 of file fColVector.cc.

References a, and mx_inline_imag().

FloatColumnVector operator* ( const FloatMatrix m,
const FloatColumnVector a 
)
FloatColumnVector operator* ( const FloatDiagMatrix m,
const FloatColumnVector a 
)
std::ostream& operator<< ( std::ostream &  os,
const FloatColumnVector a 
)

Definition at line 276 of file fColVector.cc.

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

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

Definition at line 285 of file fColVector.cc.

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

Definition at line 136 of file fColVector.cc.

References a, and mx_inline_real().