Matrix (gb.gsl)

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

Esta classe é criável.

Esta classe pode ser usada como função.

Esta classe funciona como um array ler / escrever.

Métodos estáticos
Identity   Create a new identity matrix.

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

Métodos
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.