The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function: operatormatrix
OPERATORMATRIX  Matrix representation of an operator
  Usage: T=operatormatrix(Op);

  T=OPERATORMATRIX(Op) returns the matrix representation T of the
  operator Op. The operator object Op must have been created using
  OPERATORNEW.

Url: http://ltfat.github.io/doc/operators/operatormatrix.html

See also: operatornew, operator, operatoreigs.

Package: ltfat