Matrix (gb.gsl)

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

Esta clase es instanciable.

Esta clase se puede usar como un/una función.

Esta clase actúa como un array de lectura / escritura.

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

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