#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"
Functions | |
ComplexDiagMatrix | conj (const ComplexDiagMatrix &a) |
ComplexDiagMatrix | operator* (const ComplexDiagMatrix &a, const DiagMatrix &b) |
ComplexDiagMatrix | operator* (const DiagMatrix &a, const ComplexDiagMatrix &b) |
ComplexDiagMatrix | operator* (const ComplexDiagMatrix &a, const ComplexDiagMatrix &b) |
std::ostream & | operator<< (std::ostream &os, const ComplexDiagMatrix &a) |
ComplexDiagMatrix conj | ( | const ComplexDiagMatrix & | a | ) |
ComplexDiagMatrix operator* | ( | const ComplexDiagMatrix & | a, | |
const ComplexDiagMatrix & | b | |||
) |
ComplexDiagMatrix operator* | ( | const DiagMatrix & | a, | |
const ComplexDiagMatrix & | b | |||
) |
ComplexDiagMatrix operator* | ( | const ComplexDiagMatrix & | a, | |
const DiagMatrix & | b | |||
) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const ComplexDiagMatrix & | a | |||
) |