[Missing <summary> documentation for "M:Bespoke.Common.LinearAlgebra.Matrix.LinSolve(Bespoke.Common.LinearAlgebra.Matrix,Bespoke.Common.LinearAlgebra.Matrix)"]

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public Matrix LinSolve(
	Matrix COF,
	Matrix CON
)
Visual Basic (Declaration)
Public Function LinSolve ( _
	COF As Matrix, _
	CON As Matrix _
) As Matrix
Visual C++
public:
Matrix^ LinSolve(
	Matrix^ COF, 
	Matrix^ CON
)

Parameters

COF
Type: Bespoke.Common.LinearAlgebra..::.Matrix

[Missing <param name="COF"/> documentation for "M:Bespoke.Common.LinearAlgebra.Matrix.LinSolve(Bespoke.Common.LinearAlgebra.Matrix,Bespoke.Common.LinearAlgebra.Matrix)"]

CON
Type: Bespoke.Common.LinearAlgebra..::.Matrix

[Missing <param name="CON"/> documentation for "M:Bespoke.Common.LinearAlgebra.Matrix.LinSolve(Bespoke.Common.LinearAlgebra.Matrix,Bespoke.Common.LinearAlgebra.Matrix)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.LinearAlgebra.Matrix.LinSolve(Bespoke.Common.LinearAlgebra.Matrix,Bespoke.Common.LinearAlgebra.Matrix)"]

See Also