Lapack++
Classes | Namespaces | Typedefs | Functions
gmi.h File Reference

General Dense Rectangular Matrix Class with integer elements. More...

Go to the source code of this file.

Classes

class  LaGenMatInt
 General Dense Rectangular Matrix Class for integers. More...

Namespaces

namespace  la
 

Namespace of Lapack++.


Typedefs

typedef LaGenMatInt la::imat

Functions

std::ostream & operator<< (std::ostream &, const LaGenMatInt &)

Detailed Description

General Dense Rectangular Matrix Class with integer elements.


Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const LaGenMatInt  
)

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.

See also:
LaPreferences::setPrintFormat()