Matrix (gb.gsl)

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

This class is creatable.

This class can be used as a function.

This class acts like a read / write array.

Static methods
Identity   Create a new identity matrix.

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

Methods
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.