Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

BFloatSMatrix Class Reference

#include <BFloatSMatrix.hpp>

Collaboration diagram for BFloatSMatrix:

Collaboration graph
[legend]
List of all members.

Detailed Description

Block nxn Matrix.

Author:
Bernard De Cuyper
Version:
1.15
Date:
26/07/2004
Remarks:
Tornado1: Block nxn Matrix (not complete used)
 
Purpose:        Define the concept of Symmetric Matrix,....
                

Todo:
Need generalisation

@ Copyrights: Bernard De Cuyper 2004, Eggs & Pictures. MIT/Open BSD copyright model.


Public Methods

 BFloatSMatrix (int n, int nsub)
 BFloatSMatrix (int n, int nsub, float value)
 BFloatSMatrix (int n, AFSymMatrix &m)
 BFloatSMatrix (const BFloatSMatrix &bm)
BFloatSMatrix operator= (const BFloatSMatrix &bm)
 ~BFloatSMatrix ()
BFloatSMatrix * copy ()
int getWidth ()
int getHeight ()
int getItemWidth ()
int getItemHeight ()
int getBlockWidth ()
int getBlockHeight ()
int size ()
void setBlock0 (int i, int j, AFSymMatrix *value)
AFSymMatrixgetBlock0 (int i, int j)
void setBlock (int i, int j, AFSymMatrix *value)
AFSymMatrixgetBlock (int i, int j)
void set0 (int i, int j, float value)
float get0 (int i, int j)
void set (int i, int j, float value)
float get (int i, int j)
void setAll (float value=0.0)
void setAll (AFSymMatrix &m)
float det ()
float trace ()
float norme2 ()
float sum ()
float minimum ()
float maximum ()
float mean ()
float sigma ()
void operator+= (float value)
void operator-= (float value)
void operator *= (float value)
void operator/= (float value)
FloatVectormult_Av (FloatVector *v, FloatVector *result=0)
FloatVectormult_ATv (FloatVector *v, FloatVector *result=0)
FloatVectormult_vA (FloatVector *v, FloatVector *result=0)
FloatVectormult_vAT (FloatVector *vt, FloatVector *result=0)
FloatVectormult_Av (FloatVector *v, int col0, int row0, FloatVector *result=0)
FloatVectormult_ATv (FloatVector *v, int col0, int row0, FloatVector *result=0)
FloatVectormult_vA (FloatVector *v, int col0, int row0, FloatVector *result=0)
FloatVectormult_vAT (FloatVector *vt, int col0, int row0, FloatVector *result=0)
void output ()
void output (FILE *file)

Private Attributes

int width
int totalWidth
int widthSubMatrix
AFSymMatrix ** p1
AFSymMatrix *** data


The documentation for this class was generated from the following files:
SourceForge.net Logo
Restoreinpaint sourceforge project `C++/Java Image Processing, Restoration, Inpainting Project'.

Bernard De Cuyper: Open Project Leader: Concept, design and development.
Bernard De Cuyper & Eddy Fraiha 2002, 2003. Bernard De Cuyper 2004. Open and free, for friendly usage only.
Modifications on Belgium ground of this piece of artistic work, by governement institutions or companies, must be notified to Bernard De Cuyper.
bern_bdc@hotmail.com