LinAlgDot_A_invBT Method
Matrix Multiplication c = Dot(a, Inv(b))
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T[][] Dot_A_invB<T>(
T[][] a,
T[][] b
)
where T : new(), Object, INumber<T>
Public Shared Function Dot_A_invB(Of T As {New, Object, INumber(Of T)}) (
a As T()(),
b As T()()
) As T()()
public:
generic<typename T>
where T : gcnew(), Object, INumber<T>
static array<array<T>^>^ Dot_A_invB(
array<array<T>^>^ a,
array<array<T>^>^ b
)
static member Dot_A_invB :
a : 'T[][] *
b : 'T[][] -> 'T[][] when 'T : new() and Object and INumber<'T>
- a T
- Matrix
- b T
- Matrix
- T
- Type
TMatrix