Public Member Functions | Public Attributes
Matrix Class Reference

#include <Matrix.h>

List of all members.

Public Member Functions

int getm () const
int getn () const
float * getx () const
 Matrix ()
 Matrix (int m, int n, bool I=false)
 Matrix (const Matrix &a)
Matrixoperator= (const Matrix &a)
float * operator[] (int i) const
Matrix transp ()
 ~Matrix ()

Public Attributes

int M
int N
float * X

Detailed Description

Definition at line 8 of file Matrix.h.


Constructor & Destructor Documentation

Definition at line 7 of file Matrix.cc.

Matrix::Matrix ( int  m,
int  n,
bool  I = false 
)

Definition at line 14 of file Matrix.cc.

Matrix::Matrix ( const Matrix a)

Definition at line 44 of file Matrix.cc.

Definition at line 53 of file Matrix.cc.


Member Function Documentation

int Matrix::getm ( ) const [inline]

Definition at line 44 of file Matrix.h.

int Matrix::getn ( ) const [inline]

Definition at line 45 of file Matrix.h.

float * Matrix::getx ( ) const [inline]

Definition at line 46 of file Matrix.h.

Matrix & Matrix::operator= ( const Matrix a)

Definition at line 172 of file Matrix.cc.

float * Matrix::operator[] ( int  i) const

Definition at line 60 of file Matrix.cc.

Definition at line 184 of file Matrix.cc.


Member Data Documentation

int Matrix::M

Definition at line 11 of file Matrix.h.

int Matrix::N

Definition at line 12 of file Matrix.h.

float* Matrix::X

Definition at line 13 of file Matrix.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


art_map
Author(s): David Li, Patrick Beeson, Bartley Gillen, Tarun Nimmagadda, Mickey Ristroph, Michael Quinlan, Jack O'Quin
autogenerated on Tue Sep 24 2013 10:41:51