Matrix LinSolve Method Bespoke Osc Library

[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: 5.0.0.0 (5.0.0.0)
Syntax

Public Function LinSolve ( _
	COF As Matrix, _
	CON As Matrix _
) As Matrix

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