Matrix (gb.gsl)

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

Этот класс создаваемый.

Этот класс может быть использован как функция.

Этот класс представлен как чтение / запись массив.

Статические методы
Identity   Create a new identity matrix.

Свойства
Handle   Return a pointer to the internal Gsl matrix object.
Height   Return the matrix height.
Width   Return the matrix width.

Методы
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.