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 File: disp ( KP)

Show the content of the Kronecker product KP. To avoid evaluating the Kronecker product, this function displays the two matrices defining the product. To display the actual values of KP, use disp (full (KP)).

This function is equivalent to @kronprod/display.

See also: @kronprod/display, @kronprod/full.

Package: linear-algebra