Click or drag to resize

MatrixMathToMatrixT(T) Method

[Missing <summary> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixMath.ToMatrix``1(``0[0:,0:])"]


Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IMatrix<T> ToMatrix<T>(
	this T[,] array
)
where T : struct, new()

Parameters

array  T

[Missing <param name="array"/> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixMath.ToMatrix``1(``0[0:,0:])"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixMath.ToMatrix``1(``0[0:,0:])"]

Return Value

IMatrixT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixMath.ToMatrix``1(``0[0:,0:])"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type T. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also