Click or drag to resize

MatrixTKernel Method

Computes an orthonormal basis for the null space of this matrix, also known as the kernel of the corresponding matrix transformation.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual Vector<T>[] Kernel()

Return Value

VectorT
An orthonormal basis for the null space.
See Also