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