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

Go to the source code of this file.

Functions

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

Function Documentation

◆ conj()

Definition at line 216 of file fCDiagMatrix.cc.

References a, and conj().

Referenced by conj(), and FloatComplexDiagMatrix::hermitian().

◆ operator*() [1/3]

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

Definition at line 388 of file fCDiagMatrix.cc.

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

◆ operator*() [2/3]

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

Definition at line 413 of file fCDiagMatrix.cc.

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

◆ operator*() [3/3]

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

Definition at line 443 of file fCDiagMatrix.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 FloatComplexDiagMatrix a 
)

Definition at line 500 of file fCDiagMatrix.cc.

References a, i, and os.