nr-matrix.h File Reference

Definition of NR::Matrix type. More...

Go to the source code of this file.

Classes

class  NR::Matrix
 The Matrix class. More...

Namespaces

namespace  NR
 

Implement NR functions and methods.


Functions

std::ostream & NR::operator<< (std::ostream &out_file, const NR::Matrix &m)
 A function to print out the Matrix (for debugging).

Detailed Description

Definition of NR::Matrix type.

Note:
Operator functions (e.g. Matrix * Matrix etc.) are mostly in libnr/nr-matrix-ops.h. See end of file for discussion.

Main authors: Lauris Kaplinski <lauris@kaplinski.com>: Original NRMatrix definition and related macros.

Nathan Hurst <njh@mail.csse.monash.edu.au>: NR::Matrix class version of the above.

This code is in public domain.

Definition in file nr-matrix.h.