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

◆ imag()

Definition at line 141 of file fColVector.cc.

References a, and mx_inline_imag().

◆ operator*() [1/2]

FloatColumnVector operator* ( const FloatMatrix m,
const FloatColumnVector a 
)

◆ operator*() [2/2]

◆ operator<<()

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

Definition at line 275 of file fColVector.cc.

References a, i, and os.

◆ operator>>()

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

Definition at line 284 of file fColVector.cc.

References a, i, is, and tmp.

◆ real()

Definition at line 135 of file fColVector.cc.

References a, and mx_inline_real().