LinAlgFsubT Method
Forward Substitution x = Fsub(l, y)
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T[] Fsub<T>(
T[][] l,
T[] y
)
where T : new(), Object, INumber<T>
Public Shared Function Fsub(Of T As {New, Object, INumber(Of T)}) (
l As T()(),
y As T()
) As T()
public:
generic<typename T>
where T : gcnew(), Object, INumber<T>
static array<T>^ Fsub(
array<array<T>^>^ l,
array<T>^ y
)
static member Fsub :
l : 'T[][] *
y : 'T[] -> 'T[] when 'T : new() and Object and INumber<'T>
- l T
- Matrix
- y T
- Column Vector
- T
- Type
TColumn Vector