LU   Conversion (LU to Double)

Gets the storage for the LU parts.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static explicit operator double[] (
	LU lu
)

Parameters

lu  LU
The LU decomposition.

Return Value

Double
The composite matrix containing the lower and upper parts.

See Also