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