Various global math and IO functions.
More...
#include <SquareMatrix.h>
|
SquareMatrix< Complex, 4 > | directProduct (const SquareMatrix< Complex, 2 > &left, const SquareMatrix< Complex, 2 > &right) |
| Calculate direct product of two SquareMatrices. More...
|
|
SquareMatrix< Complex, 2 > | conj (const SquareMatrix< Complex, 2 > &m) |
| Return conjugate of SquareMatrix. More...
|
|
SquareMatrix< Complex, 4 > | conj (const SquareMatrix< Complex, 4 > &m) |
| Return conjugate of SquareMatrix. More...
|
|
SquareMatrix< Complex, 2 > | adjoint (const SquareMatrix< Complex, 2 > &m) |
| Return adjoint of SquareMatrix. More...
|
|
SquareMatrix< Complex, 4 > | adjoint (const SquareMatrix< Complex, 4 > &m) |
| Return adjoint of SquareMatrix. More...
|
|
ostream & | operator<< (ostream &os, const SquareMatrix< Complex, 2 > &m) |
| Write SquareMatrix to output, uses Matrix to do the work. More...
|
|
ostream & | operator<< (ostream &os, const SquareMatrix< Complex, 4 > &m) |
|
ostream & | operator<< (ostream &os, const SquareMatrix< Float, 2 > &m) |
|
ostream & | operator<< (ostream &os, const SquareMatrix< Float, 4 > &m) |
|
Various global math and IO functions.
Definition at line 291 of file SquareMatrix.h.
SquareMatrix<Complex,2> casacore::SquareMatrix_global_functions_SqM_global_functions::adjoint |
( |
const SquareMatrix< Complex, 2 > & |
m | ) |
|
SquareMatrix<Complex,4> casacore::SquareMatrix_global_functions_SqM_global_functions::adjoint |
( |
const SquareMatrix< Complex, 4 > & |
m | ) |
|
SquareMatrix<Complex,2> casacore::SquareMatrix_global_functions_SqM_global_functions::conj |
( |
const SquareMatrix< Complex, 2 > & |
m | ) |
|
SquareMatrix<Complex,4> casacore::SquareMatrix_global_functions_SqM_global_functions::conj |
( |
const SquareMatrix< Complex, 4 > & |
m | ) |
|
SquareMatrix<Complex,4> casacore::SquareMatrix_global_functions_SqM_global_functions::directProduct |
( |
const SquareMatrix< Complex, 2 > & |
left, |
|
|
const SquareMatrix< Complex, 2 > & |
right |
|
) |
| |
Calculate direct product of two SquareMatrices.
ostream& casacore::SquareMatrix_global_functions_SqM_global_functions::operator<< |
( |
ostream & |
os, |
|
|
const SquareMatrix< Complex, 2 > & |
m |
|
) |
| |
ostream& casacore::SquareMatrix_global_functions_SqM_global_functions::operator<< |
( |
ostream & |
os, |
|
|
const SquareMatrix< Complex, 4 > & |
m |
|
) |
| |
ostream& casacore::SquareMatrix_global_functions_SqM_global_functions::operator<< |
( |
ostream & |
os, |
|
|
const SquareMatrix< Float, 2 > & |
m |
|
) |
| |
ostream& casacore::SquareMatrix_global_functions_SqM_global_functions::operator<< |
( |
ostream & |
os, |
|
|
const SquareMatrix< Float, 4 > & |
m |
|
) |
| |
The documentation for this struct was generated from the following file: