class Matrix


Definition#include <kalamaris/matrix.h>
InheritsMap [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Static Methods

Protected Members


Detailed Description

TMatrix * m_matrix

[protected: ]

 Matrix (const QString &m)

Constructor. Gets the matrix definition as a QString containing the data between square brackets. I.e. If the Matrix is defined as

[ 1 2 ] [ 3 4 ] = [ 1, 2; 3, 4]

then _m should be " 1, 2; 3, 4"

 Matrix (TMatrix * m)

 Matrix (const TMatrix &m)

 Matrix (const Matrix & m)

inline TMatrixtmatrix (void)

[const virtual]

Reimplemented from Map.

Mapcopy (void)

[const virtual]

Reimplemented from Map.

Mapeval (const QDict <Map> &vars)

[virtual]

Reimplemented from Map.

Mapderive (const class Variable &var, const QDict <Map> &vars)

[virtual]

Derivates (symbolically) the current map with respect to the variable var.

Reimplemented from Map.

Mapsimplify ()

[virtual]

Reimplemented from Map.

bool  isConstant (void)

[const virtual]

Reimplemented from Map.

QString  string (void)

[const virtual]

Reimplemented from Map.

QString  htmlString (void)

[const virtual]

Reimplemented from Map.

QString  help (void)

[const virtual]

Reimplemented from Map.

Matrixadd (Matrix *m1, Matrix *m2, bool managem1=false, bool managem2=false)

[static]

Reimplemented from Map.

Matrixsub (Matrix *m1, Matrix *m2, bool managem1=false, bool managem2=false)

[static]

Reimplemented from Map.

Matrixmul (Matrix *m1, Matrix *m2, bool managem1=false, bool managem2=false)

[static]

Reimplemented from Map.

Matrixmul (Constant *c1, Matrix *m2, bool managem1=false, bool managem2=false)

[static]

Reimplemented from Map.

Matrixdiv (Matrix *m1, Matrix *m2, bool managem1=false, bool managem2=false)

[static]

Reimplemented from Map.

Matrixpow (Matrix * &m1, Constant * &m2, bool managem1=false, bool managem2=false)

[static]

Reimplemented from Map.


Generated by: antonio@tazend on Fri May 25 22:16:00 2001, using kdoc 2.0a38.