Lapack++
|
General Dense Rectangular Matrix Class with long integer elements. More...
Go to the source code of this file.
Classes | |
class | LaGenMatLongInt |
General Dense Rectangular Matrix Class for long integers. More... | |
Namespaces | |
namespace | la |
Namespace of Lapack++. | |
Typedefs | |
typedef LaGenMatLongInt | la::limat |
Functions | |
std::ostream & | operator<< (std::ostream &, const LaGenMatLongInt &) |
General Dense Rectangular Matrix Class with long integer elements.
std::ostream& operator<< | ( | std::ostream & | , |
const LaGenMatLongInt & | |||
) |
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.