|
Lapack++
|
General Dense Rectangular Complex-valued Matrix Class. More...
Go to the source code of this file.
Classes | |
| class | LaGenMatComplex |
| General Dense Rectangular Complex Matrix Class. More... | |
Namespaces | |
| namespace | la |
Namespace of Lapack++. | |
Typedefs | |
| typedef LaGenMatComplex | la::cmat |
Functions | |
| std::ostream & | operator<< (std::ostream &, const LaGenMatComplex &) |
General Dense Rectangular Complex-valued Matrix Class.
| std::ostream& operator<< | ( | std::ostream & | , |
| const LaGenMatComplex & | |||
| ) |
Print the matrix to the given output stream. If the matrix info flag is set, then this prints only the matrix info, see LaGenMatDouble::info(). Otherwise all matrix elements are printed.
1.7.6.1