GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fColVector.cc File Reference
#include <istream>
#include <ostream>
#include "Array-util.h"
#include "lo-blas-proto.h"
#include "lo-error.h"
#include "mx-base.h"
#include "mx-inlines.cc"
#include "oct-cmplx.h"

Go to the source code of this file.

Functions

FloatColumnVector imag (const FloatComplexColumnVector &a)
 
FloatColumnVector operator* (const FloatDiagMatrix &m, const FloatColumnVector &a)
 
FloatColumnVector operator* (const FloatMatrix &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 143 of file fColVector.cc.

◆ operator*() [1/2]

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

Definition at line 214 of file fColVector.cc.

◆ operator*() [2/2]

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

Definition at line 179 of file fColVector.cc.

◆ operator<<()

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

Definition at line 276 of file fColVector.cc.

◆ operator>>()

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

Definition at line 286 of file fColVector.cc.

◆ real()

Definition at line 137 of file fColVector.cc.