Matrix (gb.gsl)

This class implements a two dimensional matrix, with real or complex coefficients.

Deze klasse is creƫerbaar.

Deze klasse kan gebruikt worden als een funktie.

Deze klasse reageert als een leesbaar / schrijf reeks.

Statische methode
Identity   Create a new identity matrix.

Eigenschappen
Handle   Return a pointer to the internal Gsl matrix object.
Height   Return the matrix height.
Width   Return the matrix width.

Methode
Column   Return the specified matrix column as a vector.
Conj   Return the conjugate matrix.
Copy   Return a copy of the matrix.
Det   Return the matrix determinant.
Inv   Compute and return the inverted matrix.
Row   Return the specified matrix row as a vector.
SetColumn   Fill the specified matrix column with a vector.
SetRow   Fill the specified matrix row with a vector.
ToString   Return the string representation of a matrix.
Trans   Return the transposed matrix.