LinAlgSolveT Method

Solve a linear system of equations

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static T[] Solve<T>(
	T[][] a,
	T[] y
)
where T : new(), Object, INumber<T>

Parameters

a  T
Input Matrix
y  T
Known Vector

Type Parameters

T
Type

Return Value

T
Solution Vector

See Also