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

Method on @infsup: [L, U] = lu (A)
Method on @infsup: [L, U, P] = lu (A)

Compute the LU decomposition of A.

A will be a subset of L * U with lower triangular matrix L and upper triangular matrix U.

The result is returned in a permuted form, according to the optional return value P.

Accuracy: The result is a valid enclosure.

See also: @infsup/qr, @infsup/chol.

Package: interval