class Matrix


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

Public Members

Protected Members

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"

Map * derive (const class Variable &var, const QDict <Map> &vars)
[virtual]

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

Reimplemented from Map


Generated by: antlarr@terminus on Mon Jun 5 03:54:02 2000, using kdoc 2.0a22.