GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fDiagMatrix.cc File Reference
#include <iostream>
#include "Array-util.h"
#include "lo-error.h"
#include "mx-base.h"
#include "mx-inlines.cc"
#include "oct-cmplx.h"
Include dependency graph for fDiagMatrix.cc:

Go to the source code of this file.

Functions

FloatDiagMatrix imag (const FloatComplexDiagMatrix &a)
 
FloatDiagMatrix operator* (const FloatDiagMatrix &a, const FloatDiagMatrix &b)
 
std::ostream & operator<< (std::ostream &os, const FloatDiagMatrix &a)
 
FloatDiagMatrix real (const FloatComplexDiagMatrix &a)
 

Function Documentation

◆ imag()

Definition at line 138 of file fDiagMatrix.cc.

References a, and imag().

Referenced by imag().

◆ operator*()

FloatDiagMatrix operator* ( const FloatDiagMatrix a,
const FloatDiagMatrix b 
)

Definition at line 280 of file fDiagMatrix.cc.

References a, a_nc, a_nr, b, b_nc, b_nr, c, octave::err_nonconformant(), and i.

◆ operator<<()

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

Definition at line 330 of file fDiagMatrix.cc.

References a, i, and os.

◆ real()

Definition at line 132 of file fDiagMatrix.cc.

References a, and real().

Referenced by real().